Label | Explanation | Data Type |
Input Source Raster or Features | An image service or feature service that identifies the cells from which the least-cost path is determined to the destinations. If the input is an image service, the input consists of cells that have valid values (zero is a valid value), and the remaining cells must be assigned NoData. | Raster Layer; Image Service; Feature Layer; String |
Input Cost Raster | The name of a cost raster image service to be used to determine the least-cost path from the sources to the destinations. The value at each cell location represents the cost-per-unit distance for moving through the cell. Each cell location value is multiplied by the cell resolution while also compensating for diagonal movement to obtain the total cost of passing through the cell. The values of the cost raster can be integer or floating point, but they cannot be negative or zero (you cannot have a negative or zero cost). | Raster Layer; Image Service; String |
Input Destination Raster or Features | An image service or feature service that identifies the cells to which the least-cost path is calculated. | Raster Layer; Image Service; Feature Layer; String |
Output Polyline Name | The name of the output polyline feature service. The polyline feature service of the optimum (least-cost) paths connecting sources and destinations. Each path (or line) is uniquely numbered, and has an additional field in the attribute table called DestID, which connects it back to the unique identifier on the destination raster. Since each path is represented by a unique line, there can be multiple lines in locations where paths travel the same route. | String |
Path Type (Optional) | Specifies the manner in which the values and zones on the input destination data will be interpreted in the cost path calculations.
| String |
Destination Field (Optional) | The field used to obtain values for the destination locations. Input feature data must contain at least one valid integer field. | Field |
Derived Output
Label | Explanation | Data Type |
Output Polyline Features | The output polyline features. | Feature Class |