Module org.apache.jena.geosparql
Class Spatial
java.lang.Object
org.apache.jena.geosparql.implementation.function_registration.Spatial
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadFilterFunctions
(org.apache.jena.sparql.function.FunctionRegistry functionRegistry) This method loads all the Jena Spatial Filter Functionsstatic void
loadPropertyFunctions
(org.apache.jena.sparql.pfunction.PropertyFunctionRegistry registry) This method loads all the Jena Spatial Property Functions
-
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
-
-