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) FastestWeighting
(BooleanEncodedValue accessEnc, DecimalEncodedValue speedEnc, EnumEncodedValue<RoadAccess> roadAccessEnc, PMap map, TurnCostProvider turnCostProvider) FastestWeighting
(BooleanEncodedValue accessEnc, DecimalEncodedValue speedEnc, TurnCostProvider turnCostProvider) ShortestWeighting
(BooleanEncodedValue accessEnc, DecimalEncodedValue speedEnc, TurnCostProvider tcProvider) 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
(BooleanEncodedValue accessEnc, DecimalEncodedValue speedEnc, DecimalEncodedValue priorityEnc, EncodedValueLookup lookup, TurnCostProvider turnCostProvider, CustomModel customModel) Constructors in com.graphhopper.routing.weighting.custom with parameters of type TurnCostProviderModifierConstructorDescriptionCustomWeighting
(BooleanEncodedValue baseAccessEnc, DecimalEncodedValue baseSpeedEnc, TurnCostProvider turnCostProvider, CustomWeighting.Parameters parameters)