Uses of Enum Class
com.graphhopper.routing.ev.Smoothness
Packages that use Smoothness
-
Uses of Smoothness in com.graphhopper.routing.ev
Methods in com.graphhopper.routing.ev that return SmoothnessModifier and TypeMethodDescriptionstatic Smoothness
static Smoothness
Returns the enum constant of this class with the specified name.static Smoothness[]
Smoothness.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.graphhopper.routing.ev that return types with arguments of type Smoothness -
Uses of Smoothness in com.graphhopper.routing.util.parsers
Constructor parameters in com.graphhopper.routing.util.parsers with type arguments of type SmoothnessModifierConstructorDescriptionBikeAverageSpeedParser
(DecimalEncodedValue speedEnc, EnumEncodedValue<Smoothness> smoothnessEnc, DecimalEncodedValue ferrySpeedEnc) protected
BikeCommonAverageSpeedParser
(DecimalEncodedValue speedEnc, EnumEncodedValue<Smoothness> smoothnessEnc, DecimalEncodedValue ferrySpeedEnc) protected
MountainBikeAverageSpeedParser
(DecimalEncodedValue speedEnc, EnumEncodedValue<Smoothness> smoothnessEnc, DecimalEncodedValue ferrySpeedEnc) OSMSmoothnessParser
(EnumEncodedValue<Smoothness> smoothnessEnc) protected
RacingBikeAverageSpeedParser
(DecimalEncodedValue speedEnc, EnumEncodedValue<Smoothness> smoothnessEnc, DecimalEncodedValue ferrySpeedEnc)