com.vividsolutions.jts.operation.linemerge
Class LineMergeEdge
public class LineMergeEdge
An edge of a
LineMergeGraph
. The
marked
field indicates
whether this Edge has been logically deleted from the graph.
getComponentWithVisitedState , getContext , getData , isMarked , isRemoved , isVisited , setContext , setData , setMarked , setMarked , setVisited , setVisited |
LineMergeEdge
public LineMergeEdge(LineString line)
Constructs a LineMergeEdge with vertices given by the specified LineString.
getLine
public LineString getLine()
Returns the LineString specifying the vertices of this edge.