Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
FilterByRadiusGeometryResponse |
GPUdb.filterByRadiusGeometry(FilterByRadiusGeometryRequest request)
Calculates which geospatial geometry objects from a table intersect a
circle with the given radius and center point (i.e.
|
FilterByRadiusGeometryResponse |
GPUdb.filterByRadiusGeometry(String tableName,
String viewName,
String columnName,
double xCenter,
double yCenter,
double radius,
Map<String,String> options)
Calculates which geospatial geometry objects from a table intersect a
circle with the given radius and center point (i.e.
|
Modifier and Type | Method and Description |
---|---|
FilterByRadiusGeometryResponse |
FilterByRadiusGeometryResponse.setCount(long count) |
FilterByRadiusGeometryResponse |
FilterByRadiusGeometryResponse.setInfo(Map<String,String> info) |
Copyright © 2020. All rights reserved.