<?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: Dissolve without creating a new Feature Class in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-without-creating-a-new-feature-class/m-p/645309#M21557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting problem, would it be better for you if you used the Dissolve output, renaming it to replace your orig fc?&amp;nbsp; Or is it not permitted for you to delete the 'old' fc?&amp;nbsp; I realize sometimes it is not conducive to simply 'remove and replace' the entire fc for a variety of reasons.&amp;nbsp; Also, what kind of solution are you looking for?--- a model, python scripting, VBA, etc.?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Technically, you could 'merge' or combine geometries within the same fc (not deleting the fc), using care to preserve the attributes in the row object and reloading the 'merged geometry' - using part of the methods listed here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using geometry objects with geoprocessing tools&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resource Center » Professional Library » Geoprocessing » Geoprocessing with Python » Accessing geographic data in Python&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Using_geometry_objects_with_geoprocessing_tools/002z0000001z000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Using_geometry_objects_with_geoprocessing_tools/002z0000001z000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...if you're at 10.1, there's more documentation concerning, for example, geometry methods (particularly 'union') with the polygon class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Polygon (arcpy)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Desktop » Geoprocessing » ArcPy » ArcPy classes&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000061000000" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000061000000&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 15:28:39 GMT</pubDate>
    <dc:creator>T__WayneWhitley</dc:creator>
    <dc:date>2012-12-20T15:28:39Z</dc:date>
    <item>
      <title>Dissolve without creating a new Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-without-creating-a-new-feature-class/m-p/645308#M21556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just wonder if there is a tool or script which can do a dissolve based on field values for the input Feature Class without creating a new Feature Class.I know Dissolve tool does the job but creates a new Feature Class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 13:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-without-creating-a-new-feature-class/m-p/645308#M21556</guid>
      <dc:creator>DanielAbera</dc:creator>
      <dc:date>2012-12-20T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve without creating a new Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-without-creating-a-new-feature-class/m-p/645309#M21557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting problem, would it be better for you if you used the Dissolve output, renaming it to replace your orig fc?&amp;nbsp; Or is it not permitted for you to delete the 'old' fc?&amp;nbsp; I realize sometimes it is not conducive to simply 'remove and replace' the entire fc for a variety of reasons.&amp;nbsp; Also, what kind of solution are you looking for?--- a model, python scripting, VBA, etc.?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Technically, you could 'merge' or combine geometries within the same fc (not deleting the fc), using care to preserve the attributes in the row object and reloading the 'merged geometry' - using part of the methods listed here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using geometry objects with geoprocessing tools&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resource Center » Professional Library » Geoprocessing » Geoprocessing with Python » Accessing geographic data in Python&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Using_geometry_objects_with_geoprocessing_tools/002z0000001z000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Using_geometry_objects_with_geoprocessing_tools/002z0000001z000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...if you're at 10.1, there's more documentation concerning, for example, geometry methods (particularly 'union') with the polygon class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Polygon (arcpy)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Desktop » Geoprocessing » ArcPy » ArcPy classes&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000061000000" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000061000000&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 15:28:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-without-creating-a-new-feature-class/m-p/645309#M21557</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2012-12-20T15:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve without creating a new Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-without-creating-a-new-feature-class/m-p/645310#M21558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Wayne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. I was planning to use it as part of a model I built. I had other geoprocessing tasks on the same input FC, so I just wanted to use the same input FC for the dissolve operation. Anyway, I did some work around to used my original input FC as temp Fc and used the dissolve output as my new inputFc for the other operation, and it seems working. I will try the suggested methods to see how they work. Thanks again !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 16:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-without-creating-a-new-feature-class/m-p/645310#M21558</guid>
      <dc:creator>DanielAbera</dc:creator>
      <dc:date>2012-12-20T16:47:10Z</dc:date>
    </item>
  </channel>
</rss>

