Skip to main content
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.

  • July 26, 2017
  • 1 reply
  • 15 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.

Best answer by david_r

The TopologyBuilder might be a good starting point.

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • July 26, 2017

The TopologyBuilder might be a good starting point.

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