Uses of Interface
com.graphhopper.routing.EdgeToEdgeRoutingAlgorithm
Packages that use EdgeToEdgeRoutingAlgorithm
-
Uses of EdgeToEdgeRoutingAlgorithm in com.graphhopper.routing
Classes in com.graphhopper.routing that implement EdgeToEdgeRoutingAlgorithmModifier and TypeClassDescriptionclass
class
Common subclass for bidirectional CH algorithms.class
class
Common subclass for bidirectional algorithms.class
This class implements the alternative paths search using the "plateau" and partially the "penalty" method described in the following papers.class
Minimum number-of-moving-parts implementation of alternative route search with contraction hierarchies.class
Minimum number-of-moving-parts implementation of alternative route search with contraction hierarchies.class
This class implements the A* algorithm according to http://en.wikipedia.org/wiki/A*_search_algorithmclass
This class implements a bidirectional A* algorithm.class
class
class
Uses a very simple version of stall-on-demand (SOD) for CH queries to prevent exploring nodes that can not be part of a shortest path.class
class
class
Calculates best path in bidirectional way. -
Uses of EdgeToEdgeRoutingAlgorithm in com.graphhopper.routing.ch
Methods in com.graphhopper.routing.ch that return EdgeToEdgeRoutingAlgorithm