public class ST_MakeValid
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_MakeValid() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
validGeom(org.locationtech.jts.geom.Geometry geometry) |
static org.locationtech.jts.geom.Geometry |
validGeom(org.locationtech.jts.geom.Geometry geometry,
boolean preserveGeomDim) |
static org.locationtech.jts.geom.Geometry |
validGeom(org.locationtech.jts.geom.Geometry geometry,
boolean preserveGeomDim,
boolean preserveDuplicateCoord) |
static org.locationtech.jts.geom.Geometry |
validGeom(org.locationtech.jts.geom.Geometry geometry,
boolean preserveGeomDim,
boolean preserveDuplicateCoord,
boolean preserveCoordDim) |
addProperty, getProperty, removePropertypublic static final String REMARKS
public String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry)
throws SQLException
SQLExceptionpublic static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry,
boolean preserveGeomDim)
throws SQLException
SQLExceptionpublic static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry,
boolean preserveGeomDim,
boolean preserveDuplicateCoord)
throws SQLException
SQLExceptionpublic static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry,
boolean preserveGeomDim,
boolean preserveDuplicateCoord,
boolean preserveCoordDim)
throws SQLException
geometry - preserveGeomDim - preserveDuplicateCoord - preserveCoordDim - SQLExceptionCopyright © 2019 CNRS. All rights reserved.