| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.routing.util | |
| com.graphhopper.routing.weighting | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
PMap |
GHResponse.getHints() |
| Modifier and Type | Method and Description |
|---|---|
PMap |
AlgorithmOptions.getHints() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmOptions.Builder |
AlgorithmOptions.Builder.hints(PMap hints) |
| Modifier and Type | Class and Description |
|---|---|
class |
HintsMap |
| Modifier and Type | Field and Description |
|---|---|
protected PMap |
AbstractFlagEncoder.properties |
| Modifier and Type | Method and Description |
|---|---|
FlagEncoder |
FlagEncoderFactory.createFlagEncoder(String name,
PMap configuration) |
FlagEncoder |
DefaultFlagEncoderFactory.createFlagEncoder(String name,
PMap configuration) |
DataFlagEncoder.WeightingConfig |
DataFlagEncoder.createWeightingConfig(PMap pMap)
This method creates a Config map out of the PMap.
|
| Constructor and Description |
|---|
AbstractFlagEncoder(PMap properties) |
Bike2WeightFlagEncoder(PMap properties) |
BikeFlagEncoder(PMap properties) |
Car4WDFlagEncoder(PMap properties) |
CarFlagEncoder(PMap properties) |
DataFlagEncoder(PMap properties) |
FootFlagEncoder(PMap properties) |
HikeFlagEncoder(PMap properties) |
HintsMap(PMap map) |
MotorcycleFlagEncoder(PMap properties) |
MountainBikeFlagEncoder(PMap properties) |
RacingBikeFlagEncoder(PMap properties) |
| Constructor and Description |
|---|
CurvatureWeighting(FlagEncoder flagEncoder,
PMap pMap) |
FastestWeighting(FlagEncoder encoder,
PMap map) |
GenericWeighting(DataFlagEncoder encoder,
PMap hintsMap) |
PriorityWeighting(FlagEncoder encoder,
PMap pMap) |
ShortFastestWeighting(FlagEncoder encoder,
PMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
CmdArgs
Stores command line options in a map.
|
| Modifier and Type | Method and Description |
|---|---|
PMap |
PMap.merge(PMap read) |
PMap |
PMap.put(PMap map) |
PMap |
PMap.put(String key,
Object str) |
PMap |
PMap.remove(String key) |
| Modifier and Type | Method and Description |
|---|---|
PMap |
PMap.merge(PMap read) |
PMap |
PMap.put(PMap map) |
| Constructor and Description |
|---|
PMap(PMap map) |
Copyright © 2012–2018. All rights reserved.