public class LineMergeGraph extends PlanarGraph
marked flag on Edges
and Nodes indicates whether they have been
logically deleted from the graph.| Constructor | Description |
|---|---|
LineMergeGraph() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addEdge(LineString lineString) |
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation
of an edge.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, contains, dirEdgeIterator, edgeIterator, findNode, findNodesOfDegree, getEdges, getNodes, nodeIterator, remove, remove, removepublic void addEdge(LineString lineString)
lineString - the linestring to add to the graphCopyright © 2018. All rights reserved.