Class EdgeString
java.lang.Object
org.locationtech.jts.operation.linemerge.EdgeString
A sequence of
LineMergeDirectedEdge
s forming one of the lines that will
be output by the line-merging process.- Version:
- 1.7
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEdgeString
(GeometryFactory factory) Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(LineMergeDirectedEdge directedEdge) Adds a directed edge which is known to form part of this line.private Coordinate[]
Converts this EdgeString into a LineString.
-
Field Details
-
factory
-
directedEdges
-
coordinates
-
-
Constructor Details
-
EdgeString
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString
-
-
Method Details
-
add
Adds a directed edge which is known to form part of this line. -
getCoordinates
-
toLineString
Converts this EdgeString into a LineString.
-