<?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 convert overlapping polylines to overlapping polygons in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611811#M1387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to Dan and Steven for your suggestions. I noodled around and found an excellent tool from Jenness Enterprises called Tools for Graphics and Shapes (&lt;A href="http://www.jennessent.com/arcgis/arcgis_extensions.htm" title="http://www.jennessent.com/arcgis/arcgis_extensions.htm"&gt;Jenness Enterprises - ArcGIS Tools&lt;/A&gt; ). Simple to use, and did exactly what I needed with no fuss or bother.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 21:42:22 GMT</pubDate>
    <dc:creator>RickBombaci</dc:creator>
    <dc:date>2014-11-13T21:42:22Z</dc:date>
    <item>
      <title>How to convert overlapping polylines to overlapping polygons</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611807#M1383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a shapefile with overlapping "polygons" that are actually polylines. How can I convert the polylines to polygons without having ArcGIS converting the areas of overlap into new polygons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I have two overlapping polyline figures, I want to end up with two overlapping polygons, not three (where the third polygon is actually an area of overlap between the two polyline figures).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Overlapping polygons.png" class="jive-image image-1" src="/legacyfs/online/29521_Overlapping polygons.png" style="width: 620px; height: 336px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 01:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611807#M1383</guid>
      <dc:creator>RickBombaci</dc:creator>
      <dc:date>2014-11-13T01:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert overlapping polylines to overlapping polygons</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611808#M1384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there has to be a quicker way than saving each polygon as a separate file, then merging them together...but in a pinch it would work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 01:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611808#M1384</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-13T01:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert overlapping polylines to overlapping polygons</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611809#M1385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never tried &lt;A href="http://www.ian-ko.com/ET_GeoWizards/gw_main.htm"&gt;ET_GeoWizards &lt;/A&gt;tools.&amp;nbsp; There are several free tools in the toolbar and Polyline to Polygon looks to be one of them.&amp;nbsp; It may be worth a shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 01:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611809#M1385</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-11-13T01:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert overlapping polylines to overlapping polygons</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611810#M1386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option more along the lines of Dan's response would be to create a model that iterates over a unique value in your polyline layer which then converts each polyline into a polygon.&amp;nbsp; Each polygon would be in it's own feature class and then you could merge them together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 02:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611810#M1386</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-11-13T02:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert overlapping polylines to overlapping polygons</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611811#M1387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to Dan and Steven for your suggestions. I noodled around and found an excellent tool from Jenness Enterprises called Tools for Graphics and Shapes (&lt;A href="http://www.jennessent.com/arcgis/arcgis_extensions.htm" title="http://www.jennessent.com/arcgis/arcgis_extensions.htm"&gt;Jenness Enterprises - ArcGIS Tools&lt;/A&gt; ). Simple to use, and did exactly what I needed with no fuss or bother.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 21:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-convert-overlapping-polylines-to/m-p/611811#M1387</guid>
      <dc:creator>RickBombaci</dc:creator>
      <dc:date>2014-11-13T21:42:22Z</dc:date>
    </item>
  </channel>
</rss>

