| Package | Description |
|---|---|
| com.graphhopper.routing.ch |
| Modifier and Type | Method and Description |
|---|---|
CHAlgoFactoryDecorator.EdgeBasedCHMode |
CHAlgoFactoryDecorator.getEdgeBasedCHMode() |
static CHAlgoFactoryDecorator.EdgeBasedCHMode |
CHAlgoFactoryDecorator.EdgeBasedCHMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CHAlgoFactoryDecorator.EdgeBasedCHMode[] |
CHAlgoFactoryDecorator.EdgeBasedCHMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setEdgeBasedCHMode(CHAlgoFactoryDecorator.EdgeBasedCHMode edgeBasedCHMode)
This method specifies whether or not edge-based CH preparation (needed for turn costs) should be performed.
|
Copyright © 2012–2019. All rights reserved.