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 specified EdgeWeighter and NodeWeighter
|
Copyright © 1996–2022 Geotools. All rights reserved.