Solved

everywhere a road intersects with another road and i want it to give me a table with all the roads plus all the names of roads they intersect.

  • 26 July 2017
  • 1 reply
  • 0 views

Im trying to figure out everywhere a road intersects with another road and i want it to give me a table with all the roads plus all the names of roads they intersect.

I have major roads, and I want to know all the major and smaller roads that intersect each major road (this will be a non-spatial table)

I want my end user to select one road, and it will return all roads that crossed this major road's path.

icon

Best answer by david_r 26 July 2017, 23:30

View original

1 reply

Userlevel 4

The TopologyBuilder might be a good starting point.

Alternatively there is also the Intersector and the LineOnLineOverlayer, which have some overlapping functionality.

Reply