<?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: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order. in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503080#M4313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry that won't be possible as different Layers will have diff, Attributes...also no. of attributes differs.... also diff clients have different MAPs....so i guess i have to go ahead with Order what i get...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 05:17:49 GMT</pubDate>
    <dc:creator>PritiBose</dc:creator>
    <dc:date>2015-08-13T05:17:49Z</dc:date>
    <item>
      <title>AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503076#M4309</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;This is very strange , as from my Server site i have below Parameters for one of the Layers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;FID (Type: esriFieldTypeOID, Alias: FID)&lt;/P&gt;&lt;P&gt;Shape (Type: esriFieldTypeGeometry, Alias: Shape)&lt;/P&gt;&lt;P&gt;APN (Type: esriFieldTypeString, Alias: APN, Length: 11 )&lt;/P&gt;&lt;P&gt;PREVIOUSAP (Type: esriFieldTypeString, Alias: PREVIOUSAP, Length: 200 )&lt;/P&gt;&lt;P&gt;AREA (Type: esriFieldTypeDouble, Alias: AREA)&lt;/P&gt;&lt;P&gt;ACRES (Type: esriFieldTypeDouble, Alias: ACRES)&lt;/P&gt;&lt;P&gt;ZONING (Type: esriFieldTypeString, Alias: ZONING, Length: 25 )&lt;/P&gt;&lt;P&gt;VAC (Type: esriFieldTypeString, Alias: VAC, Length: 1 )&lt;/P&gt;&lt;P&gt;EVAC (Type: esriFieldTypeString, Alias: EVAC, Length: 5 )&lt;/P&gt;&lt;P&gt;FIRE (Type: esriFieldTypeString, Alias: FIRE, Length: 5 )&lt;/P&gt;&lt;P&gt;ZMASK (Type: esriFieldTypeString, Alias: ZMASK, Length: 16 )&lt;/P&gt;&lt;P&gt;PERIMETER (Type: esriFieldTypeDouble, Alias: PERIMETER)&lt;/P&gt;&lt;P&gt;PC_LANDUSE (Type: esriFieldTypeString, Alias: PC_LANDUSE, Length: 2 )&lt;/P&gt;&lt;P&gt;TRACT (Type: esriFieldTypeString, Alias: TRACT, Length: 16 )&lt;/P&gt;&lt;P&gt;BOOK (Type: esriFieldTypeString, Alias: BOOK, Length: 3 )&lt;/P&gt;&lt;P&gt;TIF (Type: esriFieldTypeString, Alias: TIF, Length: 40 )&lt;/P&gt;&lt;P&gt;LOTNO (Type: esriFieldTypeString, Alias: LOTNO, Length: 5 )&lt;/P&gt;&lt;P&gt;TEMP (Type: esriFieldTypeString, Alias: TEMP, Length: 6 )&lt;/P&gt;&lt;P&gt;CENSUS (Type: esriFieldTypeString, Alias: CENSUS, Length: 9 )&lt;/P&gt;&lt;P&gt;GP (Type: esriFieldTypeString, Alias: GP, Length: 25 )&lt;/P&gt;&lt;P&gt;Type ID Field: N/A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i can access all the parameters or GIS Attributes from my iPAD app with below code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.layerIds=arrLayerIDs; // Layer ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.tolerance = 3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.geometry =&amp;nbsp; env;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.size = self.m_mapView.bounds.size;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.mapEnvelope = self.m_mapView.visibleArea.envelope;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.returnGeometry = YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.layerOption = AGSIdentifyParametersLayerOptionAll;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.m_identifyParams.spatialReference = self.m_mapView.spatialReference;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [self.m_identifyTask executeWithParameters:self.m_identifyParams];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- (void)identifyTask:(AGSIdentifyTask *)m_identifyTask operation:(NSOperation *)op didExecuteWithIdentifyResults:(NSArray *)results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what i am getting IdentifyResults is as in below Order Ascending Order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACRES = "15.59";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; APN = "038-240-022";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AREA = "678953.526";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOOK = 038;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CENSUS = "";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EVAC = "";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FID = 5221;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRE = "";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GP = "ULDR - 2 DU/Ac CD/OSP";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOTNO = "";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PC_LANDUSE" = 00;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIMETER = "4375.32";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PREVIOUSAP = "";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Shape = Polygon;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEMP = "";&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIF = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http://gis/data/mapbks/bk038/03824.00" rel="nofollow" target="_blank"&gt;http://gis/data/mapbks/bk038/03824.00&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRACT = "056-037";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VAC = P;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZMASK = "Placer County";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZONING = "Placer County";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i wish to get in same order as above from server Fields: , starting from FID, Shape ETC...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 17:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503076#M4309</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-08-11T17:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503077#M4310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that the list of attributes on a feature/graphic returned by identifyTask? If yes, then since `allAttributes` property is an `NSDictionary`, you cannot preserve the order. Otherwise, can you elaborate on how you are accessing these properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 17:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503077#M4310</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2015-08-12T17:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503078#M4311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it is &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;identifyTask. i access 'allAttributes' which is &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;NSDictionary&lt;/SPAN&gt;, from - (&lt;SPAN style="color: #bb2ca2;"&gt;void&lt;/SPAN&gt;)identifyTask:(&lt;SPAN style="color: #703daa;"&gt;AGSIdentifyTask&lt;/SPAN&gt; *)m_identifyTask operation:(&lt;SPAN style="color: #703daa;"&gt;NSOperation&lt;/SPAN&gt; *)op didExecuteWithIdentifyResults:(&lt;SPAN style="color: #703daa;"&gt;NSArray&lt;/SPAN&gt; *)results&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;callback return on success method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;so in iPad(IOS SDK of ESRI) it is not possible. and i will always get in Ascending order....... and not according on &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;attributes on a feature/graphic Layer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;it was requirement to display attributes as it is..from server...&amp;nbsp;&amp;nbsp; if possible any workaround...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 18:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503078#M4311</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-08-12T18:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503079#M4312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One workaround I can think of is creating an array of ordered keys : ["&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;FID&lt;/SPAN&gt;", "Shape", "APN", .... ]. Then looping through the array and getting the value corresponding to each key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 18:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503079#M4312</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2015-08-12T18:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503080#M4313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry that won't be possible as different Layers will have diff, Attributes...also no. of attributes differs.... also diff clients have different MAPs....so i guess i have to go ahead with Order what i get...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 05:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503080#M4313</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-08-13T05:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503081#M4314</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;there is no way even to access Layers Fields name...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there should be method to access simple Layers Fields name.... and those will give me in proper order ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 18:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503081#M4314</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-08-14T18:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503082#M4315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/ios/api-reference/"&gt;AGSFeatureLayer&lt;/A&gt; has a property `fields` you can use to get the fields in the right order. Simply create a feature layer using the URL and inside layerDidLoad, you should have the fields in the right order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 19:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503082#M4315</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2015-08-14T19:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503083#M4316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;sorry, i tried Esri sample example itself.... GenerateRendererSample .... with all possible ways..but fields getting 0 key element...it does show 53 elements but all are 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13px; font-family: Menlo; color: #3d1d81;"&gt;initWithString&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13px; font-family: Menlo; color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13px; font-family: Menlo; color: #78492a;"&gt;FEATURE_SERVICE_URL&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt; = &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/2" rel="nofollow" style="font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//initialize the feature layer and assign the delegate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #3d1d81;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #4f8187;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; = [[&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #703daa;"&gt;AGSFeatureLayer&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;alloc&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;] &lt;/SPAN&gt;initWithURL&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;:[[&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #703daa;"&gt;NSURL&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;alloc&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;] &lt;/SPAN&gt;initWithString&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #78492a;"&gt;FEATURE_SERVICE_URL&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;] &lt;/SPAN&gt;mode&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;:&lt;/SPAN&gt;AGSFeatureLayerModeSnapshot&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #4f8187;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;featureLayer&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #703daa;"&gt;delegate&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//using definition expression to get counties(features) for just California&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;With below code commented or without commented&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;self.featureLayer.definitionExpression = @"state_name = 'California'";&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;self.featureLayer.outFields = @[@"*"];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;[self.mapView addMapLayer:self.featureLayer];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;-(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #bb2ca2;"&gt;void&lt;/SPAN&gt;)layerDidLoad:(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #703daa;"&gt;AGSLayer&lt;/SPAN&gt; *)layer {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//once the feature layer gets loaded&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//assign the layer's fields to the legend view controller&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #4f8187;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;legendViewController&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;classificationFields&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;featureLayer&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #703daa;"&gt;fields&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&lt;SPAN style="font-style: inherit;"&gt;layer.field ==&amp;gt; 0 key/value pair for all 53 fields &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; color: #4f8187;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; color: #703daa;"&gt;fields==&amp;gt; &lt;SPAN style="font-style: inherit;"&gt;0 key/value pair for all 53 fields&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 20:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503083#M4316</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-08-14T20:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503084#M4317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="fields.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/122413_fields.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 20:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503084#M4317</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-08-14T20:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503085#M4318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AGSField is an object and not a dictionary. So if you access either of the 53 objects, cast it to AGSField and print the `name` property you should see the right values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_field.html"&gt;AGSField&lt;/A&gt; object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;SPAN style="color: #6389ff;"&gt;&lt;STRONG&gt;(lldb) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;po ((AGSField*)((AGSFeatureLayer*)layer).fields[0]).name&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;OBJECTID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 20:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503085#M4318</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2015-08-14T20:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: AGSIdentifyParameters not receiving according to order on Server, always get in Ascending Order.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503086#M4319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much... i was actually got confuse with 0 values ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 21:06:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsidentifyparameters-not-receiving-according-to/m-p/503086#M4319</guid>
      <dc:creator>PritiBose</dc:creator>
      <dc:date>2015-08-14T21:06:44Z</dc:date>
    </item>
  </channel>
</rss>

