<?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 selected polygons in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533724#M49756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/259886_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks Robert, I am wondering if that Union behaves the same way as the union tool in ArcMap? If it does it is not really going to create 1 polygon (each feature will keep their boundaries) from the selected polygons like the dissolve tool would.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 17:03:00 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-11-08T17:03:00Z</dc:date>
    <item>
      <title>Dissolve selected polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533722#M49754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using a feature service (polygons). I am able to select by draw to select the polygons I want. When I am done, I would like to allow users to dissolve the boundaries of the selected geometry. Is it possible with the dissolve widget? or can I achieve this in the Javascript API 3.x or 4.x?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533722#M49754</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-11-08T16:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve selected polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533723#M49755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;A call to the JS API GeometryService Union method sounds like what you are after:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/geometryservice-amd.html#union" title="https://developers.arcgis.com/javascript/3/jsapi/geometryservice-amd.html#union"&gt;GeometryService | API Reference | ArcGIS API for JavaScript 3.18 | Union&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533723#M49755</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-08T16:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve selected polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533724#M49756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/259886_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks Robert, I am wondering if that Union behaves the same way as the union tool in ArcMap? If it does it is not really going to create 1 polygon (each feature will keep their boundaries) from the selected polygons like the dissolve tool would.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533724#M49756</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-11-08T17:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve selected polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533725#M49757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;No I believe that the Geometry Service Union is more like the dissolve (as far as creating one geometry).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:41:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533725#M49757</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-08T17:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve selected polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533726#M49758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright I will give it a shot! Thanks Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dissolve-selected-polygons/m-p/533726#M49758</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-11-08T17:43:02Z</dc:date>
    </item>
  </channel>
</rss>

