Uses of Enum Class
com.graphhopper.routing.ev.RoadClass
Packages that use RoadClass
Package
Description
-
Uses of RoadClass in com.graphhopper.routing.ev
Methods in com.graphhopper.routing.ev that return RoadClassModifier and TypeMethodDescriptionstatic RoadClass
static RoadClass
Returns the enum constant of this class with the specified name.static RoadClass[]
RoadClass.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 RoadClass -
Uses of RoadClass in com.graphhopper.routing.util
Constructor parameters in com.graphhopper.routing.util with type arguments of type RoadClassModifierConstructorDescriptionSnapPreventionEdgeFilter
(EdgeFilter filter, EnumEncodedValue<RoadClass> rcEnc, EnumEncodedValue<RoadEnvironment> reEnc, List<String> snapPreventions) -
Uses of RoadClass in com.graphhopper.routing.util.parsers
Fields in com.graphhopper.routing.util.parsers with type parameters of type RoadClassModifier and TypeFieldDescriptionprotected final EnumEncodedValue
<RoadClass> OSMRoadClassParser.roadClassEnc
Constructor parameters in com.graphhopper.routing.util.parsers with type arguments of type RoadClass