Class InternalGeoTileGridBucket

All Implemented Interfaces:
Comparable<InternalGeoGridBucket>, org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, GeoGrid.Bucket, MultiBucketsAggregation.Bucket, HasAggregations

public class InternalGeoTileGridBucket extends InternalGeoGridBucket<InternalGeoTileGridBucket>
Implementation of geotile grid bucket
Opensearch.internal:
  • Constructor Details

    • InternalGeoTileGridBucket

      public InternalGeoTileGridBucket(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Read from a stream.
      Throws:
      IOException
  • Method Details

    • getKeyAsString

      public String getKeyAsString()
    • getKey

      public GeoPoint getKey()