Class BoundingBox<T extends SpatialPoint>

java.lang.Object
org.elasticsearch.common.geo.BoundingBox<T>
All Implemented Interfaces:
GenericNamedWriteable, NamedWriteable, VersionedNamedWriteable, Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
GeoBoundingBox

public abstract class BoundingBox<T extends SpatialPoint> extends Object implements ToXContentFragment, GenericNamedWriteable
A class representing a Bounding-Box for use by Geo and Cartesian queries and aggregations that deal with extents/rectangles representing rectangular areas of interest.