Uses of Interface
org.geotools.graph.traverse.standard.DijkstraIterator.EdgeWeighter
Packages that use DijkstraIterator.EdgeWeighter
-
Uses of DijkstraIterator.EdgeWeighter in org.geotools.graph.path
Constructors in org.geotools.graph.path with parameters of type DijkstraIterator.EdgeWeighterModifierConstructorDescriptionDijkstraShortestPathFinder
(Graph graph, Graphable source, DijkstraIterator.EdgeWeighter weighter) Constructs a new path finder.DijkstraShortestPathFinder
(Graph graph, Graphable source, DijkstraIterator.EdgeWeighter weighter, DijkstraIterator.NodeWeighter nweighter) Constructs a new path finder. -
Uses of DijkstraIterator.EdgeWeighter in org.geotools.graph.traverse.standard
Fields in org.geotools.graph.traverse.standard declared as DijkstraIterator.EdgeWeighterModifier and TypeFieldDescriptionprotected DijkstraIterator.EdgeWeighter
DijkstraIterator.weighter
provides weights for edges in the graph *Constructors in org.geotools.graph.traverse.standard with parameters of type DijkstraIterator.EdgeWeighterModifierConstructorDescriptionConstructs a new Dijkstra iterator which uses the specified EdgeWeighter.DijkstraIterator
(DijkstraIterator.EdgeWeighter weighter, DijkstraIterator.NodeWeighter nweighter) Constructs a new Dijkstra iterator which uses the specified EdgeWeighter and NodeWeighter