<?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: How to select lines that do not intersect a polygon in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554739#M18343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to find a way to "Clip" the lines and&amp;nbsp;only&amp;nbsp;select the segment&amp;nbsp;that do not intersect. This way&amp;nbsp; can calculate the feet or miles for a whole area that intersect and do not intersect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A line can start outside a property and&amp;nbsp;cross one or several properties. This is the case of a lateral pipe that starts in the middle of the street and then goes inside the property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 14:32:51 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2018-10-09T14:32:51Z</dc:date>
    <item>
      <title>How to select lines that do not intersect a polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554737#M18341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to find all the lines that intersect a polygon&amp;nbsp;layer (property layer) and create a new line layer with the Intersected lines using ArcTools --&amp;gt; Analysis tools --&amp;gt; Overlay --&amp;gt; Intersect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a new line layer that shows lines that do not&amp;nbsp;intersect the property layer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554737#M18341</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2018-10-09T14:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to select lines that do not intersect a polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554738#M18342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the lines that do intersect a polygon... then switch the selection in the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554738#M18342</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-09T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to select lines that do not intersect a polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554739#M18343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to find a way to "Clip" the lines and&amp;nbsp;only&amp;nbsp;select the segment&amp;nbsp;that do not intersect. This way&amp;nbsp; can calculate the feet or miles for a whole area that intersect and do not intersect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A line can start outside a property and&amp;nbsp;cross one or several properties. This is the case of a lateral pipe that starts in the middle of the street and then goes inside the property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554739#M18343</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2018-10-09T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to select lines that do not intersect a polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554740#M18344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;picture would help... but in any event, if you want to 'split' lines, then there is this&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/split.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/split.htm"&gt;Split—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;once the splitting is done you can move on to the selection, probably select by location.&amp;nbsp; If a polygon converted to a polyline represents the splitting line, it will split the lateral pipes into pieces, then you use the polygon to select those that are within, then reverse the selection and you will have those outside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554740#M18344</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-09T15:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to select lines that do not intersect a polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554741#M18345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the Intersect tool in the Analysis toolbox doesn't "select" features, I assume you are also not interesting in selecting features outside of your property layer but creating a new layer that contains the lines, or parts of lines, that are outside of your property layer.&amp;nbsp; I would use &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/erase.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/erase.htm"&gt;Erase—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-select-lines-that-do-not-intersect-a/m-p/554741#M18345</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-10-09T16:42:48Z</dc:date>
    </item>
  </channel>
</rss>

