<?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: Creating Polygons from Polylines in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635147#M35896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also find lines that don't connect (dangles) by using this &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m600000037000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//01m600000037000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 11:50:02 GMT</pubDate>
    <dc:creator>TimWitt</dc:creator>
    <dc:date>2013-08-06T11:50:02Z</dc:date>
    <item>
      <title>Creating Polygons from Polylines</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635143#M35892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am creating a map of animal surveys and would like to get the altitude values from my elevation layer for the individual points of my survey sites using the IDENTITY tool. My elevation layer, however, is a polyline layer and as such I need to convert it to a polygon layer. I have attempted to use the FEATURE TO POLYGON tool, however, the output feature class is empty. Does anyone have any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Aug 2013 05:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635143#M35892</guid>
      <dc:creator>SunelleCeleste</dc:creator>
      <dc:date>2013-08-03T05:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Polygons from Polylines</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635144#M35893</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;SPAN&gt;are your polylines closed?&amp;nbsp; It sounds like you might have gaps in them and therefore Arc doesn't know how to close them in order to create a polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 08:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635144#M35893</guid>
      <dc:creator>DanielHall_Ballester</dc:creator>
      <dc:date>2013-08-05T08:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Polygons from Polylines</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635145#M35894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sunelle,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to try a spatial join. It can get a point to pick up the attributes of the nearest line. The output is another feature class and you may need to do a table join to get the newly found line values back into your original point feature class. This is a good place for a model that be applied whenever new points are added to the feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you haven't done joins before, an easy way to get there is to right click the layer in ArcMap and select Join... .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 16:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635145#M35894</guid>
      <dc:creator>ScottMoyer</dc:creator>
      <dc:date>2013-08-05T16:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Polygons from Polylines</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635146#M35895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dan and Scott for all your help. I thought there were probably spaces between the lines but I wasn't sure what to do. I will give spatial join a go and see how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 21:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635146#M35895</guid>
      <dc:creator>SunelleCeleste</dc:creator>
      <dc:date>2013-08-05T21:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Polygons from Polylines</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635147#M35896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also find lines that don't connect (dangles) by using this &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m600000037000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//01m600000037000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 11:50:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-polygons-from-polylines/m-p/635147#M35896</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-08-06T11:50:02Z</dc:date>
    </item>
  </channel>
</rss>

