public class EdgeString extends Object
LineMergeDirectedEdges forming one of the lines that will be output by the line-merging process.
| Constructor and Description |
|---|
EdgeString(GeometryFactory
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(LineMergeDirectedEdge
Adds a directed edge which is known to form part of this line.
|
LineString |
toLineString()
Converts this EdgeString into a LineString.
|
public EdgeString(GeometryFactoryfactory)
public void add(LineMergeDirectedEdgedirectedEdge)
public LineStringtoLineString()