Open Table of Contents
Export Nodes Wizard
Analyzes the nodes of a polyline layer and exports them as a point feature class.
Inputs:
- A polyline feature layer
- Types of nodes to be exported
Outputs:
- New point feature class
- Contains points representing the specified node types
- Regular nodes - node where more than two polylines intersect
- Pseudo nodes - occur where a single line connects with itself or where only two
polylines intersect
- Dangling nodes - unconnected nodes of a dangling polylines
- Several fields are added to the point attribute table :
- [ET_Type] - thetype of node.
- [PL_FID1], [PL_FID2] ...[PL_FIDn] carrying the IDs of the polylines that intersect
in the node