◆ filterByBoxGeometry() [1/2]
| inline |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a view_name is passed in as part of the input payload.
| request_ | Request object containing the parameters for the operation. |
Definition at line 37175 of file KineticaFunctions.cs.
◆ filterByBoxGeometry() [2/2]
| inline |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a view_name is passed in as part of the input payload.
| table_name | Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. |
| 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 geospatial geometry column to be filtered. |
| min_x | Lower bound for the x-coordinate of the rectangular box. Must be less than or equal to max_x . |
| max_x | Upper bound for the x-coordinate of the rectangular box. Must be greater than or equal to min_x . |
| min_y | Lower bound for the y-coordinate of the rectangular box. Must be less than or equal to max_y . |
| max_y | Upper bound for the y-coordinate of the rectangular box. Must be greater than or equal to min_y . |
| options | Optional parameters.
|
Definition at line 37285 of file KineticaFunctions.cs.
◆ FilterByBoxGeometryAsync() [1/2]
| inline |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
(async)
The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a view_name is passed in as part of the input payload.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 37198 of file KineticaFunctions.cs.
◆ FilterByBoxGeometryAsync() [2/2]
| inline |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
(async)
The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a view_name is passed in as part of the input payload.
| table_name | Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. |
| 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 geospatial geometry column to be filtered. |
| min_x | Lower bound for the x-coordinate of the rectangular box. Must be less than or equal to max_x . |
| max_x | Upper bound for the x-coordinate of the rectangular box. Must be greater than or equal to min_x . |
| min_y | Lower bound for the y-coordinate of the rectangular box. Must be less than or equal to max_y . |
| max_y | Upper bound for the y-coordinate of the rectangular box. Must be greater than or equal to min_y . |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 37381 of file KineticaFunctions.cs.