Class ST_Overlaps

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

    public class ST_Overlaps
    extends org.h2gis.api.DeterministicScalarFunction
    Return true if the geometry A overlaps the geometry B
    Author:
    Nicolas Fortin
    • Constructor Detail

      • ST_Overlaps

        public ST_Overlaps()
        Default constructor
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • isOverlaps

        public static Boolean isOverlaps​(org.locationtech.jts.geom.Geometry a,
                                         org.locationtech.jts.geom.Geometry b)
                                  throws SQLException
        Parameters:
        a - Surface Geometry.
        b - Geometry instance
        Returns:
        true if the geometry A overlaps the geometry B
        Throws:
        SQLException