Package | Description |
---|---|
org.geotools.graph.traverse.standard |
Modifier and Type | Field and Description |
---|---|
DijkstraIterator.DijkstraNode |
DijkstraIterator.DijkstraNode.parent
last node to update the cost the the underlying graph node *
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<Graphable,DijkstraIterator.DijkstraNode> |
DijkstraIterator.nodemap
map of graph node to internal Dijkstra node *
|
protected PriorityQueue<DijkstraIterator.DijkstraNode> |
DijkstraIterator.queue
priority queue to manage active nodes *
|
Copyright © 1996–2022 Geotools. All rights reserved.