<?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: What is FeatureLayer selection for? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580663#M13087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can query with a multi-ring polygon by setting Query.geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Polygon.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Polygon.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the GeometryService does have a union() method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html#union()"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html#union()&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Nov 2010 17:12:40 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-11-10T17:12:40Z</dc:date>
    <item>
      <title>What is FeatureLayer selection for?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580660#M13084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to use the FeatureLayer.selectedFeatures to run a query, but I don't know how to get the geometry.&amp;nbsp; So, my questions are multiple:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are the selectedFeatures supposed to be used for anyway?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I get the geometry from selected features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to get the geometry from multiple polygons?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 22:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580660#M13084</guid>
      <dc:creator>DavidElies</dc:creator>
      <dc:date>2010-11-09T22:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is FeatureLayer selection for?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580661#M13085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's usually used in editing scenarios. You first have to select the features using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#selectFeatures()"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#selectFeatures()&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 23:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580661#M13085</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-09T23:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is FeatureLayer selection for?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580662#M13086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply, dpaddock!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because of the simplicity of selecting, I thought it would be the answer to my dillema, but perhaps it isn't.&amp;nbsp; Is it possible to get the union of Polygons?&amp;nbsp; It looks like there is a union function for Extents, but since it returns an Extent, I assume it just returns the bounding box that contains both Extents, (which would include a lot more area than I want).&amp;nbsp; I was really hoping to use the geometry of disconnected polys in a query.&amp;nbsp; Is this even possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 16:57:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580662#M13086</guid>
      <dc:creator>DavidElies</dc:creator>
      <dc:date>2010-11-10T16:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is FeatureLayer selection for?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580663#M13087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can query with a multi-ring polygon by setting Query.geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Polygon.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Polygon.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the GeometryService does have a union() method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html#union()"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html#union()&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 17:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580663#M13087</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-10T17:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is FeatureLayer selection for?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580664#M13088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks dpaddock!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't realize that polygons naturally supported multiple disjoint shapes.&amp;nbsp; I didn't understand what the rings were.&amp;nbsp; I added each ring from my selected polygons to a "master" polygon and used that as the geometry for the query!&amp;nbsp; This is exactly what I was looking for.&amp;nbsp; Thanks so much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 18:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/what-is-featurelayer-selection-for/m-p/580664#M13088</guid>
      <dc:creator>DavidElies</dc:creator>
      <dc:date>2010-11-10T18:44:06Z</dc:date>
    </item>
  </channel>
</rss>

