Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing | |
com.graphhopper.routing.ch | |
com.graphhopper.routing.lm | |
com.graphhopper.routing.util | |
com.graphhopper.routing.weighting |
Modifier and Type | Method and Description |
---|---|
HintsMap |
GHRequest.getHints() |
Modifier and Type | Method and Description |
---|---|
Weighting |
GraphHopper.createWeighting(HintsMap hintsMap,
FlagEncoder encoder,
Graph graph)
Based on the hintsMap and the specified encoder a Weighting instance can be
created.
|
RoutingAlgorithmFactory |
GraphHopper.getAlgorithmFactory(HintsMap map) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
RoutingAlgorithmFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory algoFactory,
HintsMap optionsMap)
This method returns the specified algoFactory unchanged, decorates it or completely replaces
it depending on the specified optionsMap.
|
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
CHAlgoFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory defaultAlgoFactory,
HintsMap map) |
boolean |
PreparationWeighting.matches(HintsMap map) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithmFactory |
LMAlgoFactoryDecorator.getDecoratedAlgorithmFactory(RoutingAlgorithmFactory defaultAlgoFactory,
HintsMap map) |
Modifier and Type | Method and Description |
---|---|
HintsMap |
HintsMap.put(String key,
Object str) |
HintsMap |
HintsMap.setVehicle(String v) |
HintsMap |
HintsMap.setWeighting(String w) |
Constructor and Description |
---|
HintsMap(HintsMap map) |
Modifier and Type | Method and Description |
---|---|
boolean |
Weighting.matches(HintsMap map)
Returns true if the specified weighting and encoder matches to this Weighting.
|
boolean |
TurnWeighting.matches(HintsMap weightingMap) |
boolean |
AbstractWeighting.matches(HintsMap reqMap) |
boolean |
AbstractAdjustedWeighting.matches(HintsMap reqMap) |
Copyright © 2012–2018. All rights reserved.