◆ aggregateMinMaxGeometry() [1/2]
| inline |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
| request_ | Request object containing the parameters for the operation. |
Definition at line 5786 of file KineticaFunctions.cs.
◆ aggregateMinMaxGeometry() [2/2]
| inline |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
| table_name | Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. |
| column_name | Name of a geospatial geometry column on which the min-max will be calculated. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 5826 of file KineticaFunctions.cs.
◆ AggregateMinMaxGeometryAsync() [1/2]
| inline |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 5803 of file KineticaFunctions.cs.
◆ AggregateMinMaxGeometryAsync() [2/2]
| inline |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
(async)
| table_name | Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. |
| column_name | Name of a geospatial geometry column on which the min-max will be calculated. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 5852 of file KineticaFunctions.cs.