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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    static void
    main(String[] args)
     

    Methods inherited from class org.apache.jena.geosparql.spatial.property_functions.box.WithinBoxGeomPF

    checkSecondFilter

    Methods inherited from class org.apache.jena.geosparql.spatial.property_functions.box.GenericSpatialGeomBoxPropertyFunction

    extractObjectArguments

    Methods inherited from class org.apache.jena.geosparql.spatial.property_functions.GenericSpatialGeomPropertyFunction

    buildSearchEnvelope, requireSecondFilter

    Methods inherited from class org.apache.jena.geosparql.spatial.property_functions.GenericSpatialPropertyFunction

    execEvaluated

    Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionEval

    exec

    Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase

    build, exec

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      execEvaluated in class org.apache.jena.sparql.pfunction.PFuncSimpleAndList
    • main

      public static void main(String[] args)