/AWS1/CL_GERROUTEROUNDABOUTE00¶
Details about the roundabout leg.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_intersection TYPE /AWS1/CL_GERLOCALIZEDSTRING=>TT_LOCALIZEDSTRINGLIST TT_LOCALIZEDSTRINGLIST¶
Name of the intersection, if applicable to the step.
Optional arguments:¶
iv_steeringdirection TYPE /AWS1/GERROUTSTEERINGDIRECTION /AWS1/GERROUTSTEERINGDIRECTION¶
Steering direction for the step.
iv_turnangle TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Angle of the turn.
iv_turnintensity TYPE /AWS1/GERROUTETURNINTENSITY /AWS1/GERROUTETURNINTENSITY¶
Intensity of the turn.
Queryable Attributes¶
Intersection¶
Name of the intersection, if applicable to the step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERSECTION() |
Getter for INTERSECTION, with configurable default |
ASK_INTERSECTION() |
Getter for INTERSECTION w/ exceptions if field has no value |
HAS_INTERSECTION() |
Determine if INTERSECTION has a value |
SteeringDirection¶
Steering direction for the step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEERINGDIRECTION() |
Getter for STEERINGDIRECTION, with configurable default |
ASK_STEERINGDIRECTION() |
Getter for STEERINGDIRECTION w/ exceptions if field has no v |
HAS_STEERINGDIRECTION() |
Determine if STEERINGDIRECTION has a value |
TurnAngle¶
Angle of the turn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TURNANGLE() |
Getter for TURNANGLE |
ASK_TURNANGLE() |
Getter for TURNANGLE w/ exceptions if field has no value |
STR_TURNANGLE() |
String format for TURNANGLE |
TurnIntensity¶
Intensity of the turn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TURNINTENSITY() |
Getter for TURNINTENSITY, with configurable default |
ASK_TURNINTENSITY() |
Getter for TURNINTENSITY w/ exceptions if field has no value |
HAS_TURNINTENSITY() |
Determine if TURNINTENSITY has a value |