<?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: How to make querytask return featureset with polygon geometry? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569071#M12846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Carmen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESRI has still not worked out the point system in this new forum as well as other important issues like actually getting and email notification when someone replys to a watched thread.:(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2010 17:22:38 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2010-06-01T17:22:38Z</dc:date>
    <item>
      <title>How to make querytask return featureset with polygon geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569068#M12843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should be an easy question but I can't figure it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an app where the user chooses an address.&amp;nbsp; Based on the x,y location of the address, a query task is performed on a parcel layer to return the parcel number for the one parcel.&amp;nbsp; All works great there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, in the parcel query, I get a featureSet returned which is one polygon.&amp;nbsp; How to I get to the graphic of the polygon for the FeatureSet.feature[0]?&amp;nbsp;&amp;nbsp; I just can't seem to get to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to take the polygon graphic and use it's geometry to perform another query on the Flood Zone Layer.&amp;nbsp; I want the whole polygon boundary vs just a point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;City of Greenville, SC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 20:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569068#M12843</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2010-05-28T20:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to make querytask return featureset with polygon geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569069#M12844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Carmen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Try &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;FeatureSet.features[0]&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 20:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569069#M12844</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-05-28T20:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to make querytask return featureset with polygon geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569070#M12845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert.&amp;nbsp; That was actually a typo on my part in the forum posting.&amp;nbsp; But your answer did indicate I was on the right track.&amp;nbsp; I could NOT get the query to work with the parcel that was returned from a previous query.&amp;nbsp; Spent all morning trying to figure out what I was missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Turns out that I forgot to set the queryParcel.returnGeometry = true&amp;nbsp; so that I could use the parcel geometry in a subsequent query.&amp;nbsp; Finally realized this when I used Fiddler to see what was being passed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duh.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked (briefly) but could not see how to give anyone credit for a response in the new forums.&amp;nbsp;&amp;nbsp; I know you can tell me how (or if that isn't possible anymore).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen Durham&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;City of Greenville, SC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 17:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569070#M12845</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2010-06-01T17:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to make querytask return featureset with polygon geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569071#M12846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Carmen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESRI has still not worked out the point system in this new forum as well as other important issues like actually getting and email notification when someone replys to a watched thread.:(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 17:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569071#M12846</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-06-01T17:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to make querytask return featureset with polygon geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569072#M12847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or important things like being able to find what you need!&amp;nbsp; I spend WAYYYY more time trying to find something than I did before.&amp;nbsp; Instead of two places I normally searched before, it seems like I have to bumble through many more locations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for keeping watch on the forums and answering our questions!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 14:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-make-querytask-return-featureset-with/m-p/569072#M12847</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2010-06-02T14:15:29Z</dc:date>
    </item>
  </channel>
</rss>

