Class BinaryGeometryFunctionBase
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase2
org.aksw.jena_sparql_api.sparql.ext.geosparql.BinaryGeometryFunctionBase
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public abstract class BinaryGeometryFunctionBase
extends org.apache.jena.sparql.function.FunctionBase2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec, exec
-
Field Details
-
wktParser
-
wktWriter
-
gf
protected org.locationtech.jts.geom.GeometryFactory gf
-
-
Constructor Details
-
BinaryGeometryFunctionBase
public BinaryGeometryFunctionBase()
-
-
Method Details
-
eval
public abstract org.locationtech.jts.geom.Geometry eval(org.locationtech.jts.geom.Geometry a, org.locationtech.jts.geom.Geometry b) -
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue a, org.apache.jena.sparql.expr.NodeValue b) - Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase2
-