|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DijkstraIterator.NodeWeighter | |
---|---|
org.geotools.graph.path | |
org.geotools.graph.traverse.standard |
Uses of DijkstraIterator.NodeWeighter in org.geotools.graph.path |
---|
Constructors in org.geotools.graph.path with parameters of type DijkstraIterator.NodeWeighter | |
---|---|
DijkstraShortestPathFinder(Graph graph,
Graphable source,
DijkstraIterator.EdgeWeighter weighter,
DijkstraIterator.NodeWeighter nweighter)
Constructs a new path finder. |
Uses of DijkstraIterator.NodeWeighter in org.geotools.graph.traverse.standard |
---|
Fields in org.geotools.graph.traverse.standard declared as DijkstraIterator.NodeWeighter | |
---|---|
protected DijkstraIterator.NodeWeighter |
DijkstraIterator.nweighter
provides weights for nodes in the graph |
Constructors in org.geotools.graph.traverse.standard with parameters of type DijkstraIterator.NodeWeighter | |
---|---|
DijkstraIterator(DijkstraIterator.EdgeWeighter weighter,
DijkstraIterator.NodeWeighter nweighter)
Constructs a new Dijkstra iterator which uses the specided EdgeWeighter and NodeWeighter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |