<?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: Field ordering of IdentifyResult in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253839#M1660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Android API honors the JSON response from the service as an ArrayList. What is the return from a REST call on the service?&amp;nbsp; Try something like &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StateCityHighway_USA/MapServer/identify?geometryType=esriGeometryPoint&amp;amp;geometry=-120%2C40&amp;amp;sr=&amp;amp;layers=&amp;amp;time=&amp;amp;layerTimeOptions=&amp;amp;layerdefs=&amp;amp;tolerance=10&amp;amp;mapExtent=-119%2C38%2C-121%2C41&amp;amp;imageDisplay=400%2C300%2C96&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;f=pjson"&gt;this&lt;/A&gt;&lt;SPAN&gt; on your service to confirm the return your service provides.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 02:13:34 GMT</pubDate>
    <dc:creator>DanO_Neill</dc:creator>
    <dc:date>2012-10-09T02:13:34Z</dc:date>
    <item>
      <title>Field ordering of IdentifyResult</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253836#M1657</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;I published a service on ArcGIS Server where I specified an order on my layer's fields in my mxd.&amp;nbsp; When I execute an identify task using the android sdk, I noticed that my identify results do not maintain the ordering of the returned fields and instead return the attributes in what appears to be a HashMap.&amp;nbsp; I noticed that the json returned by the identify service does have the fields ordered properly for each identify result.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was just wondering if this was a known issue that will be fixed in later releases, or if there is another method I am suppose to be using to acquire the ordering of fields for and identify result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 13:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253836#M1657</guid>
      <dc:creator>danielconrad</dc:creator>
      <dc:date>2012-04-27T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field ordering of IdentifyResult</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253837#M1658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the same issue. I was wondering if there has been any resolution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253837#M1658</guid>
      <dc:creator>RobertHarris1</dc:creator>
      <dc:date>2012-09-05T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field ordering of IdentifyResult</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253838#M1659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert/ Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have published a Mapserver and I try copy and past the url into the Identify task sample. The layer displays, but when I click on the layer to identify a polygon, the app closes. Have ye any idea why this is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shane&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 19:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253838#M1659</guid>
      <dc:creator>ShaneCarey</dc:creator>
      <dc:date>2012-10-04T19:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field ordering of IdentifyResult</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253839#M1660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Android API honors the JSON response from the service as an ArrayList. What is the return from a REST call on the service?&amp;nbsp; Try something like &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StateCityHighway_USA/MapServer/identify?geometryType=esriGeometryPoint&amp;amp;geometry=-120%2C40&amp;amp;sr=&amp;amp;layers=&amp;amp;time=&amp;amp;layerTimeOptions=&amp;amp;layerdefs=&amp;amp;tolerance=10&amp;amp;mapExtent=-119%2C38%2C-121%2C41&amp;amp;imageDisplay=400%2C300%2C96&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;f=pjson"&gt;this&lt;/A&gt;&lt;SPAN&gt; on your service to confirm the return your service provides.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 02:13:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253839#M1660</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2012-10-09T02:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field ordering of IdentifyResult</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253840#M1661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has this been or is going to be resolved?&amp;nbsp; Anyone have a fix for honoring field order in the map service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 17:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/field-ordering-of-identifyresult/m-p/253840#M1661</guid>
      <dc:creator>deleted-user-vpHnfyiCToFz</dc:creator>
      <dc:date>2014-05-29T17:22:35Z</dc:date>
    </item>
  </channel>
</rss>

