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

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

    • EhCoveredBy

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