Skip to main content

A set of string constants for the parameter FilterBySeriesRequest.options. More…

Static Public Attributes

const string CREATE_TEMP_TABLE = “create_temp_table”
 If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterBySeriesRequest.view_name.
 
const string TRUE = “true”
 A boolean constant for the FilterBySeriesRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the FilterBySeriesRequest.Options options.
 
const string COLLECTION_NAME = “collection_name”
 [DEPRECATED–please specify the containing schema for the view as part of FilterBySeriesRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view.
 
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.
 
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.
 
const string SPATIAL_DISTANCE_METRIC = “spatial_distance_metric”
 A string representing the coordinate system to use for the spatial search criteria.
 
const string EUCLIDEAN = “euclidean”
 A constant for the FilterBySeriesRequest.Options options.
 
const string GREAT_CIRCLE = “great_circle”
 A constant for the FilterBySeriesRequest.Options options.
 

Detailed Description

A set of string constants for the parameter FilterBySeriesRequest.options.

Optional parameters.

Definition at line 32 of file FilterBySeries.cs.

Member Data Documentation

◆ COLLECTION_NAME

const string kinetica.FilterBySeriesRequest.Options.COLLECTION_NAME = “collection_name”
static

[DEPRECATED–please specify the containing schema for the view as part of FilterBySeriesRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view.

If the schema is non-existent, it will be automatically created.

Definition at line 76 of file FilterBySeries.cs.

◆ CREATE_TEMP_TABLE

const string kinetica.FilterBySeriesRequest.Options.CREATE_TEMP_TABLE = “create_temp_table”
static

If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterBySeriesRequest.view_name.

This is always allowed even if the caller does not have permission to create tables. The generated name is returned in QUALIFIED_VIEW_NAME. Supported values:

The default value is FALSE.

Definition at line 58 of file FilterBySeries.cs.

◆ EUCLIDEAN

const string kinetica.FilterBySeriesRequest.Options.EUCLIDEAN = “euclidean”
static

A constant for the FilterBySeriesRequest.Options options.

Definition at line 113 of file FilterBySeries.cs.

◆ FALSE

const string kinetica.FilterBySeriesRequest.Options.FALSE = “false”
static

A boolean constant for the FilterBySeriesRequest.Options options.

Definition at line 66 of file FilterBySeries.cs.

◆ GREAT_CIRCLE

const string kinetica.FilterBySeriesRequest.Options.GREAT_CIRCLE = “great_circle”
static

A constant for the FilterBySeriesRequest.Options options.

Definition at line 117 of file FilterBySeries.cs.

◆ SPATIAL_DISTANCE_METRIC

const string kinetica.FilterBySeriesRequest.Options.SPATIAL_DISTANCE_METRIC = “spatial_distance_metric”
static

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:

Definition at line 109 of file FilterBySeries.cs.

◆ SPATIAL_RADIUS

const string kinetica.FilterBySeriesRequest.Options.SPATIAL_RADIUS = “spatial_radius”
static

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. The minimum allowed value is ‘0’.

Definition at line 83 of file FilterBySeries.cs.

◆ TIME_RADIUS

const string kinetica.FilterBySeriesRequest.Options.TIME_RADIUS = “time_radius”
static

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. The minimum allowed value is ‘0’.

Definition at line 90 of file FilterBySeries.cs.

◆ TRUE

const string kinetica.FilterBySeriesRequest.Options.TRUE = “true”
static

A boolean constant for the FilterBySeriesRequest.Options options.

Definition at line 62 of file FilterBySeries.cs.


The documentation for this struct was generated from the following files: