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
| 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
| static |
Matches records that cross the given WKT.
Definition at line 31 of file FilterByGeometry.cs.
◆ DISJOINT
| static |
Matches records that are disjoint from the given WKT.
Definition at line 35 of file FilterByGeometry.cs.
◆ EQUALS
| static |
Matches records that are the same as the given WKT.
Definition at line 39 of file FilterByGeometry.cs.
◆ INTERSECTS
| static |
Matches records that intersect the given WKT.
Definition at line 42 of file FilterByGeometry.cs.
◆ OVERLAPS
| static |
Matches records that overlap the given WKT.
Definition at line 45 of file FilterByGeometry.cs.
◆ TOUCHES
| static |
Matches records that touch the given WKT.
Definition at line 48 of file FilterByGeometry.cs.
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/FilterByGeometry.cs
- Kinetica/Protocol/FilterByGeometry.cs