java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.GeometricBinaryFunction
org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Difference
All Implemented Interfaces:
Function

public class Difference extends GeometricBinaryFunction
The GeoSPARQL Function geof:difference, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
  • Constructor Details

    • Difference

      public Difference()
  • Method Details

    • getURI

      public String getURI()
    • operation

      protected org.locationtech.spatial4j.shape.Shape operation(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2)
      Specified by:
      operation in class GeometricBinaryFunction