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

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

    • SfWithin

      public SfWithin()
  • Method Details

    • getURI

      public String getURI()
    • relation

      protected boolean relation(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2)
      Specified by:
      relation in class GeometricRelationFunction