| Modifier and Type | Method and Description |
|---|---|
static TransportationMode |
TransportationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportationMode[] |
TransportationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CarTagParser(BooleanEncodedValue accessEnc,
DecimalEncodedValue speedEnc,
DecimalEncodedValue turnCostEnc,
BooleanEncodedValue roundaboutEnc,
PMap properties,
TransportationMode transportationMode,
double maxPossibleSpeed) |
MotorcycleTagParser(BooleanEncodedValue accessEnc,
DecimalEncodedValue speedEnc,
DecimalEncodedValue turnCostEnc,
BooleanEncodedValue roundaboutEnc,
DecimalEncodedValue priorityWayEncoder,
PMap properties,
TransportationMode transportationMode) |
VehicleTagParser(BooleanEncodedValue accessEnc,
DecimalEncodedValue speedEnc,
String name,
BooleanEncodedValue roundaboutEnc,
DecimalEncodedValue turnCostEnc,
TransportationMode transportationMode,
double maxPossibleSpeed) |
| Modifier and Type | Method and Description |
|---|---|
default RoadAccess |
CountryRule.getAccess(ReaderWay readerWay,
TransportationMode transportationMode,
RoadAccess currentRoadAccess) |
default double |
CountryRule.getMaxSpeed(ReaderWay readerWay,
TransportationMode transportationMode,
double currentMaxSpeed) |
| Modifier and Type | Method and Description |
|---|---|
RoadAccess |
AustriaCountryRule.getAccess(ReaderWay readerWay,
TransportationMode transportationMode,
RoadAccess currentRoadAccess) |
RoadAccess |
GermanyCountryRule.getAccess(ReaderWay readerWay,
TransportationMode transportationMode,
RoadAccess currentRoadAccess) |
double |
AustriaCountryRule.getMaxSpeed(ReaderWay readerWay,
TransportationMode transportationMode,
double currentMaxSpeed) |
double |
GermanyCountryRule.getMaxSpeed(ReaderWay readerWay,
TransportationMode transportationMode,
double currentMaxSpeed)
In Germany there are roads without a speed limit.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OSMRoadAccessParser.toOSMRestrictions(TransportationMode mode) |
Copyright © 2012–2022. All rights reserved.