<?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: Selecting overlapping features in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497114#M11385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you find a solution to your problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Nov 2011 08:04:16 GMT</pubDate>
    <dc:creator>HaroldBostic</dc:creator>
    <dc:date>2011-11-06T08:04:16Z</dc:date>
    <item>
      <title>Selecting overlapping features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497112#M11383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 3 concentric polygons in one featurelayer. Is there a way that the user can select any of the polygons to edit because at the moment whichever one is clicked on it is the outside polygon which always gets selected.&amp;nbsp; I could possibly turn off the 2 that are not wanted but then the user wouldn't be able to edit the selected one whilst still seeing the others, which is important.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 12:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497112#M11383</guid>
      <dc:creator>MartynLe_Butt</dc:creator>
      <dc:date>2011-10-10T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting overlapping features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497113#M11384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try to set featureLayer.moveToTop to false and see if this solves your problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 22:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497113#M11384</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2011-10-12T22:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting overlapping features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497114#M11385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you find a solution to your problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 08:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497114#M11385</guid>
      <dc:creator>HaroldBostic</dc:creator>
      <dc:date>2011-11-06T08:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting overlapping features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497115#M11386</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;BR /&gt;&lt;SPAN&gt;Have you tried something like &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html#//01nq00000024000000"&gt;Clustering&lt;/A&gt;&lt;SPAN&gt;? I'm not sure, but maybe it will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also FeatureLayer has public property &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#selectedFeatures"&gt;selectedFeatures&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt; = Array of Graphics in the current selection of this feature layer. It's readonly. This gives you the opportunity to make a new selection request with the choice of advanced query options. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example: (1) on client map click -&amp;gt; (2) new selection query based on geometry -&amp;gt; (3) as a result &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;featureLayer.selectedFeatures&lt;/SPAN&gt;&lt;SPAN&gt; -&amp;gt; (4) find needed feature in this Array -&amp;gt; (5) new selection query based on feature id. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe some of the steps are not needed. But the idea that all objects in FeatureLayer are the result of query from the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 05:40:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selecting-overlapping-features/m-p/497115#M11386</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2011-11-07T05:40:17Z</dc:date>
    </item>
  </channel>
</rss>

