Uses of Enum Class
com.graphhopper.routing.ev.RoadEnvironment
Packages that use RoadEnvironment
Package
Description
-
Uses of RoadEnvironment in com.graphhopper.reader.dem
Fields in com.graphhopper.reader.dem with type parameters of type RoadEnvironmentModifier and TypeFieldDescriptionprotected final EnumEncodedValue<RoadEnvironment>EdgeElevationInterpolator.roadEnvironmentEncConstructors in com.graphhopper.reader.dem with parameters of type RoadEnvironmentModifierConstructorDescriptionEdgeElevationInterpolator(BaseGraph graph, EnumEncodedValue<RoadEnvironment> roadEnvironmentEnc, RoadEnvironment interpolateKey) Constructor parameters in com.graphhopper.reader.dem with type arguments of type RoadEnvironmentModifierConstructorDescriptionEdgeElevationInterpolator(BaseGraph graph, EnumEncodedValue<RoadEnvironment> roadEnvironmentEnc, RoadEnvironment interpolateKey) -
Uses of RoadEnvironment in com.graphhopper.routing.ev
Methods in com.graphhopper.routing.ev that return RoadEnvironmentModifier and TypeMethodDescriptionstatic RoadEnvironmentstatic RoadEnvironmentReturns the enum constant of this class with the specified name.static RoadEnvironment[]RoadEnvironment.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 RoadEnvironmentModifier and TypeMethodDescriptionstatic EnumEncodedValue<RoadEnvironment>RoadEnvironment.create() -
Uses of RoadEnvironment in com.graphhopper.routing.util.parsers
Constructor parameters in com.graphhopper.routing.util.parsers with type arguments of type RoadEnvironmentModifierConstructorDescriptionOSMRoadEnvironmentParser(EnumEncodedValue<RoadEnvironment> roadEnvEnc)