/AWS1/CL_GERRTETRNINTERMEDIA00¶
An intermediate stop between departure and destination of the transit route.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_departure TYPE REF TO /AWS1/CL_GERROUTETRANSITDEP /AWS1/CL_GERROUTETRANSITDEP¶
Departure details for the intermediate stop.
iv_duration TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
Duration of the stop.
Unit:
seconds
Optional arguments:¶
it_attributes TYPE /AWS1/CL_GERRTETRNINTERMEDIA01=>TT_RTETRNINTERMEDIATSTOPATTR00 TT_RTETRNINTERMEDIATSTOPATTR00¶
Attributes of the intermediate stop.
iv_geometryoffset TYPE /AWS1/GERINTEGER /AWS1/GERINTEGER¶
Offset in the leg geometry corresponding to the start of this stop.
io_transport TYPE REF TO /AWS1/CL_GERRTETRNTRANSPORTM00 /AWS1/CL_GERRTETRNTRANSPORTM00¶
Transport mode details at the intermediate stop.
Queryable Attributes¶
Attributes¶
Attributes of the intermediate stop.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES, with configurable default |
ASK_ATTRIBUTES() |
Getter for ATTRIBUTES w/ exceptions if field has no value |
HAS_ATTRIBUTES() |
Determine if ATTRIBUTES has a value |
Departure¶
Departure details for the intermediate stop.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPARTURE() |
Getter for DEPARTURE |
Duration¶
Duration of the stop.
Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION, with configurable default |
ASK_DURATION() |
Getter for DURATION w/ exceptions if field has no value |
HAS_DURATION() |
Determine if DURATION has a value |
GeometryOffset¶
Offset in the leg geometry corresponding to the start of this stop.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEOMETRYOFFSET() |
Getter for GEOMETRYOFFSET, with configurable default |
ASK_GEOMETRYOFFSET() |
Getter for GEOMETRYOFFSET w/ exceptions if field has no valu |
HAS_GEOMETRYOFFSET() |
Determine if GEOMETRYOFFSET has a value |
Transport¶
Transport mode details at the intermediate stop.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSPORT() |
Getter for TRANSPORT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RTETRNSTINTERMEDIATESTOPLST¶
TYPES TT_RTETRNSTINTERMEDIATESTOPLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERRTETRNINTERMEDIA00 WITH DEFAULT KEY
.