Uses of Enum Class
com.graphhopper.routing.util.TransportationMode
Packages that use TransportationMode
Package
Description
-
Uses of TransportationMode in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util that return TransportationModeModifier and TypeMethodDescriptionstatic TransportationMode
Returns the enum constant of this class with the specified name.static TransportationMode[]
TransportationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransportationMode in com.graphhopper.routing.util.countryrules
Methods in com.graphhopper.routing.util.countryrules with parameters of type TransportationModeModifier and TypeMethodDescriptiondefault RoadAccess
CountryRule.getAccess
(ReaderWay readerWay, TransportationMode transportationMode, RoadAccess currentRoadAccess) -
Uses of TransportationMode in com.graphhopper.routing.util.countryrules.europe
Methods in com.graphhopper.routing.util.countryrules.europe with parameters of type TransportationModeModifier and TypeMethodDescriptionAustriaCountryRule.getAccess
(ReaderWay readerWay, TransportationMode transportationMode, RoadAccess currentRoadAccess) GermanyCountryRule.getAccess
(ReaderWay readerWay, TransportationMode transportationMode, RoadAccess currentRoadAccess) HungaryCountryRule.getAccess
(ReaderWay readerWay, TransportationMode transportationMode, RoadAccess currentRoadAccess) -
Uses of TransportationMode in com.graphhopper.routing.util.parsers
Methods in com.graphhopper.routing.util.parsers with parameters of type TransportationModeConstructors in com.graphhopper.routing.util.parsers with parameters of type TransportationModeModifierConstructorDescriptionprotected
AbstractAccessParser
(BooleanEncodedValue accessEnc, TransportationMode transportationMode) CarAccessParser
(BooleanEncodedValue accessEnc, BooleanEncodedValue roundaboutEnc, PMap properties, TransportationMode transportationMode) ModeAccessParser
(TransportationMode mode, BooleanEncodedValue accessEnc, BooleanEncodedValue roundaboutEnc, List<String> restrictions)