Kinetica   C#   API  Version 7.2.3.1
FilterByGeometryRequest.Operation Struct Reference

A set of string constants for the parameter operation. 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

A set of string constants for the parameter operation.

The geometric filtering operation to perform.

Definition at line 23 of file FilterByGeometry.cs.

Member Data Documentation

◆ CONTAINS

const string 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 28 of file FilterByGeometry.cs.

◆ CROSSES

const string FilterByGeometryRequest.Operation.CROSSES = "crosses"

Matches records that cross the given WKT.

Definition at line 31 of file FilterByGeometry.cs.

◆ DISJOINT

const string FilterByGeometryRequest.Operation.DISJOINT = "disjoint"

Matches records that are disjoint from the given WKT.

Definition at line 35 of file FilterByGeometry.cs.

◆ EQUALS

const string FilterByGeometryRequest.Operation.EQUALS = "equals"

Matches records that are the same as the given WKT.

Definition at line 39 of file FilterByGeometry.cs.

◆ INTERSECTS

const string FilterByGeometryRequest.Operation.INTERSECTS = "intersects"

Matches records that intersect the given WKT.

Definition at line 42 of file FilterByGeometry.cs.

◆ OVERLAPS

const string FilterByGeometryRequest.Operation.OVERLAPS = "overlaps"

Matches records that overlap the given WKT.

Definition at line 45 of file FilterByGeometry.cs.

◆ TOUCHES

const string FilterByGeometryRequest.Operation.TOUCHES = "touches"

Matches records that touch the given WKT.

Definition at line 48 of file FilterByGeometry.cs.

◆ WITHIN

const string FilterByGeometryRequest.Operation.WITHIN = "within"

Matches records that are within the given WKT.

Definition at line 51 of file FilterByGeometry.cs.


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