Package | Description |
---|---|
com.vividsolutions.jts.planargraph |
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 pt,
DirectedEdgeStar deStar)
Constructs a Node with the given location and collection of outgoing DirectedEdges.
|
Copyright © 2016. All rights reserved.