| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
FilterByBoxGeometryResponse | 
GPUdb.filterByBoxGeometry(FilterByBoxGeometryRequest request)
Calculates which geospatial geometry objects from a table intersect a
 rectangular box. 
 | 
FilterByBoxGeometryResponse | 
GPUdb.filterByBoxGeometry(String tableName,
                   String viewName,
                   String columnName,
                   double minX,
                   double maxX,
                   double minY,
                   double maxY,
                   Map<String,String> options)
Calculates which geospatial geometry objects from a table intersect a
 rectangular box. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FilterByBoxGeometryResponse | 
FilterByBoxGeometryResponse.setCount(long count)  | 
Copyright © 2019. All rights reserved.