All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.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.