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

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

    • Envelope

      public Envelope()
  • Method Details

    • getURI

      public String getURI()
    • operation

      protected org.locationtech.spatial4j.shape.Shape operation(org.locationtech.spatial4j.shape.Shape s)
      Specified by:
      operation in class GeometricUnaryFunction