public abstract class GeohashBucket extends Object
| Constructor and Description |
|---|
GeohashBucket(String key,
long count,
GeoPoint geoPoint,
Map<String,AggregationResult> nestedResults) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
abstract GeoRect |
getGeoCell() |
GeoPoint |
getGeoPoint() |
String |
getKey() |
Map<String,AggregationResult> |
getNestedResults() |
public GeohashBucket(String key, long count, GeoPoint geoPoint, Map<String,AggregationResult> nestedResults)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.