Skip to main content
Question

How to find out adjacent line segment having same attribute?

  • January 9, 2019
  • 1 reply
  • 29 views

Suppose one road is having ABC Road name and off road having same road name. How to find it out if i am having thousands of record in shape file

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • January 9, 2019

Multiple options:

NeighborFinder (group by road name, max distance = 0)

SpatialFilter (group by road name, filter = TOUCH)

SpatialRelator (group by road name) then Tester (test for relationship TOUCH)

LineCombiner (group by road name) will join the lines