| 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) |
| Modifier and Type | Method and Description |
|---|---|
TraversalMode |
CHAlgoFactoryDecorator.getNodeBase()
For now only node based will work, later on we can easily find usage of this method to remove
it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CHAlgoFactoryDecorator.createPreparations(GraphHopperStorage ghStorage,
TraversalMode traversalMode) |
| Constructor and Description |
|---|
PrepareContractionHierarchies(Directory dir,
GraphHopperStorage ghStorage,
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–2018. All rights reserved.