/AWS1/CL_LOCCALCULATEROUTEMA01¶
Returns the result of the route matrix calculation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_routematrix TYPE /AWS1/CL_LOCROUTEMATRIXENTRY=>TT_ROUTEMATRIX TT_ROUTEMATRIX¶
The calculated route matrix containing the results for all pairs of
DeparturePositionstoDestinationPositions. Each row corresponds to one entry inDeparturePositions. Each entry in the row corresponds to the route from that entry inDeparturePositionsto an entry inDestinationPositions.
io_summary TYPE REF TO /AWS1/CL_LOCCALCULATEROUTEMA02 /AWS1/CL_LOCCALCULATEROUTEMA02¶
Contains information about the route matrix,
DataSource,DistanceUnit,RouteCountandErrorCount.
Optional arguments:¶
it_snappeddeparturepositions TYPE /AWS1/CL_LOCPOSITION_W=>TT_POSITIONLIST TT_POSITIONLIST¶
For routes calculated using an Esri route calculator resource, departure positions are snapped to the closest road. For Esri route calculator resources, this returns the list of departure/origin positions used for calculation of the
RouteMatrix.
it_snappeddstpositions TYPE /AWS1/CL_LOCPOSITION_W=>TT_POSITIONLIST TT_POSITIONLIST¶
The list of destination positions for the route matrix used for calculation of the
RouteMatrix.
Queryable Attributes¶
RouteMatrix¶
The calculated route matrix containing the results for all pairs of
DeparturePositionstoDestinationPositions. Each row corresponds to one entry inDeparturePositions. Each entry in the row corresponds to the route from that entry inDeparturePositionsto an entry inDestinationPositions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTEMATRIX() |
Getter for ROUTEMATRIX, with configurable default |
ASK_ROUTEMATRIX() |
Getter for ROUTEMATRIX w/ exceptions if field has no value |
HAS_ROUTEMATRIX() |
Determine if ROUTEMATRIX has a value |
SnappedDeparturePositions¶
For routes calculated using an Esri route calculator resource, departure positions are snapped to the closest road. For Esri route calculator resources, this returns the list of departure/origin positions used for calculation of the
RouteMatrix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNAPPEDDEPARTUREPOSITI00() |
Getter for SNAPPEDDEPARTUREPOSITIONS, with configurable defa |
ASK_SNAPPEDDEPARTUREPOSITI00() |
Getter for SNAPPEDDEPARTUREPOSITIONS w/ exceptions if field |
HAS_SNAPPEDDEPARTUREPOSITI00() |
Determine if SNAPPEDDEPARTUREPOSITIONS has a value |
SnappedDestinationPositions¶
The list of destination positions for the route matrix used for calculation of the
RouteMatrix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNAPPEDDSTPOSITIONS() |
Getter for SNAPPEDDESTINATIONPOSITIONS, with configurable de |
ASK_SNAPPEDDSTPOSITIONS() |
Getter for SNAPPEDDESTINATIONPOSITIONS w/ exceptions if fiel |
HAS_SNAPPEDDSTPOSITIONS() |
Determine if SNAPPEDDESTINATIONPOSITIONS has a value |
Summary¶
Contains information about the route matrix,
DataSource,DistanceUnit,RouteCountandErrorCount.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY |