Uses of Class
org.locationtech.jts.operation.linemerge.LineMergeDirectedEdge
Packages that use LineMergeDirectedEdge
-
Uses of LineMergeDirectedEdge in org.locationtech.jts.operation.linemerge
Methods in org.locationtech.jts.operation.linemerge that return LineMergeDirectedEdgeModifier and TypeMethodDescriptionLineMergeDirectedEdge.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 LineMergeDirectedEdgeModifier and TypeMethodDescriptionvoid
EdgeString.add
(LineMergeDirectedEdge directedEdge) Adds a directed edge which is known to form part of this line.