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 TypeClassDescriptionclassclassCommon subclass for bidirectional CH algorithms.classclassCommon subclass for bidirectional algorithms.classThis class implements the alternative paths search using the "plateau" and partially the "penalty" method described in the following papers.classMinimum number-of-moving-parts implementation of alternative route search with contraction hierarchies.classMinimum number-of-moving-parts implementation of alternative route search with contraction hierarchies.classThis class implements the A* algorithm according to http://en.wikipedia.org/wiki/A*_search_algorithmclassThis class implements a bidirectional A* algorithm.classclassclassUses 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.classclassclassCalculates best path in bidirectional way. -
Uses of EdgeToEdgeRoutingAlgorithm in com.graphhopper.routing.ch
Methods in com.graphhopper.routing.ch that return EdgeToEdgeRoutingAlgorithm