ToXContent, ToXContentObjectpublic class CoordinateNode extends java.lang.Object implements ToXContentObject
Can either be a leaf node consisting of a Coordinate, or a parent with children
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field | Description |
|---|---|---|
java.util.List<CoordinateNode> |
children |
|
com.vividsolutions.jts.geom.Coordinate |
coordinate |
EMPTY_PARAMS| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isEmpty() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic final com.vividsolutions.jts.geom.Coordinate coordinate
public final java.util.List<CoordinateNode> children
public boolean isEmpty()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException