Class ST_Difference

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

    public class ST_Difference
    extends org.h2gis.api.DeterministicScalarFunction
    Compute the difference between two Geometries.
    Author:
    Nicolas Fortin
    • Constructor Detail

      • ST_Difference

        public ST_Difference()
        Default constructor
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • difference

        public static org.locationtech.jts.geom.Geometry difference​(org.locationtech.jts.geom.Geometry a,
                                                                    org.locationtech.jts.geom.Geometry b)
                                                             throws SQLException
        Parameters:
        a - Geometry instance.
        b - Geometry instance
        Returns:
        the difference between two geometries
        Throws:
        SQLException