Uses of Class
com.graphhopper.storage.TurnCostStorage
Packages that use TurnCostStorage
Package
Description
-
Uses of TurnCostStorage in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return TurnCostStorage -
Uses of TurnCostStorage in com.graphhopper.routing.weighting
Constructors in com.graphhopper.routing.weighting with parameters of type TurnCostStorageModifierConstructorDescriptionSpeedWeighting(DecimalEncodedValue speedEnc, DecimalEncodedValue turnCostEnc, TurnCostStorage turnCostStorage, double uTurnCosts) -
Uses of TurnCostStorage in com.graphhopper.storage
Methods in com.graphhopper.storage that return TurnCostStorageModifier and TypeMethodDescriptionTurnCostStorage.create(long initBytes) BaseGraph.getTurnCostStorage()Graph.getTurnCostStorage() -
Uses of TurnCostStorage in com.graphhopper.util
Methods in com.graphhopper.util with parameters of type TurnCostStorageModifier and TypeMethodDescriptionstatic voidGHUtility.addRandomTurnCosts(Graph graph, long seed, BooleanEncodedValue accessEnc, DecimalEncodedValue turnCostEnc, int maxTurnCost, TurnCostStorage turnCostStorage)