| Package | Description |
|---|---|
| org.locationtech.jts.planargraph |
Contains classes to implement a planar graph data structure.
|
| Modifier and Type | Method | Description |
|---|---|---|
DirectedEdgeStar |
Node.getOutEdges() |
Returns the collection of DirectedEdges that leave this Node.
|
| Constructor | Description |
|---|---|
Node(Coordinate pt,
DirectedEdgeStar deStar) |
Constructs a Node with the given location and collection of outgoing DirectedEdges.
|
Copyright © 2018. All rights reserved.