Open Table of Contents
Renode Wizard
Analyzes the nodes of a polyline layer and exports them as a point feature class.
Creates links between the nodes and corresponding polylines
Inputs:
Outputs:
- New point feature class
- Contains points representing polyline nodes
- 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 dangling polylines
- Two fields are added to the point attribute table :
- [ET_Type] - the type of node.
- [ET_NodeId] - the ID of the nodes allowing link to the original
polylines
- Two fields are added to the original polyline attribute table
- [ET_FNode] - the id of the From Node of the polyline - links to a
point in the Node feature class
- [ET_TNode] - the id of the To Node of the polyline - links to a point
in the Node feature class