|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.operation.linemerge.EdgeString
public class EdgeString
A sequence of LineMergeDirectedEdge
s forming one of the lines that will
be output by the line-merging process.
Constructor Summary | |
---|---|
EdgeString(GeometryFactory factory)
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString |
Method Summary | |
---|---|
void |
add(LineMergeDirectedEdge directedEdge)
Adds a directed edge which is known to form part of this line. |
LineString |
toLineString()
Converts this EdgeString into a LineString. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeString(GeometryFactory factory)
Method Detail |
---|
public void add(LineMergeDirectedEdge directedEdge)
public LineString toLineString()
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |