/AWS1/CL_GERWAYPTOPTIMIZATIO19¶
Waypoint between the Origin and Destination.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_GERPOSITION_W=>TT_POSITION TT_POSITION¶
Position defined as
[longitude, latitude].
Optional arguments:¶
io_accesshours TYPE REF TO /AWS1/CL_GERWAYPTOPTIMIZATIO04 /AWS1/CL_GERWAYPTOPTIMIZATIO04¶
Access hours corresponding to when a waypoint can be visited.
iv_appointmenttime TYPE /AWS1/GERTSMPWITHTIMEZONEOFF /AWS1/GERTSMPWITHTIMEZONEOFF¶
Appointment time at the waypoint.
it_before TYPE /AWS1/CL_GERBFRWAYPOINTSLIST_W=>TT_BEFOREWAYPOINTSLIST TT_BEFOREWAYPOINTSLIST¶
Constraint defining what waypoints are to be visited after this waypoint.
iv_heading TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
GPS Heading at the position.
iv_id TYPE /AWS1/GERWAYPOINTID /AWS1/GERWAYPOINTID¶
The waypoint Id.
iv_serviceduration TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
Service time spent at the waypoint. At an appointment, the service time should be the appointment duration.
Unit:
seconds
io_sideofstreet TYPE REF TO /AWS1/CL_GERWAYPTOPTIMIZATIO06 /AWS1/CL_GERWAYPTOPTIMIZATIO06¶
Options to configure matching the provided position to a side of the street.
Queryable Attributes¶
AccessHours¶
Access hours corresponding to when a waypoint can be visited.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSHOURS() |
Getter for ACCESSHOURS |
AppointmentTime¶
Appointment time at the waypoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPOINTMENTTIME() |
Getter for APPOINTMENTTIME, with configurable default |
ASK_APPOINTMENTTIME() |
Getter for APPOINTMENTTIME w/ exceptions if field has no val |
HAS_APPOINTMENTTIME() |
Determine if APPOINTMENTTIME has a value |
Before¶
Constraint defining what waypoints are to be visited after this waypoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEFORE() |
Getter for BEFORE, with configurable default |
ASK_BEFORE() |
Getter for BEFORE w/ exceptions if field has no value |
HAS_BEFORE() |
Determine if BEFORE has a value |
Heading¶
GPS Heading at the position.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADING() |
Getter for HEADING |
ASK_HEADING() |
Getter for HEADING w/ exceptions if field has no value |
STR_HEADING() |
String format for HEADING |
Id¶
The waypoint Id.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID 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 |
ServiceDuration¶
Service time spent at the waypoint. At an appointment, the service time should be the appointment duration.
Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEDURATION() |
Getter for SERVICEDURATION |
SideOfStreet¶
Options to configure matching the provided position to a side of the street.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIDEOFSTREET() |
Getter for SIDEOFSTREET |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WAYPTOPTIMIZATIONWAYPTLIST¶
TYPES TT_WAYPTOPTIMIZATIONWAYPTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERWAYPTOPTIMIZATIO19 WITH DEFAULT KEY
.