Class InternalGeoBounds

java.lang.Object
org.elasticsearch.search.aggregations.InternalAggregation
org.elasticsearch.search.aggregations.metrics.InternalGeoBounds
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Aggregation, GeoBounds

public class InternalGeoBounds
extends InternalAggregation
implements GeoBounds
  • Field Details

    • top

      public final double top
    • bottom

      public final double bottom
    • posLeft

      public final double posLeft
    • posRight

      public final double posRight
    • negLeft

      public final double negLeft
    • negRight

      public final double negRight
    • wrapLongitude

      public final boolean wrapLongitude
  • Constructor Details

    • InternalGeoBounds

      public InternalGeoBounds​(java.lang.String name, double top, double bottom, double posLeft, double posRight, double negLeft, double negRight, boolean wrapLongitude, java.util.Map<java.lang.String,​java.lang.Object> metadata)
    • InternalGeoBounds

      public InternalGeoBounds​(StreamInput in) throws java.io.IOException
      Read from a stream.
      Throws:
      java.io.IOException
  • Method Details