| Package | Description |
|---|---|
| com.graphhopper.routing.util | |
| com.graphhopper.routing.weighting.custom |
| Modifier and Type | Method and Description |
|---|---|
static CustomModel |
CustomModel.merge(CustomModel baseModel,
CustomModel queryModel)
A new CustomModel is created from the baseModel merged with the specified queryModel.
|
CustomModel |
CustomModel.setAreas(Map<String,JsonFeature> areas) |
CustomModel |
CustomModel.setDistanceInfluence(double distanceFactor) |
CustomModel |
CustomModel.setMaxSpeedFallback(Double maxSpeedFallback) |
| Modifier and Type | Method and Description |
|---|---|
static CustomModel |
CustomModel.merge(CustomModel baseModel,
CustomModel queryModel)
A new CustomModel is created from the baseModel merged with the specified queryModel.
|
| Constructor and Description |
|---|
CustomModel(CustomModel toCopy) |
| Modifier and Type | Method and Description |
|---|---|
CustomModel |
CustomProfile.getCustomModel() |
| Modifier and Type | Method and Description |
|---|---|
CustomProfile |
CustomProfile.setCustomModel(CustomModel customModel) |
| Constructor and Description |
|---|
CustomWeighting(FlagEncoder baseFlagEncoder,
EncodedValueLookup lookup,
TurnCostProvider turnCostProvider,
CustomModel customModel) |
Copyright © 2012–2021. All rights reserved.