| Package | Description |
|---|---|
| com.vividsolutions.jts.planargraph |
Contains classes to implement a planar graph data structure.
|
| Modifier and Type | Field and Description |
|---|---|
protected DirectedEdgeStar |
Node.deStar
The collection of DirectedEdges that leave this Node
|
| Modifier and Type | Method and Description |
|---|---|
DirectedEdgeStar |
Node.getOutEdges()
Returns the collection of DirectedEdges that leave this Node.
|
| Constructor and Description | |
|---|---|
Node(Coordinate
Constructs a Node with the given location and collection of outgoing DirectedEdges.
|