Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
FilterByAreaResponse |
GPUdb.filterByArea(FilterByAreaRequest request)
Calculates which objects from a table are within a named area of
interest (NAI/polygon).
|
FilterByAreaResponse |
GPUdb.filterByArea(String tableName,
String viewName,
String xColumnName,
List<Double> xVector,
String yColumnName,
List<Double> yVector,
Map<String,String> options)
Calculates which objects from a table are within a named area of
interest (NAI/polygon).
|
Modifier and Type | Method and Description |
---|---|
FilterByAreaResponse |
FilterByAreaResponse.setCount(long count) |
FilterByAreaResponse |
FilterByAreaResponse.setInfo(Map<String,String> info) |
Copyright © 2020. All rights reserved.