Class CoordinateNode
java.lang.Object
org.opensearch.common.geo.parsers.CoordinateNode
- All Implemented Interfaces:
org.opensearch.common.xcontent.ToXContent
,org.opensearch.common.xcontent.ToXContentObject
public class CoordinateNode
extends Object
implements org.opensearch.common.xcontent.ToXContentObject
Node used to represent a tree of coordinates.
Can either be a leaf node consisting of a Coordinate, or a parent with children
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.common.xcontent.ToXContent
org.opensearch.common.xcontent.ToXContent.DelegatingMapParams, org.opensearch.common.xcontent.ToXContent.MapParams, org.opensearch.common.xcontent.ToXContent.Params
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<CoordinateNode>
final org.locationtech.jts.geom.Coordinate
Fields inherited from interface org.opensearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
protected int
org.opensearch.common.xcontent.XContentBuilder
toXContent
(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
coordinate
public final org.locationtech.jts.geom.Coordinate coordinate -
children
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
numDimensions
protected int numDimensions() -
toXContent
public org.opensearch.common.xcontent.XContentBuilder toXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContent
in interfaceorg.opensearch.common.xcontent.ToXContent
- Throws:
IOException
-