Class ST_IsSimple
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.properties.ST_IsSimple
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_IsSimple extends org.h2gis.api.DeterministicScalarFunctionTest if the provided geometry is simple.- Author:
- Nicolas Fortin
-
-
Constructor Summary
Constructors Constructor Description ST_IsSimple()Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static BooleanisSimple(org.locationtech.jts.geom.Geometry geometry)-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
isSimple
public static Boolean isSimple(org.locationtech.jts.geom.Geometry geometry)
- Parameters:
geometry- Geometry instance- Returns:
- True if the provided geometry has no points of self-tangency, self-intersection or other anomalous points.
-
-