Uses of Class
org.locationtech.jts.operation.linemerge.LineMergeDirectedEdge
-
Packages that use LineMergeDirectedEdge Package Description org.locationtech.jts.operation.linemerge -
-
Uses of LineMergeDirectedEdge in org.locationtech.jts.operation.linemerge
Methods in org.locationtech.jts.operation.linemerge that return LineMergeDirectedEdge Modifier and Type Method Description LineMergeDirectedEdgeLineMergeDirectedEdge. 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 voidEdgeString. add(LineMergeDirectedEdge directedEdge)Adds a directed edge which is known to form part of this line.
-