Label | Explanation | Data Type |
Input Analysis Network | The network dataset on which the route analysis will be performed. | Network Dataset Layer |
Output Layer Name | Name of the route network analysis layer to create. | String |
Impedance Attribute | The cost attribute to be used as impedance in the analysis. | String |
Reorder Stops to Find Optimal Route (Optional) |
| Boolean |
Preserve Ordering of Stops (Optional) | Specifies the ordering of stops when Reorder stops to find optimal route parameter is checked.
| String |
Use Time Windows (Optional) | Specifies whether time windows will be used at the stops.
| Boolean |
Accumulators (Optional) | A list of cost attributes to be accumulated during analysis. These accumulation attributes are for reference only; the solver only uses the cost attribute specified by the Impedance Attribute parameter to calculate the route. For each cost attribute that is accumulated, a Total_[Impedance] property is added to the routes that are output by the solver. | String |
U-Turn Policy
(Optional) | Specifies the U-turn policy that will be used at junctions. Allowing U-turns implies that the solver can turn around at a junction and double back on the same street. Given that junctions represent street intersections and dead ends, different vehicles may be able to turn around at some junctions but not at others—it depends on whether the junction represents an intersection or a dead end. To accommodate this, the U-turn policy parameter is implicitly specified by the number of edges that connect to the junction, which is known as junction valency. The acceptable values for this parameter are listed below; each is followed by a description of its meaning in terms of junction valency. If you need a more precisely defined U-turn policy, consider adding a global turn delay evaluator to a network cost attribute or adjusting its settings if one exists, and pay particular attention to the configuration of reverse turns. You can also set the CurbApproach property of your network locations.
| String |
Restrictions (Optional) | A list of restriction attributes to be applied during the analysis. | String |
Use Hierarchy in Analysis (Optional) |
The parameter is inactive if a hierarchy attribute is not defined on the network dataset used to perform the analysis. | Boolean |
Hierarchy Rank Settings (Optional) | Legacy:Prior to version 10, this parameter allowed you to change the hierarchy ranges for your analysis from the default hierarchy ranges established in the network dataset. At version 10, this parameter is no longer supported. To change the hierarchy ranges for your analysis, update the default hierarchy ranges in the network dataset. | Network Analyst Hierarchy Settings |
Output Path Shape (Optional) | Specifies the shape type for the route features that are output by the analysis. No matter which output shape type is chosen, the best route is always determined by the network impedance, never Euclidean distance. This means that only the route shapes are different, not the underlying traversal of the network.
| String |
Start Time (Optional) | The start date and time for the route. Route start time is typically used to find routes based on the impedance attribute that varies with the time of the day. For example, a start time of 7:00 a.m. could be used to find a route that considers rush hour traffic. The default value for this parameter is 8:00 a.m. A date and time can be specified as 10/21/05 10:30 AM. If the route spans multiple days and only the start time is specified, the current date is used. Instead of using a particular date, a day of the week can be specified using the following dates:
For example, to specify that travel should begin at 5:00 p.m. on Tuesday, specify the parameter value as 1/2/1900 5:00 PM. After the solve, the start and end times of the route are populated in the output routes. These start and end times are also used when directions are generated. | Date |
Derived Output
Label | Explanation | Data Type |
Network Analyst Layer | The newly created network analysis layer. | Network Analyst Layer |