Class GenericSpatialPropertyFunction

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
All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction
Direct Known Subclasses:
GenericSpatialGeomPropertyFunction, NearbyGeomPF

public abstract class GenericSpatialPropertyFunction extends org.apache.jena.sparql.pfunction.PFuncSimpleAndList
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final org.apache.jena.sparql.engine.QueryIterator
    execEvaluated(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg object, org.apache.jena.sparql.engine.ExecutionContext execCxt)
     

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

    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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GenericSpatialPropertyFunction

      public GenericSpatialPropertyFunction()
  • Method Details

    • execEvaluated

      public final org.apache.jena.sparql.engine.QueryIterator execEvaluated(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg object, org.apache.jena.sparql.engine.ExecutionContext execCxt)
      Specified by:
      execEvaluated in class org.apache.jena.sparql.pfunction.PFuncSimpleAndList