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

public abstract class InternalGeoGrid<B extends InternalGeoGridBucket> extends InternalMultiBucketAggregation<InternalGeoGrid<B>,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.