/AWS1/CL_GERROUTE¶
The route.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_legs TYPE /AWS1/CL_GERROUTELEG=>TT_ROUTELEGLIST TT_ROUTELEGLIST¶
A leg is a section of a route from one waypoint to the next. A leg could be of type Vehicle, Pedestrian or Ferry. Legs of different types could occur together within a single route. For example, a car employing the use of a Ferry will contain Vehicle legs corresponding to journey on land, and Ferry legs corresponding to the journey via Ferry.
it_majorroadlabels TYPE /AWS1/CL_GERROUTEMAJORROADLA00=>TT_ROUTEMAJORROADLABELLIST TT_ROUTEMAJORROADLABELLIST¶
Important labels including names and route numbers that differentiate the current route from the alternatives presented.
Optional arguments:¶
io_summary TYPE REF TO /AWS1/CL_GERROUTESUMMARY /AWS1/CL_GERROUTESUMMARY¶
Summarized details of the leg.
Queryable Attributes¶
Legs¶
A leg is a section of a route from one waypoint to the next. A leg could be of type Vehicle, Pedestrian or Ferry. Legs of different types could occur together within a single route. For example, a car employing the use of a Ferry will contain Vehicle legs corresponding to journey on land, and Ferry legs corresponding to the journey via Ferry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEGS() |
Getter for LEGS, with configurable default |
ASK_LEGS() |
Getter for LEGS w/ exceptions if field has no value |
HAS_LEGS() |
Determine if LEGS has a value |
MajorRoadLabels¶
Important labels including names and route numbers that differentiate the current route from the alternatives presented.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAJORROADLABELS() |
Getter for MAJORROADLABELS, with configurable default |
ASK_MAJORROADLABELS() |
Getter for MAJORROADLABELS w/ exceptions if field has no val |
HAS_MAJORROADLABELS() |
Determine if MAJORROADLABELS has a value |
Summary¶
Summarized details of the leg.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTELIST¶
TYPES TT_ROUTELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTE WITH DEFAULT KEY
.