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

public class GeometryProperty extends Object
  • Constructor Details

    • GeometryProperty

      public GeometryProperty()
  • Method Details

    • loadPropertyFunctions

      public static void loadPropertyFunctions(PropertyFunctionRegistry registry)
      This method loads all the Geometry property property functions.
      Parameters:
      registry - - the PropertyFunctionRegistry to be used
    • loadFilterFunctions

      public static void loadFilterFunctions(FunctionRegistry registry)
      This method loads all the Geometry property filter functions.
      N.B. These functions are not part of the GeoSPARQL standard but have been included for convenience using GeometryLiterals.
      Parameters:
      registry - - the FunctionRegistry to be used