Class SymmetricDifference
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.GeometricBinaryFunction
org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SymmetricDifference
- All Implemented Interfaces:
Function
The GeoSPARQL
Function
geof:symDifference, as defined in
OGC GeoSPARQL - A Geographic Query Language for RDF
Data.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.GeometricBinaryFunction
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
-
Constructor Details
-
SymmetricDifference
public SymmetricDifference()
-
-
Method Details
-
getURI
-
operation
protected org.locationtech.spatial4j.shape.Shape operation(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2) - Specified by:
operation
in classGeometricBinaryFunction
-