| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
FilterByRadiusResponse |
GPUdb.filterByRadius(FilterByRadiusRequest request)
Calculates which objects from a table lie within a circle with the given
radius and center point (i.e.
|
FilterByRadiusResponse |
GPUdb.filterByRadius(String tableName,
String viewName,
String xColumnName,
double xCenter,
String yColumnName,
double yCenter,
double radius,
Map<String,String> options)
Calculates which objects from a table lie within a circle with the given
radius and center point (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
FilterByRadiusResponse |
FilterByRadiusResponse.setCount(long count) |
FilterByRadiusResponse |
FilterByRadiusResponse.setInfo(Map<String,String> info) |
Copyright © 2020. All rights reserved.