Class CoordinateNode

  • All Implemented Interfaces:
    ToXContent, ToXContentObject

    public class CoordinateNode
    extends java.lang.Object
    implements ToXContentObject
    Node used to represent a tree of coordinates.

    Can either be a leaf node consisting of a Coordinate, or a parent with children

    • Field Detail

      • coordinate

        public final org.locationtech.jts.geom.Coordinate coordinate