<?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: featureset value. in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116601#M2767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What do you receive when you do this on one of the 3 records that does not have a null as its value in your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 13:12:20 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-05-18T13:12:20Z</dc:date>
    <item>
      <title>featureset value.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116598#M2764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this code and idk why i cannot get the "zoom" value for the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;function onResult(featureSet:FeatureSet, token:Object = null):void
&amp;nbsp; { 

&amp;nbsp; try{

&amp;nbsp; var mapPoint:MapPoint = featureSet.features[0].geometry as MapPoint;
&amp;nbsp; var convert:ConvertCoords = new ConvertCoords;
&amp;nbsp; convert.ToGeographic(mapPoint.x,mapPoint.y);

&amp;nbsp; lat = convert.Y_lat;
&amp;nbsp; long =convert.X_lon;



&amp;nbsp; map.zoomTo(featureSet.features[0].geometry);
&amp;nbsp; //Alert.show("punto: " + mapPoint.x.toString() + " "&amp;nbsp; +mapPoint.y.toString()+ " "+&amp;nbsp; "lat: " + convert.Y_lat.toString()+ " "+convert.X_lon.toString() );
&amp;nbsp; map.level = 16;

&amp;nbsp; zoom = featureSet.features[0].attributes["zoom"];
&amp;nbsp; Alert.show(zoom.toString());

&amp;nbsp; }catch(err:Error){
&amp;nbsp; Alert.show("no");
&amp;nbsp; }


&amp;nbsp; }

&amp;nbsp; function onFault(info:Object, token:Object = null):void
&amp;nbsp; {&amp;nbsp;&amp;nbsp; 
&amp;nbsp; Alert.show("not found");
&amp;nbsp; }&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mensaje editado por: Evelyn Hernandez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116598#M2764</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2021-12-11T06:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: featureset value.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116599#M2765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Your zoom attribute is all upper case in your service so code needs to be as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zoom = featureSet.features[&lt;SPAN class="number"&gt;0].attributes[&lt;SPAN class="string"&gt;"ZOOM"&lt;/SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 18:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116599#M2765</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-15T18:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: featureset value.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116600#M2766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i receive a NaN, what can be the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116600#M2766</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2015-05-18T13:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: featureset value.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116601#M2767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What do you receive when you do this on one of the 3 records that does not have a null as its value in your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116601#M2767</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-18T13:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: featureset value.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116602#M2768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I receive a NaN value. I know that i have some null values , but "PLACILLA" has a zoom value.&lt;/P&gt;&lt;P&gt;I dont know why i cannot get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:13:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116602#M2768</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2015-05-18T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: featureset value.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116603#M2769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found my problem. I was using another layer and it doesnt have the "zoom" field&lt;/P&gt;&lt;P&gt;Thanks robert &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:35:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/featureset-value/m-p/116603#M2769</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2015-05-18T13:35:54Z</dc:date>
    </item>
  </channel>
</rss>

