Class InternalGeoGrid<B extends InternalGeoGridBucket>

All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentFragment, Aggregation, GeoGrid, MultiBucketsAggregation
Direct Known Subclasses:
InternalGeoHashGrid, InternalGeoTileGrid

public abstract class InternalGeoGrid<B extends InternalGeoGridBucket>
extends InternalMultiBucketAggregation<InternalGeoGrid,​InternalGeoGridBucket>
implements GeoGrid
Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm. All geo-grid hash-encoding in a grid are of the same precision and held internally as a single long for efficiency's sake.