Skip to main content
Question

How to split a line at a intersection with another line in the same feature class

  • May 30, 2019
  • 5 replies
  • 656 views

Forum|alt.badge.img

I have a network of lines (representing roads ) and I need to split the line at the intersection with another line. All the features are in the same layer. What command do I need to use?

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.

5 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • May 30, 2019

Hi @helen

 

Did you try to use the transformer Intersector?

 

Thanks,

Danilo


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • May 30, 2019

You could also try a TopologyBuilder


Forum|alt.badge.img
  • Author
  • 2 replies
  • May 30, 2019

wow it's perfect, thanks


takashi
Celebrity
  • 7843 replies
  • May 30, 2019

There is more than one way. The LineOnLineOverlayer could also be an alternative.


Forum|alt.badge.img
  • Author
  • 2 replies
  • May 30, 2019

There is more than one way. The LineOnLineOverlayer could also be an alternative.

 

I tried this solution first but I did not have a great success, I'm still in the beginning, maybe in the future it will be a success with this solution also. Thanks a lot for your support.