Uses of Enum Class
com.graphhopper.routing.ev.RoadAccess
Packages that use RoadAccess
Package
Description
-
Uses of RoadAccess in com.graphhopper.routing.ev
Methods in com.graphhopper.routing.ev that return RoadAccessModifier and TypeMethodDescriptionstatic RoadAccess
static RoadAccess
Returns the enum constant of this class with the specified name.static RoadAccess[]
RoadAccess.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 RoadAccess -
Uses of RoadAccess in com.graphhopper.routing.util.countryrules
Methods in com.graphhopper.routing.util.countryrules that return RoadAccessModifier and TypeMethodDescriptiondefault RoadAccess
CountryRule.getAccess
(ReaderWay readerWay, TransportationMode transportationMode, RoadAccess currentRoadAccess) Methods in com.graphhopper.routing.util.countryrules with parameters of type RoadAccessModifier and TypeMethodDescriptiondefault RoadAccess
CountryRule.getAccess
(ReaderWay readerWay, TransportationMode transportationMode, RoadAccess currentRoadAccess) -
Uses of RoadAccess in com.graphhopper.routing.util.countryrules.europe
Methods in com.graphhopper.routing.util.countryrules.europe that return RoadAccessModifier 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) Methods in com.graphhopper.routing.util.countryrules.europe with parameters of type RoadAccessModifier 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 RoadAccess in com.graphhopper.routing.util.parsers
Fields in com.graphhopper.routing.util.parsers with type parameters of type RoadAccessModifier and TypeFieldDescriptionprotected final EnumEncodedValue
<RoadAccess> OSMRoadAccessParser.roadAccessEnc
Constructor parameters in com.graphhopper.routing.util.parsers with type arguments of type RoadAccessModifierConstructorDescriptionOSMRoadAccessParser
(EnumEncodedValue<RoadAccess> roadAccessEnc, List<String> restrictions)