public class GeoQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeoQuery.Build
A Build object knows how to apply a geo-query to an
AbstractSparqlQuery.
|
| Modifier and Type | Field and Description |
|---|---|
static Transform |
byFilter
An AbstractSparqlQuery transform that translates geo-queries
into SPARQL filters.
|
static Transform |
byIndex
An AbstractSParqlQuery transform that translates geo-queries
using Jena Spatial indexes.
|
static String |
spatial
'spatial' is the namespace of Jena Spatial properties.
|
static String |
withinBox
`withinBox ?id x y r` geo-query name
|
static String |
withinCircle
`withinCircle ?id x y r`
|
| Constructor and Description |
|---|
GeoQuery(List<Var> toBind,
String name,
Number... args) |
GeoQuery(Var toBind,
String name,
List<Number> args) |
GeoQuery(Var toBind,
String name,
Number... args) |
public static final String spatial
public static final String withinBox
public static final String withinCircle
public static final Transform byIndex
public static final Transform byFilter
Copyright © 2017. All rights reserved.