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 TurnCostProviderTurnCostProvider.NO_TURN_COST_PROVIDERConstructors in com.graphhopper.routing.weighting with parameters of type TurnCostProviderModifierConstructorDescriptionSpeedWeighting(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 CustomWeightingCustomModelParser.createWeighting(EncodedValueLookup lookup, TurnCostProvider turnCostProvider, CustomModel customModel) This method creates a weighting from a CustomModel that must limit the speed.static CustomWeighting2CustomModelParser.createWeighting2(EncodedValueLookup lookup, TurnCostProvider turnCostProvider, CustomModel customModel) Constructors in com.graphhopper.routing.weighting.custom with parameters of type TurnCostProviderModifierConstructorDescriptionCustomWeighting(TurnCostProvider turnCostProvider, CustomWeighting.Parameters parameters) CustomWeighting2(TurnCostProvider turnCostProvider, CustomWeighting.Parameters parameters)