Class ST_IsSimple

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction

    public class ST_IsSimple
    extends org.h2gis.api.DeterministicScalarFunction
    Test if the provided geometry is simple.
    Author:
    Nicolas Fortin
    • Constructor Detail

      • ST_IsSimple

        public ST_IsSimple()
        Default constructor
    • 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.