Class InternalGeoBounds

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( name, double top, double bottom, double posLeft, double posRight, double negLeft, double negRight, boolean wrapLongitude, <,​> metadata)
    • InternalGeoBounds

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