Output
The Output tab contains the fields included in the output of the stage. These fields are further consumed by the next stage.
Note: The geometry field must be selected to perform any Spatial operations on records in subsequent stages.
Field name | Description |
Distance field |
Specifies the name of the output field that holds the distance value calculated from given start to end. It is available in the output only if the check box against it is selected. |
Distance unit field |
Specifies the name of the output field that holds the distance unit against the calculated distance from given start to end. It is available in the output only if the check box against the Distance field is checked. |
Distance unit |
Specifies the unit to be used for displaying the calculated distance. It has the following values:
It will be available in the output only if the check box against the Distance field is selected. |
Time field |
Specifies the name of the output field that holds the time value calculated from given start to end. It is available in the output only if the check box against it is checked. |
Time unit field |
Specifies the name of the output field that holds the time unit against the calculated time from given start to end. It is available in the output only if the check box against the Time field is checked. |
Time unit |
Specifies the value that is set against the Time unit field. It has the following values:
|
Return geometry |
Specifies the return geometry. It returns the following fields:
|
Return index | Specifies the return index. It returns the following fields:
|
Warnings
The Matrix request excludes problematic points from the calculation to process the request. Any problematic points are, therefore, excluded from the response.
A response, which contains time and distance between points, also includes a warnings section with information about problematic points in the request that were excluded from the calculation. Warnings list the problematic points. Each object in the list contains the error code for that point and an error description.
The warning message is available in REST version 2, SOAP services introduced in version 2020.1 and later, SDK(GRS), and stages introduced in version 2020.1 and later.
To see an example response with a warning, go to Matrix Partial Response and Warnings.