Class WithinBoxMultipolygonPF
java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.sparql.pfunction.PropertyFunctionEval
org.apache.jena.sparql.pfunction.PFuncSimpleAndList
org.apache.jena.geosparql.spatial.property_functions.GenericSpatialPropertyFunction
org.apache.jena.geosparql.spatial.property_functions.GenericSpatialGeomPropertyFunction
org.apache.jena.geosparql.spatial.property_functions.box.GenericSpatialGeomBoxPropertyFunction
org.apache.jena.geosparql.spatial.property_functions.box.WithinBoxGeomPF
org.aksw.jena_sparql_api.sparql.ext.geosparql.WithinBoxMultipolygonPF
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction
public class WithinBoxMultipolygonPF
extends org.apache.jena.geosparql.spatial.property_functions.box.WithinBoxGeomPF
-
Field Summary
Fields inherited from class org.apache.jena.geosparql.spatial.property_functions.GenericSpatialPropertyFunction
DEFAULT_LIMIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.engine.QueryIteratorexecEvaluated(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt) static voidMethods inherited from class org.apache.jena.geosparql.spatial.property_functions.box.WithinBoxGeomPF
checkSecondFilterMethods inherited from class org.apache.jena.geosparql.spatial.property_functions.box.GenericSpatialGeomBoxPropertyFunction
extractObjectArgumentsMethods inherited from class org.apache.jena.geosparql.spatial.property_functions.GenericSpatialGeomPropertyFunction
buildSearchEnvelope, requireSecondFilterMethods inherited from class org.apache.jena.geosparql.spatial.property_functions.GenericSpatialPropertyFunction
execEvaluatedMethods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionEval
execMethods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
build, exec
-
Constructor Details
-
WithinBoxMultipolygonPF
public WithinBoxMultipolygonPF()
-
-
Method Details
-
execEvaluated
public org.apache.jena.sparql.engine.QueryIterator execEvaluated(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt) - Overrides:
execEvaluatedin classorg.apache.jena.sparql.pfunction.PFuncSimpleAndList
-
main
-