◆ filterByGeometry() [1/2]
| inline |
Applies a geometry filter against a geospatial geometry column in a given table or view.
The filtering geometry is provided by input_wkt.
| request_ | Request object containing the parameters for the operation. |
Definition at line 37411 of file KineticaFunctions.cs.
◆ filterByGeometry() [2/2]
| inline |
Applies a geometry filter against a geospatial geometry column in a given table or view.
The filtering geometry is provided by input_wkt .
| table_name | Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view containing a geospatial geometry column. |
| view_name | If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria. Must not be an already existing table or view. The default value is ”. |
| column_name | Name of the column to be used in the filter. Must be a geospatial geometry column. |
| input_wkt | A geometry in WKT format that will be used to filter the objects in table_name . The default value is ”. |
| operation | The geometric filtering operation to perform. Supported values:
|
| options | Optional parameters.
|
Definition at line 37567 of file KineticaFunctions.cs.
◆ FilterByGeometryAsync() [1/2]
| inline |
Applies a geometry filter against a geospatial geometry column in a given table or view.
(async)
The filtering geometry is provided by input_wkt.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 37430 of file KineticaFunctions.cs.
◆ FilterByGeometryAsync() [2/2]
| inline |
Applies a geometry filter against a geospatial geometry column in a given table or view.
(async)
The filtering geometry is provided by input_wkt .
| table_name | Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view containing a geospatial geometry column. |
| view_name | If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria. Must not be an already existing table or view. The default value is ”. |
| column_name | Name of the column to be used in the filter. Must be a geospatial geometry column. |
| input_wkt | A geometry in WKT format that will be used to filter the objects in table_name . The default value is ”. |
| operation | The geometric filtering operation to perform. Supported values:
|
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 37710 of file KineticaFunctions.cs.