/AWS1/CL_GERROUTEPASSTHRUPLACE¶
The place where the waypoint is passed through and not treated as a stop.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_GERPOSITION23_W=>TT_POSITION23 TT_POSITION23¶
Position defined as
[longitude, latitude].
Optional arguments:¶
it_originalposition TYPE /AWS1/CL_GERPOSITION23_W=>TT_POSITION23 TT_POSITION23¶
Position provided in the request.
iv_waypointindex TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER¶
Index of the waypoint in the request.
Queryable Attributes¶
OriginalPosition¶
Position provided in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORIGINALPOSITION() |
Getter for ORIGINALPOSITION, with configurable default |
ASK_ORIGINALPOSITION() |
Getter for ORIGINALPOSITION w/ exceptions if field has no va |
HAS_ORIGINALPOSITION() |
Determine if ORIGINALPOSITION has a value |
Position¶
Position defined as
[longitude, latitude].
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITION() |
Getter for POSITION, with configurable default |
ASK_POSITION() |
Getter for POSITION w/ exceptions if field has no value |
HAS_POSITION() |
Determine if POSITION has a value |
WaypointIndex¶
Index of the waypoint in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WAYPOINTINDEX() |
Getter for WAYPOINTINDEX, with configurable default |
ASK_WAYPOINTINDEX() |
Getter for WAYPOINTINDEX w/ exceptions if field has no value |
HAS_WAYPOINTINDEX() |
Determine if WAYPOINTINDEX has a value |