/AWS1/CL_LOCROUTEMATRIXENTRY¶
The result for the calculated route of one DeparturePosition DestinationPosition pair.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_distance TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The total distance of travel for the route.
iv_durationseconds TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The expected duration of travel for the route.
io_error TYPE REF TO /AWS1/CL_LOCROUTEMATRIXENTRERR /AWS1/CL_LOCROUTEMATRIXENTRERR¶
An error corresponding to the calculation of a route between the
DeparturePositionandDestinationPosition.
Queryable Attributes¶
Distance¶
The total distance of travel for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTANCE() |
Getter for DISTANCE, with configurable default |
ASK_DISTANCE() |
Getter for DISTANCE w/ exceptions if field has no value |
STR_DISTANCE() |
String format for DISTANCE, with configurable default |
HAS_DISTANCE() |
Determine if DISTANCE has a value |
DurationSeconds¶
The expected duration of travel for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATIONSECONDS() |
Getter for DURATIONSECONDS, with configurable default |
ASK_DURATIONSECONDS() |
Getter for DURATIONSECONDS w/ exceptions if field has no val |
STR_DURATIONSECONDS() |
String format for DURATIONSECONDS, with configurable default |
HAS_DURATIONSECONDS() |
Determine if DURATIONSECONDS has a value |
Error¶
An error corresponding to the calculation of a route between the
DeparturePositionandDestinationPosition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTEMATRIXROW¶
TYPES TT_ROUTEMATRIXROW TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCROUTEMATRIXENTRY WITH DEFAULT KEY
.
TT_ROUTEMATRIX¶
TYPES TT_ROUTEMATRIX TYPE STANDARD TABLE OF /AWS1/CL_LOCROUTEMATRIXENTRY=>TT_ROUTEMATRIXROW WITH DEFAULT KEY
.