Uses of Interface
org.elasticsearch.search.aggregations.bucket.geogrid.GeoGrid
-
Packages that use GeoGrid Package Description org.elasticsearch.search.aggregations.bucket.geogrid -
-
Uses of GeoGrid in org.elasticsearch.search.aggregations.bucket.geogrid
Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement GeoGrid Modifier and Type Class Description classInternalGeoGrid<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.classInternalGeoHashGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoTileGridRepresents a grid of cells where each cell's location is determined by a geohash.classParsedGeoGridclassParsedGeoHashGridclassParsedGeoTileGrid
-