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

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

    • Intersection

      public Intersection()
  • 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