| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.util |
| Modifier and Type | Method and Description |
|---|---|
TraversalMode |
GraphHopper.getTraversalMode() |
| Modifier and Type | Method and Description |
|---|---|
Weighting |
GraphHopper.createTurnWeighting(Graph graph,
Weighting weighting,
TraversalMode tMode)
Potentially wraps the specified weighting into a TurnWeighting instance.
|
GraphHopper |
GraphHopper.setTraversalMode(TraversalMode traversalMode)
Sets the default traversal mode used for the algorithms and preparation.
|
| Modifier and Type | Field and Description |
|---|---|
protected TraversalMode |
AbstractRoutingAlgorithm.traversalMode |
| Modifier and Type | Method and Description |
|---|---|
TraversalMode |
AlgorithmOptions.getTraversalMode() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmOptions.Builder |
AlgorithmOptions.Builder.traversalMode(TraversalMode traversalMode) |
| Constructor and Description |
|---|
AbstractBidirAlgo(Graph graph,
Weighting weighting,
TraversalMode tMode) |
AbstractRoutingAlgorithm(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
AlgorithmOptions(String algorithm,
Weighting weighting,
TraversalMode tMode) |
AlternativeBidirSearch(Graph graph,
Weighting weighting,
TraversalMode tMode,
double explorationFactor) |
AlternativeRoute(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static PrepareContractionHierarchies |
PrepareContractionHierarchies.fromGraphHopperStorage(GraphHopperStorage ghStorage,
Weighting weighting,
TraversalMode traversalMode) |
| Constructor and Description |
|---|
PrepareContractionHierarchies(CHGraph chGraph,
Weighting weighting,
TraversalMode traversalMode) |
| Modifier and Type | Method and Description |
|---|---|
static TraversalMode |
TraversalMode.fromString(String name) |
static TraversalMode |
TraversalMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalMode[] |
TraversalMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2019. All rights reserved.