Class GeoBounds

java.lang.Object
org.opensearch.client.opensearch._types.GeoBounds
All Implemented Interfaces:
JsonpSerializable, PlainJsonSerializable, TaggedUnion<GeoBounds.Kind,Object>

@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class GeoBounds extends Object implements TaggedUnion<GeoBounds.Kind,Object>, PlainJsonSerializable

A geo-bounding box. It can be represented in the following ways:

  • As 4 top/bottom/left/right coordinates.
  • As 2 top_left/bottom_right points.
  • As 2 top_right/bottom_left points.
  • As a Well Known Text (WKT) bounding box.