Class Boundary
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.GeometricUnaryFunction
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Boundary
-
- All Implemented Interfaces:
Function
public class Boundary extends GeometricUnaryFunction
The GeoSPARQLFunction
geof:boundary, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
-
-
Constructor Summary
Constructors Constructor Description Boundary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getURI()
protected org.locationtech.spatial4j.shape.Shape
operation(org.locationtech.spatial4j.shape.Shape s)
-
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.GeometricUnaryFunction
evaluate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
evaluate, mustReturnDifferentResult
-
-
-
-
Method Detail
-
getURI
public java.lang.String getURI()
-
operation
protected org.locationtech.spatial4j.shape.Shape operation(org.locationtech.spatial4j.shape.Shape s)
- Specified by:
operation
in classGeometricUnaryFunction
-
-