<?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: Get polygon from within another polygon in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724820#M67286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Then your spatial relationship is &lt;EM&gt;contains&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. So why do you have to union anything. I am still unclear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2019 16:15:15 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-09-18T16:15:15Z</dc:date>
    <item>
      <title>Get polygon from within another polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724815#M67281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to look for how to do this and I'm kind of at a loss here.. Here's my dilemma:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a polygon shape, and I want to use that shape and get only the polygon data from 2 other layers that are only within that shape. Once I get those I'm going to union the resultant polygons but what would be a good second step for this? First step is getting the polygon I want to use. I did read about the&amp;nbsp;clip geometry tool but it looks like from what I'm reading, that only clips on a selected extent, and not an actual input geometry. Any guidance would be wonderful. Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 14:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724815#M67281</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-09-18T14:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get polygon from within another polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724816#M67282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;so the first step is to query the two other layers using a QueryTask and the input polygon as the queries geometry. Then you can take the results of those queries and do your step two.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724816#M67282</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-09-18T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get polygon from within another polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724817#M67283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thats pretty simple.. The only other question I have would be what spatial relationship would I use for that? (I should have mentioned that earlier) Then I can union all 3 polygons and make the final graphic right? Or just use the two?&amp;nbsp; I'm asking this because I need to show the union on the map within the parcel polygon only.. amongst other things that need done with this. lol. Thanks for the quick reply on this too Robert.. You're a wealth of knowledge. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724817#M67283</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-09-18T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get polygon from within another polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724818#M67284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That depends. Do the polygons have to be completely contained in the selection polygon or can they just intersect?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Then I can union all 3 polygons and make the final graphic right? Or just use the two?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unioning all three would not make much sense as that would basically be the selection polygon that you started with. Maybe you would explain more about you goal. Are you looking for the symmetrical difference of the polygons or...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:07:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724818#M67284</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-09-18T16:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get polygon from within another polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724819#M67285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) The polygons need to be completely contained in the selection polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) What I'm doing is searching on a parcel geometry for land use and soil types so I want to show the land use and soil types within the parcel polygon.&amp;nbsp; Hopefully that makes sense..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724819#M67285</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-09-18T16:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get polygon from within another polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724820#M67286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Then your spatial relationship is &lt;EM&gt;contains&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. So why do you have to union anything. I am still unclear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724820#M67286</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-09-18T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get polygon from within another polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724821#M67287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They want me to show data in a table combined with both soil and land use.&amp;nbsp; I guess drawing it I won't need to unionize it. Maybe I'll go back to rethink that part of it. Typing it out makes me think we should have a different approach then what they did before. This was an arcmap add-on written in VB that's being ported over to a web application using the javascript api.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-polygon-from-within-another-polygon/m-p/724821#M67287</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-09-19T12:26:29Z</dc:date>
    </item>
  </channel>
</rss>

