Class ST_MakeValid
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.clean.ST_MakeValid
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_MakeValid extends org.h2gis.api.DeterministicScalarFunctionFunction to make a geometry valid.- Author:
- Michaƫl Michaud, Erwan Bocher, CNRS
-
-
Constructor Summary
Constructors Constructor Description ST_MakeValid()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static org.locationtech.jts.geom.GeometryvalidGeom(org.locationtech.jts.geom.Geometry geometry)static org.locationtech.jts.geom.GeometryvalidGeom(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim)static org.locationtech.jts.geom.GeometryvalidGeom(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim, boolean preserveDuplicateCoord)static org.locationtech.jts.geom.GeometryvalidGeom(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim, boolean preserveDuplicateCoord, boolean preserveCoordDim)-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Field Detail
-
REMARKS
public static final String REMARKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
validGeom
public static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry) throws SQLException- Throws:
SQLException
-
validGeom
public static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim) throws SQLException- Throws:
SQLException
-
validGeom
public static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim, boolean preserveDuplicateCoord) throws SQLException- Throws:
SQLException
-
validGeom
public static org.locationtech.jts.geom.Geometry validGeom(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim, boolean preserveDuplicateCoord, boolean preserveCoordDim) throws SQLException- Parameters:
geometry-preserveGeomDim-preserveDuplicateCoord-preserveCoordDim-- Returns:
- Throws:
SQLException
-
-