So I need help. I have a line file representing stormwater. I also have a point file of representing the beginning and end nodes of each stormwater line. The point file is not snapped to the line nodes, but are within a small distance. All my lines are drawn to represent flow, having an upstream and downstream.
How can I code the point file to separate the points based on whether they represent the upstream inlet or represent the downstream discharge outlet?
Is there a way to spatial relate the beginning of a line segment of feature class "A" to a nearest point of feature class "B"?