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