|
Kinetica C# API
Version 7.2.3.1
|
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... | |
A set of string constants for the parameter operation.
The geometric filtering operation to perform.
Definition at line 23 of file FilterByGeometry.cs.
| 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.
| const string FilterByGeometryRequest.Operation.CROSSES = "crosses" |
Matches records that cross the given WKT.
Definition at line 31 of file FilterByGeometry.cs.
| const string FilterByGeometryRequest.Operation.DISJOINT = "disjoint" |
Matches records that are disjoint from the given WKT.
Definition at line 35 of file FilterByGeometry.cs.
| const string FilterByGeometryRequest.Operation.EQUALS = "equals" |
Matches records that are the same as the given WKT.
Definition at line 39 of file FilterByGeometry.cs.
| const string FilterByGeometryRequest.Operation.INTERSECTS = "intersects" |
Matches records that intersect the given WKT.
Definition at line 42 of file FilterByGeometry.cs.
| const string FilterByGeometryRequest.Operation.OVERLAPS = "overlaps" |
Matches records that overlap the given WKT.
Definition at line 45 of file FilterByGeometry.cs.
| const string FilterByGeometryRequest.Operation.TOUCHES = "touches" |
Matches records that touch the given WKT.
Definition at line 48 of file FilterByGeometry.cs.
| const string FilterByGeometryRequest.Operation.WITHIN = "within" |
Matches records that are within the given WKT.
Definition at line 51 of file FilterByGeometry.cs.