Module org.apache.jena.geosparql
Class IsValidPF
java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.sparql.pfunction.PropertyFunctionEval
org.apache.jena.sparql.pfunction.PFuncSimple
org.apache.jena.geosparql.geo.topological.GenericGeometryPropertyFunction
org.apache.jena.geosparql.geo.topological.property_functions.geometry_property.IsValidPF
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction
This property is not part of the GeoSPARQL standard but has been included as
a minor variation.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.geosparql.geo.topological.GenericGeometryPropertyFunction
execEvaluated
Methods inherited from class org.apache.jena.sparql.pfunction.PFuncSimple
execEvaluated
Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionEval
exec
Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
build, exec
-
Constructor Details
-
IsValidPF
public IsValidPF()
-