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 TurnCostStorageModifierConstructorDescriptionDefaultTurnCostProvider
(BooleanEncodedValue turnRestrictionEnc, TurnCostStorage turnCostStorage) DefaultTurnCostProvider
(BooleanEncodedValue turnRestrictionEnc, TurnCostStorage turnCostStorage, int uTurnCosts) SpeedWeighting
(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 void
GHUtility.addRandomTurnCosts
(Graph graph, long seed, BooleanEncodedValue accessEnc, DecimalEncodedValue turnCostEnc, int maxTurnCost, TurnCostStorage turnCostStorage)