Uses of Interface
org.geotools.graph.traverse.standard.DijkstraIterator.NodeWeighter
-
Packages that use DijkstraIterator.NodeWeighter Package Description 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 Constructor Description 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 Modifier and Type Field Description 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 Constructor Description DijkstraIterator(DijkstraIterator.EdgeWeighter weighter, DijkstraIterator.NodeWeighter nweighter)
Constructs a new Dijkstra iterator which uses the specified EdgeWeighter and NodeWeighter
-