Polygon Line Intersect - Keep Full Line

1944
3
Jump to solution
03-26-2018 12:11 PM
CodyLeavitt
New Contributor

I am attempting to intersect a set of lines with a set of polygons. I only want to keep the full line features and where they intersect with a polygon. The lines that don't cross a polygon can be discarded. When I attempt to do this ArcGIS just returns portions of the line and rarely the full line feature where they cross. I feel like I am missing something simple. Any ideas? Thank you in advance.

#line #polygon #arcgis #polygon-line #intersect #clip 

0 Kudos
1 Solution

Accepted Solutions
3 Replies
DanPatterson_Retired
MVP Emeritus

A picture would help.

But also try switching up the order when doing the intersection.

http://pro.arcgis.com/en/pro-app/tool-reference/analysis/how-intersect-analysis-works.htm shows a link when you mix polyline and polygon inputs.  You will only get the common element in any event

0 Kudos
AbdullahAnter
Occasional Contributor III
CodyLeavitt
New Contributor

Thank you! Worked perfectly.

0 Kudos