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 Smoothnessstatic SmoothnessReturns 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) protectedBikeCommonAverageSpeedParser(DecimalEncodedValue speedEnc, EnumEncodedValue<Smoothness> smoothnessEnc, DecimalEncodedValue ferrySpeedEnc) protectedMountainBikeAverageSpeedParser(DecimalEncodedValue speedEnc, EnumEncodedValue<Smoothness> smoothnessEnc, DecimalEncodedValue ferrySpeedEnc) OSMSmoothnessParser(EnumEncodedValue<Smoothness> smoothnessEnc) protectedRacingBikeAverageSpeedParser(DecimalEncodedValue speedEnc, EnumEncodedValue<Smoothness> smoothnessEnc, DecimalEncodedValue ferrySpeedEnc)