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 TurnCostProviderModifierConstructorDescriptionprotectedAbstractWeighting(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 CustomWeightingCustomModelParser.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)