<?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: multi part polygon to polygon in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385649#M13180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Disn't look at the polygon, but maybe the Union tool with the "No_GAPS" option?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2011 15:53:04 GMT</pubDate>
    <dc:creator>ChrisSnyder</dc:creator>
    <dc:date>2011-06-15T15:53:04Z</dc:date>
    <item>
      <title>multi part polygon to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385647#M13178</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;I have a multi part polygon created from bathymetry data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I converted the raster to polygon, it created several small polygons (I have attached a sample of the polygon).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am looking to do its create one solid polygon from all of these parts, ei. no space in between the smaller polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if there is any way of doing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 15:03:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385647#M13178</guid>
      <dc:creator>JeremyTibbetts1</dc:creator>
      <dc:date>2011-06-13T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: multi part polygon to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385648#M13179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeremy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably the easiest way is to reclassify your source raster dataset to create one big raster dataset of one value then covert that into the polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 14:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385648#M13179</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-06-15T14:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: multi part polygon to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385649#M13180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Disn't look at the polygon, but maybe the Union tool with the "No_GAPS" option?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 15:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385649#M13180</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2011-06-15T15:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: multi part polygon to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385650#M13181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have ArcGIS 9 or 10 with ArcInfo licensing, try Aggregate Polygons tool with an aggregation distance = 600m.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To go with the raster approach, perhaps you can try the Expand tool, followed by the Shrink tool in Spatial Analyst.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000036000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000036000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000003m000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000003m000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;The Expand tool grows the raster areas so that they become connected/aggregated; the Shrink tool reduces the over-grown areas (shrinking back without disconnecting the areas). You need to figure out the suitable cell sizes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the resulting polygons contain small holes, you can use Eliminate Polygon Part tool (ArcGIS 10, Arcinfo licensing) to get rid of small holes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope the above helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 16:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-part-polygon-to-polygon/m-p/385650#M13181</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2011-06-15T16:52:39Z</dc:date>
    </item>
  </channel>
</rss>

