This document describes the logic used for determining what type (if any) of feature each node represents.
When two lines cross each other.
![]()
A node that has one upstream and one downstream node. The node is superflous as it can be represented by one line instead of two.
![]()
A node that has 1 upstream node and 0 downstream nodes.
![]()
A node that has no upstream node and 0 downstream nodes.
![]()
A node that has more than one upstream node and 0 downstream nodes.
![]()
Only 1 upstream node or only 1 downstream node and intersects with one or more other lines. Note that in the lines below, there is only one node under the star, the other line has no node at the position of the star.
![]()
It has more than one upstream and more than one downstream node, but the number of upstream and downstream nodes are same.
![]()
It has more upstream nodes than downstream nodes. The minimum number of downstream nodes is one.
![]()
It has more downstream nodes than upstream nodes. The minimum number of upstream nodes is one.
![]()
Segment center is the linear center of a line. The tool finds the point in the line that has distance half of the length of the line.
![]()
Same with intersection, but this time the line intersects with itself.
![]()