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 TypeClassDescriptionclass
Computes a shortest path tree by a given weighting. -
Uses of AbstractRoutingAlgorithm in com.graphhopper.routing
Subclasses of AbstractRoutingAlgorithm in com.graphhopper.routingModifier and TypeClassDescriptionclass
This class implements the A* algorithm according to http://en.wikipedia.org/wiki/A*_search_algorithmclass
Implements a single source shortest path algorithm http://en.wikipedia.org/wiki/Dijkstra's_algorithmclass
A simple dijkstra tuned to perform multiple one to many queries with the same source and different target nodes more efficiently thanDijkstra
.