Uses of Class
com.gpudb.protocol.AggregateMinMaxGeometryRequest
-
Packages that use AggregateMinMaxGeometryRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateMinMaxGeometryRequest in com.gpudb
Methods in com.gpudb with parameters of type AggregateMinMaxGeometryRequest Modifier and Type Method Description AggregateMinMaxGeometryResponseGPUdb. aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest request)Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table. -
Uses of AggregateMinMaxGeometryRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateMinMaxGeometryRequest Modifier and Type Method Description AggregateMinMaxGeometryRequestAggregateMinMaxGeometryRequest. setColumnName(String columnName)Name of a geospatial geometry column on which the min-max will be calculated.AggregateMinMaxGeometryRequestAggregateMinMaxGeometryRequest. setOptions(Map<String,String> options)Optional parameters.AggregateMinMaxGeometryRequestAggregateMinMaxGeometryRequest. setTableName(String tableName)Name of the table on which the operation will be performed.
-