Skip to main content

A set of string constants for the parameter FilterByGeometryRequest.operation. More…

Static Public Attributes

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

Detailed Description

A set of string constants for the parameter FilterByGeometryRequest.operation.

The geometric filtering operation to perform.

Definition at line 23 of file FilterByGeometry.cs.

Member Data Documentation

◆ CONTAINS

const string kinetica.FilterByGeometryRequest.Operation.CONTAINS = “contains”
static

Matches records that contain the given WKT in FilterByGeometryRequest.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 kinetica.FilterByGeometryRequest.Operation.CROSSES = “crosses”
static

Matches records that cross the given WKT.

Definition at line 31 of file FilterByGeometry.cs.

◆ DISJOINT

const string kinetica.FilterByGeometryRequest.Operation.DISJOINT = “disjoint”
static

Matches records that are disjoint from the given WKT.

Definition at line 35 of file FilterByGeometry.cs.

◆ EQUALS

const string kinetica.FilterByGeometryRequest.Operation.EQUALS = “equals”
static

Matches records that are the same as the given WKT.

Definition at line 39 of file FilterByGeometry.cs.

◆ INTERSECTS

const string kinetica.FilterByGeometryRequest.Operation.INTERSECTS = “intersects”
static

Matches records that intersect the given WKT.

Definition at line 42 of file FilterByGeometry.cs.

◆ OVERLAPS

const string kinetica.FilterByGeometryRequest.Operation.OVERLAPS = “overlaps”
static

Matches records that overlap the given WKT.

Definition at line 45 of file FilterByGeometry.cs.

◆ TOUCHES

const string kinetica.FilterByGeometryRequest.Operation.TOUCHES = “touches”
static

Matches records that touch the given WKT.

Definition at line 48 of file FilterByGeometry.cs.

◆ WITHIN

const string kinetica.FilterByGeometryRequest.Operation.WITHIN = “within”
static

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 files: