Class DissolveHalfEdge

Hierarchy: Object , HalfEdge, MarkHalfEdge, DissolveHalfEdge
class DissolveHalfEdge
extends MarkHalfEdge
A HalfEdge which carries information required to support LineDissolver.
Authors:
Martin Davis
public DissolveHalfEdge(Coordinate orig)
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
public void setStart()
Sets this edge to be the start segment of an input LineString.