/AWS1/CL_GERROUTESPANSPEEDLM00¶
Details about the speed limit corresponding to the span.
Unit: KilometersPerHour
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_maxspeed TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Maximum speed.
Unit:
KilometersPerHour
iv_unlimited TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN¶
If the span doesn't have a speed limit like the Autobahn.
Queryable Attributes¶
MaxSpeed¶
Maximum speed.
Unit:
KilometersPerHour
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXSPEED() |
Getter for MAXSPEED |
ASK_MAXSPEED() |
Getter for MAXSPEED w/ exceptions if field has no value |
STR_MAXSPEED() |
String format for MAXSPEED |
Unlimited¶
If the span doesn't have a speed limit like the Autobahn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNLIMITED() |
Getter for UNLIMITED, with configurable default |
ASK_UNLIMITED() |
Getter for UNLIMITED w/ exceptions if field has no value |
HAS_UNLIMITED() |
Determine if UNLIMITED has a value |