Label | Explanation | Data Type |
Input Network Analysis Layer
| The network analysis layer from which traversed source features will be copied. If the network analysis layer does not have a valid result, the layer will be solved to produce one. | Network Analyst Layer |
Output Location
| The workspace where the output table and two feature classes will be saved. | Workspace; Feature Dataset |
Edge Feature Class Name
| The name of the feature class that will contain information about the traversed edge source features. If the solved network analysis layer doesn't traverse any edge features, an empty feature class will be created. | String |
Junction Feature Class Name
| The name of the feature class that will contain information about the traversed junction source features, including system junctions and relevant points from the input network analysis layer. If the solved network analysis layer doesn't traverse any junctions, an empty feature class will be created. | String |
Turn Table Name
| The name of the table that will contain information about the traversed global turns and turn features that scale cost for the underlying edges. If the solved network analysis layer doesn't traverse any turns, an empty table will be created. Since restricted turns are never traversed, they are never included in the output. | String |
Derived Output
Label | Explanation | Data Type |
Edge Features | A feature class containing the network dataset edges that were traversed in the network analysis. | Feature Class |
Junction Features | A feature class containing the network dataset junctions that were traversed in the network analysis. | Feature Class |
Turn Table | A table containing the network dataset turns that were traversed in the network analysis. | Table |
Modified Input Network Analysis Layer | The solved network analysis layer. | Network Analyst Layer |