Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.storage.change |
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 |
---|---|
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 |
GraphHopperStorage.getEncodingManager() |
EncodingManager |
GraphStorage.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) |
Modifier and Type | Method and Description |
---|---|
long |
ChangeGraphHelper.applyChanges(EncodingManager em,
Collection<JsonFeature> features)
This method applies changes to the graph, specified by the json features.
|
Copyright © 2012–2018. All rights reserved.