Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.ch |
Modifier and Type | Method and Description |
---|---|
CHPreparationHandler |
GraphHopper.getCHPreparationHandler() |
Modifier and Type | Method and Description |
---|---|
CHPreparationHandler |
CHPreparationHandler.addCHConfig(CHConfig chConfig)
Decouple CH profiles from PrepareContractionHierarchies as we need CH profiles for the
graphstorage and the graphstorage for the preparation.
|
CHPreparationHandler |
CHPreparationHandler.addPreparation(PrepareContractionHierarchies pch) |
CHPreparationHandler |
CHPreparationHandler.setCHProfiles(CHProfile... chProfiles) |
CHPreparationHandler |
CHPreparationHandler.setCHProfiles(Collection<CHProfile> chProfiles)
Enables the use of contraction hierarchies to reduce query times.
|
CHPreparationHandler |
CHPreparationHandler.setDisablingAllowed(boolean disablingAllowed)
This method specifies if it is allowed to disable CH routing at runtime via routing hints.
|
Copyright © 2012–2020. All rights reserved.