Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.FilterByGeometryRequest.Operation Struct Reference

The geometric filtering operation to perform Supported values:

More...

Public Attributes

const string CONTAINS = "contains"
 Matches records that contain the given WKT in input_wkt, i.e. More...
 
const string CROSSES = "crosses"
 Matches records that cross the given WKT. More...
 
const string DISJOINT = "disjoint"
 Matches records that are disjoint from the given WKT. More...
 
const string EQUALS = "equals"
 Matches records that are the same as the given WKT. More...
 
const string INTERSECTS = "intersects"
 Matches records that intersect the given WKT. More...
 
const string OVERLAPS = "overlaps"
 Matches records that overlap the given WKT. More...
 
const string TOUCHES = "touches"
 Matches records that touch the given WKT. More...
 
const string WITHIN = "within"
 Matches records that are within the given WKT. More...
 

Detailed Description

The geometric filtering operation to perform Supported values:

  • CONTAINS: Matches records that contain the given WKT in , i.e.

the given WKT is within the bounds of a record's geometry. CROSSES: Matches records that cross the given WKT. DISJOINT: Matches records that are disjoint from the given WKT. EQUALS: Matches records that are the same as the given WKT. INTERSECTS: Matches records that intersect the given WKT. OVERLAPS: Matches records that overlap the given WKT. TOUCHES: Matches records that touch the given WKT. WITHIN: Matches records that are within the given WKT.

A set of string constants for the parameter operation.

Definition at line 80 of file FilterByGeometry.cs.

Member Data Documentation

const string kinetica.FilterByGeometryRequest.Operation.CONTAINS = "contains"

Matches records that contain the given WKT in input_wkt, i.e.

the given WKT is within the bounds of a record's geometry.

Definition at line 86 of file FilterByGeometry.cs.

const string kinetica.FilterByGeometryRequest.Operation.CROSSES = "crosses"

Matches records that cross the given WKT.

Definition at line 89 of file FilterByGeometry.cs.

const string kinetica.FilterByGeometryRequest.Operation.DISJOINT = "disjoint"

Matches records that are disjoint from the given WKT.

Definition at line 93 of file FilterByGeometry.cs.

const string kinetica.FilterByGeometryRequest.Operation.EQUALS = "equals"

Matches records that are the same as the given WKT.

Definition at line 97 of file FilterByGeometry.cs.

const string kinetica.FilterByGeometryRequest.Operation.INTERSECTS = "intersects"

Matches records that intersect the given WKT.

Definition at line 101 of file FilterByGeometry.cs.

const string kinetica.FilterByGeometryRequest.Operation.OVERLAPS = "overlaps"

Matches records that overlap the given WKT.

Definition at line 104 of file FilterByGeometry.cs.

const string kinetica.FilterByGeometryRequest.Operation.TOUCHES = "touches"

Matches records that touch the given WKT.

Definition at line 107 of file FilterByGeometry.cs.

const string kinetica.FilterByGeometryRequest.Operation.WITHIN = "within"

Matches records that are within the given WKT.

Definition at line 111 of file FilterByGeometry.cs.


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