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) |
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMaxX(double maxX) |
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMaxY(double maxY) |
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMinX(double minX) |
AggregateMinMaxGeometryResponse |
AggregateMinMaxGeometryResponse.setMinY(double minY) |
Copyright © 2020. All rights reserved.