Class GeoQuery


  • public class GeoQuery
    extends Object
    • Field Detail

      • spatial

        public static final String spatial
        'spatial' is the namespace of Jena Spatial properties. It is copied here (rather than imported) to reduce dependencies.
        See Also:
        Constant Field Values
      • byIndex

        public static final Transform byIndex
        An AbstractSParqlQuery transform that translates geo-queries using Jena Spatial indexes.
      • byFilter

        public static final Transform byFilter
        An AbstractSparqlQuery transform that translates geo-queries into SPARQL filters.