| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
CustomModel |
GHRequest.getCustomModel() |
| Modifier and Type | Method and Description |
|---|---|
GHRequest |
GHRequest.setCustomModel(CustomModel customModel) |
| Modifier and Type | Method and Description |
|---|---|
CustomModel |
CustomModel.addToPriority(Statement st) |
CustomModel |
CustomModel.addToSpeed(Statement st) |
CustomModel |
CustomModel.internal()
This method is for internal usage only! Parsing a CustomModel is expensive and so we cache the result, which is
especially important for fast landmark queries (hybrid mode).
|
static CustomModel |
CustomModel.merge(CustomModel baseModel,
CustomModel queryModel)
A new CustomModel is created from the baseModel merged with the specified queryModel.
|
CustomModel |
CustomModel.setAreas(JsonFeatureCollection areas) |
CustomModel |
CustomModel.setDistanceInfluence(Double distanceFactor) |
CustomModel |
CustomModel.setHeadingPenalty(double headingPenalty) |
| 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) |
Copyright © 2012–2023. All rights reserved.