Class ST_SymDifference

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

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

      • ST_SymDifference

        public ST_SymDifference()
        Default constructor
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • symDifference

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