/AWS1/CL_GERROUTEFERRYTRAVEL01¶
Steps of a leg that must be performed during the travel portion of the leg.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_duration TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
Duration of the step.
Unit:
seconds
iv_type TYPE /AWS1/GERROUTEFERRYTRAVELSTE00 /AWS1/GERROUTEFERRYTRAVELSTE00¶
Type of the step.
Optional arguments:¶
iv_distance TYPE /AWS1/GERDISTANCEMETERS /AWS1/GERDISTANCEMETERS¶
Distance of the step.
iv_geometryoffset TYPE /AWS1/GERINTEGER /AWS1/GERINTEGER¶
Offset in the leg geometry corresponding to the start of this step.
iv_instruction TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING¶
Brief description of the step in the requested language.
Only available when the TravelStepType is Default.
Queryable Attributes¶
Distance¶
Distance of the step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTANCE() |
Getter for DISTANCE |
Duration¶
Duration of the step.
Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION |
GeometryOffset¶
Offset in the leg geometry corresponding to the start of this step.
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 |
Instruction¶
Brief description of the step in the requested language.
Only available when the TravelStepType is Default.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTRUCTION() |
Getter for INSTRUCTION, with configurable default |
ASK_INSTRUCTION() |
Getter for INSTRUCTION w/ exceptions if field has no value |
HAS_INSTRUCTION() |
Determine if INSTRUCTION has a value |
Type¶
Type of the step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTEFERRYTRAVELSTEPLIST¶
TYPES TT_ROUTEFERRYTRAVELSTEPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTEFERRYTRAVEL01 WITH DEFAULT KEY
.