public class LineMergeEdge extends Edge
LineMergeGraph
. The marked
field indicates
whether this Edge has been logically deleted from the graph.Constructor | Description |
---|---|
LineMergeEdge(LineString line) |
Constructs a LineMergeEdge with vertices given by the specified LineString.
|
Modifier and Type | Method | Description |
---|---|---|
LineString |
getLine() |
Returns the LineString specifying the vertices of this edge.
|
getDirEdge, getDirEdge, getOppositeNode, isRemoved, setDirectedEdges
getComponentWithVisitedState, getContext, getData, isMarked, isVisited, setContext, setData, setMarked, setMarked, setVisited, setVisited
public LineMergeEdge(LineString line)
public LineString getLine()
Copyright © 2018. All rights reserved.