Uses of Enum Class
com.graphhopper.routing.util.TraversalMode
Packages that use TraversalMode
Package
Description
-
Uses of TraversalMode in com.graphhopper.isochrone.algorithm
Constructors in com.graphhopper.isochrone.algorithm with parameters of type TraversalModeModifierConstructorDescriptionShortestPathTree
(Graph g, Weighting weighting, boolean reverseFlow, TraversalMode traversalMode) -
Uses of TraversalMode in com.graphhopper.routing
Fields in com.graphhopper.routing declared as TraversalModeModifier and TypeFieldDescriptionprotected final TraversalMode
AbstractBidirAlgo.traversalMode
protected final TraversalMode
AbstractRoutingAlgorithm.traversalMode
Methods in com.graphhopper.routing that return TraversalModeMethods in com.graphhopper.routing with parameters of type TraversalModeConstructors in com.graphhopper.routing with parameters of type TraversalModeModifierConstructorDescriptionAbstractBidirAlgo
(TraversalMode traversalMode) AbstractBidirCHAlgo
(RoutingCHGraph graph, TraversalMode tMode) AbstractNonCHBidirAlgo
(Graph graph, Weighting weighting, TraversalMode tMode) AbstractRoutingAlgorithm
(Graph graph, Weighting weighting, TraversalMode traversalMode) AlternativeRoute
(Graph graph, Weighting weighting, TraversalMode traversalMode, PMap hints) AStar
(Graph graph, Weighting weighting, TraversalMode tMode) AStarBidirection
(Graph graph, Weighting weighting, TraversalMode tMode) Dijkstra
(Graph graph, Weighting weighting, TraversalMode tMode) DijkstraBidirectionRef
(Graph graph, Weighting weighting, TraversalMode tMode) DijkstraOneToMany
(Graph graph, Weighting weighting, TraversalMode tMode) -
Uses of TraversalMode in com.graphhopper.routing.lm
Constructors in com.graphhopper.routing.lm with parameters of type TraversalModeModifierConstructorDescriptionPerfectApproximator
(Graph graph, Weighting weighting, TraversalMode traversalMode, boolean reverse) -
Uses of TraversalMode in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util that return TraversalModeModifier and TypeMethodDescriptionstatic TraversalMode
Returns the enum constant of this class with the specified name.static TraversalMode[]
TraversalMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TraversalMode in com.graphhopper.storage
Methods in com.graphhopper.storage that return TraversalMode