class DissolveHalfEdge extends MarkHalfEdge
LineDissolver
.Modifier and Type | Field and Description |
---|---|
private boolean |
isStart |
Constructor and Description |
---|
DissolveHalfEdge(Coordinate orig) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStart()
Tests whether this edge is the starting segment
in a LineString being dissolved.
|
void |
setStart()
Sets this edge to be the start segment of an input LineString.
|
isMarked, isMarked, mark, mark, markBoth, setMark, setMark, setMarkBoth
public DissolveHalfEdge(Coordinate orig)