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

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

    • RCC8EQ

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