Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
FilterByAreaGeometryResponse |
GPUdb.filterByAreaGeometry(FilterByAreaGeometryRequest request)
Calculates which geospatial geometry objects from a table intersect a
named area of interest (NAI/polygon).
|
FilterByAreaGeometryResponse |
GPUdb.filterByAreaGeometry(String tableName,
String viewName,
String columnName,
List<Double> xVector,
List<Double> yVector,
Map<String,String> options)
Calculates which geospatial geometry objects from a table intersect a
named area of interest (NAI/polygon).
|
Modifier and Type | Method and Description |
---|---|
FilterByAreaGeometryResponse |
FilterByAreaGeometryResponse.setCount(long count) |
FilterByAreaGeometryResponse |
FilterByAreaGeometryResponse.setInfo(Map<String,String> info) |
Copyright © 2020. All rights reserved.