Package | Description |
---|---|
com.bigdata.service.geospatial | |
com.bigdata.service.geospatial.impl |
Modifier and Type | Method and Description |
---|---|
Map<String,IGeoSpatialQuery.LowerAndUpperValue> |
IGeoSpatialQuery.getCustomFieldsConstraints() |
Modifier and Type | Method and Description |
---|---|
Map<String,IGeoSpatialQuery.LowerAndUpperValue> |
GeoSpatialQuery.getCustomFieldsConstraints() |
static Map<String,IGeoSpatialQuery.LowerAndUpperValue> |
GeoSpatialQuery.toValidatedCustomFieldsConstraints(String[] customFields,
Object[] customFieldsLowerBounds,
Object[] customFieldsUpperBounds)
Constructs a validated custom fields constraints from the parsed user input.
|
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.