| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.reader | |
| com.graphhopper.routing.util | |
| com.graphhopper.storage |
| Modifier and Type | Method and Description |
|---|---|
EncodingManager |
GraphHopper.getEncodingManager() |
| Modifier and Type | Method and Description |
|---|---|
GraphHopper |
GraphHopper.setEncodingManager(EncodingManager em)
Specify which vehicles can be read by this GraphHopper instance.
|
| Modifier and Type | Method and Description |
|---|---|
DataReader |
DataReader.setEncodingManager(EncodingManager em) |
| Modifier and Type | Method and Description |
|---|---|
static EncodingManager |
EncodingManager.create(FlagEncoderFactory factory,
String ghLoc)
Create the EncodingManager from the provided GraphHopper location.
|
EncodingManager |
EncodingManager.setEnableInstructions(boolean enableInstructions) |
EncodingManager |
EncodingManager.setPreferredLanguage(String preferredLanguage) |
| Modifier and Type | Method and Description |
|---|---|
EncodingManager |
GraphStorage.getEncodingManager() |
EncodingManager |
GraphHopperStorage.getEncodingManager() |
| Constructor and Description |
|---|
GraphBuilder(EncodingManager encodingManager) |
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
GraphHopperStorage(List<? extends Weighting> chWeightings,
Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
Copyright © 2012–2016. All rights reserved.