public class LineMergeGraph extends PlanarGraph
marked flag on @{link com.vividsolutions.planargraph.Edge}s and @{link com.vividsolutions.planargraph.Node}s indicates whether they have been logically deleted from the graph.
dirEdges, edges, nodeMap| Constructor and Description |
|---|
LineMergeGraph()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(LineString
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.
|
add, add, add, contains, contains, dirEdgeIterator, edgeIterator, findNode, findNodesOfDegree, getEdges, getNodes, nodeIterator, remove, remove, removepublic void addEdge(LineStringlineString)