Class DissolveHalfEdge

    • Field Detail

      • isStart

        private boolean isStart
    • Constructor Detail

      • DissolveHalfEdge

        public DissolveHalfEdge​(Coordinate orig)
    • Method Detail

      • isStart

        public boolean isStart()
        Tests whether this edge is the starting segment in a LineString being dissolved.
        Returns:
        true if this edge is a start segment
      • setStart

        public void setStart()
        Sets this edge to be the start segment of an input LineString.