Class GeoBounds

java.lang.Object
co.elastic.clients.elasticsearch._types.GeoBounds
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<GeoBounds.Kind,Object>

A geo bounding box. It can be represented in various ways:
  • as 4 top/bottom/left/right coordinates
  • as 2 top_left / bottom_right points
  • as 2 top_right / bottom_left points
  • as a WKT bounding box
See Also: