Class XyLocation

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

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

A two-dimensional Cartesian point specified by x and y coordinates. It can be represented in the following ways:

  • As an {x, y} object.
  • As an [x, y] array.
  • As a string in "x, y" or WKT point format.