Class ST_CoveredBy

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

    public class ST_CoveredBy
    extends org.h2gis.api.DeterministicScalarFunction
    ST_CoveredBy returns true if no point in geometry B is outside geometry A.
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_CoveredBy

        public ST_CoveredBy()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • execute

        public static Boolean execute​(org.locationtech.jts.geom.Geometry geomA,
                                      org.locationtech.jts.geom.Geometry geomB)
                               throws SQLException
        Returns true if this geomA is covered by geomB
        Parameters:
        geomA - Geometry A
        geomB - Geometry B
        Returns:
        if this geomA is covered by geomB
        Throws:
        SQLException