All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentFragment, GeoGrid, Aggregation, 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.
Opensearch.internal: