Uses of Interface
com.graphhopper.routing.weighting.TurnCostProvider
Packages that use TurnCostProvider
-
Uses of TurnCostProvider in com.graphhopper.routing.weighting
Classes in com.graphhopper.routing.weighting that implement TurnCostProviderFields in com.graphhopper.routing.weighting declared as TurnCostProviderModifier and TypeFieldDescriptionstatic final TurnCostProvider
TurnCostProvider.NO_TURN_COST_PROVIDER
Constructors in com.graphhopper.routing.weighting with parameters of type TurnCostProviderModifierConstructorDescriptionprotected
AbstractWeighting
(BooleanEncodedValue accessEnc, DecimalEncodedValue speedEnc, TurnCostProvider turnCostProvider) SpeedWeighting
(DecimalEncodedValue speedEnc, TurnCostProvider turnCostProvider) -
Uses of TurnCostProvider in com.graphhopper.routing.weighting.custom
Methods in com.graphhopper.routing.weighting.custom with parameters of type TurnCostProviderModifier and TypeMethodDescriptionstatic CustomWeighting
CustomModelParser.createWeighting
(EncodedValueLookup lookup, TurnCostProvider turnCostProvider, CustomModel customModel) This method creates a weighting from a CustomModel that must limit the speed.Constructors in com.graphhopper.routing.weighting.custom with parameters of type TurnCostProviderModifierConstructorDescriptionCustomWeighting
(TurnCostProvider turnCostProvider, CustomWeighting.Parameters parameters)