Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.storage.change | |
com.graphhopper.util |
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 |
---|---|
EncodingManager |
EncodingManager.Builder.build() |
static EncodingManager |
EncodingManager.create(EncodedValueFactory evFactory,
FlagEncoderFactory flagEncoderFactory,
String ghLoc)
Create the EncodingManager from the provided GraphHopper location.
|
static EncodingManager |
EncodingManager.create(FlagEncoder... flagEncoders)
Instantiate manager with the given list of encoders.
|
static EncodingManager |
EncodingManager.create(FlagEncoderFactory factory,
String flagEncodersStr) |
static EncodingManager |
EncodingManager.create(List<? extends FlagEncoder> flagEncoders)
Instantiate manager with the given list of encoders.
|
static EncodingManager |
EncodingManager.create(String flagEncodersStr)
Instantiate manager with the given list of encoders.
|
Modifier and Type | Method and Description |
---|---|
TestAlgoCollector |
TestAlgoCollector.assertDistance(EncodingManager encodingManager,
TestAlgoCollector.AlgoHelperEntry algoEntry,
List<QueryResult> queryList,
TestAlgoCollector.OneRun oneRun) |
Modifier and Type | Method and Description |
---|---|
EncodingManager |
GraphHopperStorage.getEncodingManager() |
EncodingManager |
GraphStorage.getEncodingManager() |
Modifier and Type | Method and Description |
---|---|
static GraphBuilder |
GraphBuilder.start(EncodingManager encodingManager) |
Constructor and Description |
---|
GraphBuilder(EncodingManager encodingManager) |
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation) |
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
boolean withTurnCosts) |
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
boolean withTurnCosts,
int segmentSize) |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
GHUtility.addRandomTurnCosts(Graph graph,
long seed,
EncodingManager em,
FlagEncoder encoder,
int maxTurnCost,
TurnCostStorage turnCostStorage) |
Copyright © 2012–2020. All rights reserved.