Uses of Enum Class
com.graphhopper.routing.ev.RouteNetwork
Packages that use RouteNetwork
-
Uses of RouteNetwork in com.graphhopper.routing.ev
Methods in com.graphhopper.routing.ev that return RouteNetworkModifier and TypeMethodDescriptionstatic RouteNetwork
static RouteNetwork
Returns the enum constant of this class with the specified name.static RouteNetwork[]
RouteNetwork.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 RouteNetwork -
Uses of RouteNetwork in com.graphhopper.routing.util.parsers
Fields in com.graphhopper.routing.util.parsers with type parameters of type RouteNetworkModifier and TypeFieldDescriptionprotected EnumEncodedValue
<RouteNetwork> FootPriorityParser.footRouteEnc
protected Map
<RouteNetwork, Integer> FootAccessParser.routeMap
protected Map
<RouteNetwork, Integer> FootAverageSpeedParser.routeMap
protected Map
<RouteNetwork, Integer> FootPriorityParser.routeMap
Methods in com.graphhopper.routing.util.parsers that return types with arguments of type RouteNetworkModifier and TypeMethodDescriptionOSMBikeNetworkTagParser.getTransformerRouteRelEnc()
OSMMtbNetworkTagParser.getTransformerRouteRelEnc()
Constructor parameters in com.graphhopper.routing.util.parsers with type arguments of type RouteNetworkModifierConstructorDescriptionprotected
BikeCommonPriorityParser
(DecimalEncodedValue priorityEnc, DecimalEncodedValue avgSpeedEnc, EnumEncodedValue<RouteNetwork> bikeRouteEnc) BikePriorityParser
(DecimalEncodedValue priorityEnc, DecimalEncodedValue speedEnc, EnumEncodedValue<RouteNetwork> bikeRouteEnc) protected
FootPriorityParser
(DecimalEncodedValue priorityEnc, EnumEncodedValue<RouteNetwork> footRouteEnc) protected
MountainBikePriorityParser
(DecimalEncodedValue speedEnc, DecimalEncodedValue priorityEnc, EnumEncodedValue<RouteNetwork> bikeRouteEnc) OSMBikeNetworkTagParser
(EnumEncodedValue<RouteNetwork> bikeRouteEnc, EncodedValue.InitializerConfig relConfig) OSMFootNetworkTagParser
(EnumEncodedValue<RouteNetwork> footRouteEnc, EncodedValue.InitializerConfig relConfig) OSMMtbNetworkTagParser
(EnumEncodedValue<RouteNetwork> bikeRouteEnc, EncodedValue.InitializerConfig relConfig) protected
RacingBikePriorityParser
(DecimalEncodedValue priorityEnc, DecimalEncodedValue speedEnc, EnumEncodedValue<RouteNetwork> bikeRouteEnc)