Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
EncodingManager |
GraphHopper.getEncodingManager() |
Constructor and Description |
---|
DefaultWeightingFactory(GraphHopperStorage ghStorage,
EncodingManager encodingManager) |
ProfileResolver(EncodingManager encodingManager,
List<Profile> profiles,
List<CHProfile> chProfiles,
List<LMProfile> lmProfiles) |
Modifier and Type | Method and Description |
---|---|
EncodingManager |
EncodingManager.Builder.build() |
static EncodingManager |
EncodingManager.create(EncodingManager.Builder builder,
EncodedValueFactory evFactory,
FlagEncoderFactory flagEncoderFactory,
StorableProperties properties)
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 |
---|---|
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 |
---|---|
static void |
GHUtility.addRandomTurnCosts(Graph graph,
long seed,
EncodingManager em,
FlagEncoder encoder,
int maxTurnCost,
TurnCostStorage turnCostStorage) |
Copyright © 2012–2021. All rights reserved.