Uses of Class
org.locationtech.jts.operation.linemerge.LineMergeDirectedEdge
-
Packages that use LineMergeDirectedEdge Package Description org.locationtech.jts.operation.linemerge Classes to perform line merging. -
-
Uses of LineMergeDirectedEdge in org.locationtech.jts.operation.linemerge
Methods in org.locationtech.jts.operation.linemerge that return LineMergeDirectedEdge Modifier and Type Method Description LineMergeDirectedEdge
LineMergeDirectedEdge. getNext()
Returns the directed edge that starts at this directed edge's end point, or null if there are zero or multiple directed edges starting there.Methods in org.locationtech.jts.operation.linemerge with parameters of type LineMergeDirectedEdge Modifier and Type Method Description void
EdgeString. add(LineMergeDirectedEdge directedEdge)
Adds a directed edge which is known to form part of this line.
-