Uses of Class
com.graphhopper.routing.AbstractRoutingAlgorithm
Packages that use AbstractRoutingAlgorithm
-
Uses of AbstractRoutingAlgorithm in com.graphhopper.isochrone.algorithm
Subclasses of AbstractRoutingAlgorithm in com.graphhopper.isochrone.algorithmModifier and TypeClassDescriptionclassComputes a shortest path tree by a given weighting. -
Uses of AbstractRoutingAlgorithm in com.graphhopper.routing
Subclasses of AbstractRoutingAlgorithm in com.graphhopper.routingModifier and TypeClassDescriptionclassThis class implements the A* algorithm according to http://en.wikipedia.org/wiki/A*_search_algorithmclassImplements a single source shortest path algorithm http://en.wikipedia.org/wiki/Dijkstra's_algorithmclassA simple dijkstra tuned to perform multiple one to many queries with the same source and different target nodes more efficiently thanDijkstra.