Kinetica C# API
Version 6.0.1.0
|
Optional parameters. More...
Public Attributes | |
const string | SPATIAL_RADIUS = "spatial_radius" |
A positive number passed as a string representing the radius of the search area centered around each track point's geospatial coordinates. More... | |
const string | TIME_RADIUS = "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. More... | |
const string | SPATIAL_DISTANCE_METRIC = "spatial_distance_metric" |
A string representing the coordinate system to use for the spatial search criteria. More... | |
const string | EUCLIDEAN = "euclidean" |
const string | GREAT_CIRCLE = "great_circle" |
Optional parameters.
A set of string constants for the parameter <member name="options">.
Definition at line 62 of file FilterBySeries.cs.
const string kinetica.FilterBySeriesRequest.Options.EUCLIDEAN = "euclidean" |
Definition at line 83 of file FilterBySeries.cs.
const string kinetica.FilterBySeriesRequest.Options.GREAT_CIRCLE = "great_circle" |
Definition at line 84 of file FilterBySeries.cs.
const string kinetica.FilterBySeriesRequest.Options.SPATIAL_DISTANCE_METRIC = "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'. Values: euclidean, great_circle.
Definition at line 82 of file FilterBySeries.cs.
const string kinetica.FilterBySeriesRequest.Options.SPATIAL_RADIUS = "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.
Definition at line 69 of file FilterBySeries.cs.
const string kinetica.FilterBySeriesRequest.Options.TIME_RADIUS = "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.
Definition at line 75 of file FilterBySeries.cs.