Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AggregateMinMaxGeometryResponse |
GPUdb.aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest request)
Calculates and returns the minimum and maximum x- and y-coordinates of a
particular geospatial geometry column in a table.
|
AggregateMinMaxGeometryResponse |
GPUdb.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.
|
Modifier and Type | Method and Description |
---|---|
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setInfo(Map<String,String> info)
Additional information.
|
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMaxX(double maxX)
Maximum x-coordinate value of the
columnName . |
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMaxY(double maxY)
Maximum y-coordinate value of the
columnName . |
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMinX(double minX)
Minimum x-coordinate value of the
columnName . |
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMinY(double minY)
Minimum y-coordinate value of the
columnName . |
Copyright © 2025. All rights reserved.