Kinetica C# API  Version 6.1.0.0
kinetica.FilterByTableRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string FILTER_MODE = "filter_mode"
 String indicating the filter mode, either in_table or not_in_table. More...
 
const string IN_TABLE = "in_table"
 
const string NOT_IN_TABLE = "not_in_table"
 
const string MODE = "mode"
 Mode - should be either spatial or normal. More...
 
const string NORMAL = "normal"
 
const string SPATIAL = "spatial"
 
const string BUFFER = "buffer"
 Buffer size, in meters. More...
 
const string BUFFER_METHOD = "buffer_method"
 Method used to buffer polygons. More...
 
const string GEOS = "geos"
 Use geos 1 edge per corner algorithm More...
 
const string MAX_PARTITION_SIZE = "max_partition_size"
 Maximum number of points in a partition. More...
 
const string MAX_PARTITION_SCORE = "max_partition_score"
 Maximum number of points * edges in a partition. More...
 
const string X_COLUMN_NAME = "x_column_name"
 Name of column containing x value of point being filtered in spatial mode. More...
 
const string Y_COLUMN_NAME = "y_column_name"
 Name of column containing y value of point being filtered in spatial mode. More...
 

Detailed Description

Optional parameters.

  • FILTER_MODE: String indicating the filter mode, either in_table or not_in_table. Supported values: The default value is IN_TABLE.
  • MODE: Mode - should be either spatial or normal. Supported values: The default value is NORMAL.
  • BUFFER: Buffer size, in meters. Only relevant for spatial mode.
  • BUFFER_METHOD: Method used to buffer polygons. Only relevant for spatial mode. Supported values:
    • NORMAL
    • GEOS: Use geos 1 edge per corner algorithm
    The default value is NORMAL.
  • MAX_PARTITION_SIZE: Maximum number of points in a partition. Only relevant for spatial mode.
  • MAX_PARTITION_SCORE: Maximum number of points * edges in a partition. Only relevant for spatial mode.
  • X_COLUMN_NAME: Name of column containing x value of point being filtered in spatial mode.
  • Y_COLUMN_NAME: Name of column containing y value of point being filtered in spatial mode.


A set of string constants for the parameter options.

Definition at line 126 of file FilterByTable.cs.

Member Data Documentation

◆ BUFFER

const string kinetica.FilterByTableRequest.Options.BUFFER = "buffer"

Buffer size, in meters.

Only relevant for spatial mode.

Definition at line 169 of file FilterByTable.cs.

◆ BUFFER_METHOD

const string kinetica.FilterByTableRequest.Options.BUFFER_METHOD = "buffer_method"

Method used to buffer polygons.

Only relevant for spatial mode. Supported values:

  • NORMAL
  • GEOS: Use geos 1 edge per corner algorithm

The default value is NORMAL.

Definition at line 188 of file FilterByTable.cs.

◆ FILTER_MODE

const string kinetica.FilterByTableRequest.Options.FILTER_MODE = "filter_mode"

String indicating the filter mode, either in_table or not_in_table.

Supported values:

The default value is IN_TABLE.

Definition at line 144 of file FilterByTable.cs.

◆ GEOS

const string kinetica.FilterByTableRequest.Options.GEOS = "geos"

Use geos 1 edge per corner algorithm

Definition at line 191 of file FilterByTable.cs.

◆ IN_TABLE

const string kinetica.FilterByTableRequest.Options.IN_TABLE = "in_table"

Definition at line 145 of file FilterByTable.cs.

◆ MAX_PARTITION_SCORE

const string kinetica.FilterByTableRequest.Options.MAX_PARTITION_SCORE = "max_partition_score"

Maximum number of points * edges in a partition.

Only relevant for spatial mode.

Definition at line 199 of file FilterByTable.cs.

◆ MAX_PARTITION_SIZE

const string kinetica.FilterByTableRequest.Options.MAX_PARTITION_SIZE = "max_partition_size"

Maximum number of points in a partition.

Only relevant for spatial mode.

Definition at line 195 of file FilterByTable.cs.

◆ MODE

const string kinetica.FilterByTableRequest.Options.MODE = "mode"

Mode - should be either spatial or normal.

Supported values:

The default value is NORMAL.

Definition at line 163 of file FilterByTable.cs.

◆ NORMAL

const string kinetica.FilterByTableRequest.Options.NORMAL = "normal"

Definition at line 164 of file FilterByTable.cs.

◆ NOT_IN_TABLE

const string kinetica.FilterByTableRequest.Options.NOT_IN_TABLE = "not_in_table"

Definition at line 146 of file FilterByTable.cs.

◆ SPATIAL

const string kinetica.FilterByTableRequest.Options.SPATIAL = "spatial"

Definition at line 165 of file FilterByTable.cs.

◆ X_COLUMN_NAME

const string kinetica.FilterByTableRequest.Options.X_COLUMN_NAME = "x_column_name"

Name of column containing x value of point being filtered in spatial mode.

Definition at line 203 of file FilterByTable.cs.

◆ Y_COLUMN_NAME

const string kinetica.FilterByTableRequest.Options.Y_COLUMN_NAME = "y_column_name"

Name of column containing y value of point being filtered in spatial mode.

Definition at line 207 of file FilterByTable.cs.


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