Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.geotools.graph.traverse.standard.DijkstraIterator Classes and Interfaces - 4 results found.
NameDescriptionTypePackageFramework
DijkstraIteratorIterates over the nodes of a graph in pattern using Dijkstra's Shortest Path Algorithm.Classorg.geotools.graph.traverse.standardGeoTools
DijkstraIterator .DijkstraNodeInternal data structure used to track node costs, and parent nodes.Classorg.geotools.graph.traverse.standard.DijkstraIteratorGeoTools
DijkstraIterator .EdgeWeighterSupplies a weight for each edge in the graph to be used by the iteration when calculating node costs.Interfaceorg.geotools.graph.traverse.standard.DijkstraIteratorGeoTools
DijkstraIterator .NodeWeighterSupplies a weight for each pair of adjacent edges.Interfaceorg.geotools.graph.traverse.standard.DijkstraIteratorGeoTools