Class ST_IsValid

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

    public class ST_IsValid
    extends org.h2gis.api.DeterministicScalarFunction
    ST_IsValid returns true if the given geometry is valid.
    Author:
    Adam Gouge
    • Constructor Detail

      • ST_IsValid

        public ST_IsValid()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • isValid

        public static Boolean isValid​(org.locationtech.jts.geom.Geometry geometry)
        Returns true if the given geometry is valid.
        Parameters:
        geometry - Geometry
        Returns:
        True if the given geometry is valid