public static final class FilterBySeriesRequest.Options extends Object
COLLECTION_NAME
: Name of a collection which is to contain the newly
created view. If the collection provided is non-existent, the collection
will be automatically created. If empty, then the newly created view
will be top-level.
SPATIAL_RADIUS
: A positive number passed as a string representing the
radius of the search area centered around each track point's geospatial
coordinates. The value is interpreted in meters. Required parameter.
TIME_RADIUS
: A positive number passed as a string representing the
maximum allowable time difference between the timestamps of a filtered
object and the given track's points. The value is interpreted in
seconds. Required parameter.
SPATIAL_DISTANCE_METRIC
: A string representing the coordinate system to
use for the spatial search criteria. Acceptable values are 'euclidean'
and 'great_circle'. Optional parameter; default is 'euclidean'.
Supported values:
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_NAME
Name of a collection which is to contain the newly created view.
|
static String |
EUCLIDEAN |
static String |
GREAT_CIRCLE |
static String |
SPATIAL_DISTANCE_METRIC
A string representing the coordinate system to use for the spatial
search criteria.
|
static String |
SPATIAL_RADIUS
A positive number passed as a string representing the radius of the
search area centered around each track point's geospatial
coordinates.
|
static String |
TIME_RADIUS
A positive number passed as a string representing the maximum
allowable time difference between the timestamps of a filtered
object and the given track's points.
|
public static final String COLLECTION_NAME
public static final String SPATIAL_RADIUS
public static final String TIME_RADIUS
public static final String SPATIAL_DISTANCE_METRIC
public static final String EUCLIDEAN
public static final String GREAT_CIRCLE
Copyright © 2020. All rights reserved.