Class InternalGeoTileGrid

All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Aggregation, GeoGrid, MultiBucketsAggregation

public class InternalGeoTileGrid
extends InternalGeoGrid<InternalGeoTileGridBucket>
Represents a grid of cells where each cell's location is determined by a geohash. All geohashes in a grid are of the same precision and held internally as a single long for efficiency's sake.