Select to view content in your preferred language

clip line segments

363
5
3 weeks ago
temprobertcottreau131313
Frequent Contributor

I have 3 line features A, B, C and would like to find where line feature C is the same as line feature A and where line feature C is the same as line feature B.

There are instances where line feature C has portions of both A and B.

Is there a way to do this?

Thanks to all.

0 Kudos
5 Replies
DanPatterson
MVP Esteemed Contributor

three separate featureclasses? or 3 features within the same featureclass?


... sort of retired...
0 Kudos
temprobertcottreau131313
Frequent Contributor

3 separate feature classes.

none of the pairwise tools is the solution, at least as I've tried them.

0 Kudos
andeb31
Occasional Contributor

Take a look at the Intersect geoprocessing tool. This should get you what you need https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/pairwise-intersect.htm

0 Kudos
temprobertcottreau131313
Frequent Contributor

Pairwise Intersect only returns a small number of the sites.

I'm not sure if what I want is possible.  Lines don't seem to want to clip lines based on lines.

0 Kudos
JamesPoeschel
Frequent Contributor

Is it possible that your overlapping lines do not overlap exactly? Could you create a small buffer and then run the intersect tool with the buffer? I think that's what I usually do when I need to clip lines with lines.

Alternatively.. I had a similar task once and just asked Claude ai to write me an arcpy python tool and it worked

0 Kudos