Package | Description |
---|---|
com.bigdata.service.geospatial | |
com.bigdata.service.geospatial.impl |
Modifier and Type | Method and Description |
---|---|
static GeoSpatial.GeoFunction |
GeoSpatial.GeoFunction.forName(String name) |
GeoSpatial.GeoFunction |
IGeoSpatialQuery.getSearchFunction() |
static GeoSpatial.GeoFunction |
GeoSpatial.GeoFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoSpatial.GeoFunction[] |
GeoSpatial.GeoFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GeoSpatial.GeoFunction |
GeoSpatialQuery.getSearchFunction() |
Constructor and Description |
---|
GeoSpatialQuery(GeoSpatialConfig geoSpatialConfig,
GeoSpatial.GeoFunction searchFunction,
org.openrdf.model.URI searchDatatype,
IConstant<?> subject,
TermNode predicate,
TermNode context,
GeoSpatialUtility.PointLatLon spatialCircleCenter,
Double spatialCircleRadius,
GeoSpatialUtility.PointLatLon spatialRectangleSouthWest,
GeoSpatialUtility.PointLatLon spatialRectangleNorthEast,
ICoordinate.UNITS spatialUnit,
Long timeStart,
Long timeEnd,
Long coordSystem,
Map<String,IGeoSpatialQuery.LowerAndUpperValue> customFieldsConstraints,
IVariable<?> locationVar,
IVariable<?> timeVar,
IVariable<?> locationAndTimeVar,
IVariable<?> latVar,
IVariable<?> lonVar,
IVariable<?> coordSystemVar,
IVariable<?> customFieldsVar,
IVariable<?> literalVar,
IVariable<?> distanceVar,
IBindingSet incomingBindings)
Constructor
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.