| Package | Description |
|---|---|
| org.geotools.graph.path | |
| org.geotools.graph.traverse.standard |
| Constructor and Description |
|---|
DijkstraShortestPathFinder(Graph graph,
Graphable source,
DijkstraIterator.EdgeWeighter weighter,
DijkstraIterator.NodeWeighter nweighter)
Constructs a new path finder.
|
| Modifier and Type | Field and Description |
|---|---|
protected DijkstraIterator.NodeWeighter |
DijkstraIterator.nweighter
provides weights for nodes in the graph *
|
| Constructor and Description |
|---|
DijkstraIterator(DijkstraIterator.EdgeWeighter weighter,
DijkstraIterator.NodeWeighter nweighter)
Constructs a new Dijkstra iterator which uses the specided EdgeWeighter and NodeWeighter
|
Copyright © 1996–2019 Geotools. All rights reserved.