java.lang.Object
org.apache.jena.geosparql.implementation.function_registration.Spatial

public class Spatial extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    loadFilterFunctions(org.apache.jena.sparql.function.FunctionRegistry functionRegistry)
    This method loads all the Jena Spatial Filter Functions
    static void
    loadPropertyFunctions(org.apache.jena.sparql.pfunction.PropertyFunctionRegistry registry)
    This method loads all the Jena Spatial Property Functions

    Methods inherited from class java.lang.Object

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

    • Spatial

      public Spatial()
  • Method Details

    • loadPropertyFunctions

      public static void loadPropertyFunctions(org.apache.jena.sparql.pfunction.PropertyFunctionRegistry registry)
      This method loads all the Jena Spatial Property Functions
      Parameters:
      registry - - the PropertyFunctionRegistry to be used
    • loadFilterFunctions

      public static void loadFilterFunctions(org.apache.jena.sparql.function.FunctionRegistry functionRegistry)
      This method loads all the Jena Spatial Filter Functions
      Parameters:
      functionRegistry -