Package org.locationtech.jts.dissolve
Class DissolveHalfEdge
java.lang.Object
org.locationtech.jts.edgegraph.HalfEdge
org.locationtech.jts.edgegraph.MarkHalfEdge
org.locationtech.jts.dissolve.DissolveHalfEdge
A HalfEdge which carries information
required to support
LineDissolver
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.locationtech.jts.edgegraph.MarkHalfEdge
isMarked, isMarked, mark, mark, markBoth, setMark, setMark, setMarkBoth
-
Field Details
-
isStart
private boolean isStart
-
-
Constructor Details
-
DissolveHalfEdge
-
-
Method Details
-
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.
-