<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Simple Script or Tool?  Cut / Split Line at Intersecting Polygon in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/simple-script-or-tool-cut-split-line-at/m-p/247956#M14121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try the "Split" tool on the Editor toolbar (you have to be in an editing session). If you have your snapping set to the edge of your polygon, it'll split the line it right there. This is how I did it in 9.3.1 -- I don't recall if 9.2 has the same features....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 21:15:33 GMT</pubDate>
    <dc:creator>JanetBrewster</dc:creator>
    <dc:date>2012-12-19T21:15:33Z</dc:date>
    <item>
      <title>Simple Script or Tool?  Cut / Split Line at Intersecting Polygon</title>
      <link>https://community.esri.com/t5/data-management-questions/simple-script-or-tool-cut-split-line-at/m-p/247954#M14119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to split water features (lines) that intersect with reservoirs (polygons).&amp;nbsp; I have lines that overlap with the polygons and I need to cut / split the lines where they intersect with the polygon.&amp;nbsp; The problem is that I have ArcView 9.2, can't purchase XTools Pro or ET Geowizard and am having trouble with a VBA Script.&amp;nbsp; Anyone have any suggestions or know of other free tools?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D. Oliver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 19:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/simple-script-or-tool-cut-split-line-at/m-p/247954#M14119</guid>
      <dc:creator>DinahOliver</dc:creator>
      <dc:date>2012-12-18T19:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Script or Tool?  Cut / Split Line at Intersecting Polygon</title>
      <link>https://community.esri.com/t5/data-management-questions/simple-script-or-tool-cut-split-line-at/m-p/247955#M14120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following might help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-use the Clip tool to clip your lines by your reservoir polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Create a new polygon dataset and digitise a polygon large enough to cover all the lines in your original line dataset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Union the new polygon created above with your reservoir polygon dataset, then Start Editing the Union output and Select out the polygons matching your reservoirs polygons and delete them from the Union dataset. Save and Stop Editing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Next, Clip your original lines with the Union output above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-You should now have 2 line datasets split at the boundaries of your reservoirs. Use the Merge tool to create a single dataset. You might also have to use the Multipart to Singlepart tool to separate any multipart lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-This process could probably be joined together in ModelBuilder if you needed to repeat it again and again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that helps. It looks like a long process but depending on how large your datasets are it shouldn't take too long. If it helps please mark the question as answered so others are aware.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.simplygis.co.uk"&gt;simplyGIS Ltd. Making GIS simple.&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.simplygis.co.uk/GISTraining.html"&gt;www.simplygis.co.uk/GISTraining.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 06:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/simple-script-or-tool-cut-split-line-at/m-p/247955#M14120</guid>
      <dc:creator>DavidPetrey1</dc:creator>
      <dc:date>2012-12-19T06:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Script or Tool?  Cut / Split Line at Intersecting Polygon</title>
      <link>https://community.esri.com/t5/data-management-questions/simple-script-or-tool-cut-split-line-at/m-p/247956#M14121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try the "Split" tool on the Editor toolbar (you have to be in an editing session). If you have your snapping set to the edge of your polygon, it'll split the line it right there. This is how I did it in 9.3.1 -- I don't recall if 9.2 has the same features....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 21:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/simple-script-or-tool-cut-split-line-at/m-p/247956#M14121</guid>
      <dc:creator>JanetBrewster</dc:creator>
      <dc:date>2012-12-19T21:15:33Z</dc:date>
    </item>
  </channel>
</rss>

