Uses of Class
com.gpudb.protocol.AggregateMinMaxGeometryResponse
-
Packages that use AggregateMinMaxGeometryResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateMinMaxGeometryResponse in com.gpudb
Methods in com.gpudb that return AggregateMinMaxGeometryResponse 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.AggregateMinMaxGeometryResponseGPUdb. aggregateMinMaxGeometry(String tableName, String columnName, Map<String,String> options)Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table. -
Uses of AggregateMinMaxGeometryResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateMinMaxGeometryResponse Modifier and Type Method Description AggregateMinMaxGeometryResponseAggregateMinMaxGeometryResponse. setInfo(Map<String,String> info)Additional information.AggregateMinMaxGeometryResponseAggregateMinMaxGeometryResponse. setMaxX(double maxX)Maximum x-coordinate value of thecolumnName.AggregateMinMaxGeometryResponseAggregateMinMaxGeometryResponse. setMaxY(double maxY)Maximum y-coordinate value of thecolumnName.AggregateMinMaxGeometryResponseAggregateMinMaxGeometryResponse. setMinX(double minX)Minimum x-coordinate value of thecolumnName.AggregateMinMaxGeometryResponseAggregateMinMaxGeometryResponse. setMinY(double minY)Minimum y-coordinate value of thecolumnName.
-