<?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: Getting all elements of a service layer in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69549#M671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you clarify what you mean by " retrieve *all* elements".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you referring to all the features in that service? Or all metadata about the service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 17:51:37 GMT</pubDate>
    <dc:creator>DiveshGoyal</dc:creator>
    <dc:date>2011-04-19T17:51:37Z</dc:date>
    <item>
      <title>Getting all elements of a service layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69548#M670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a rather basic question. I am using an dynamic map service in my app. I would like to query a layer in this service to retrieve *all* elements, so that the user can choose which will be displayed. Is there some sort of wildcard operator I can use in my AGSFindTask? Or a better way to do this altogether?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 20:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69548#M670</guid>
      <dc:creator>RobertMartin2</dc:creator>
      <dc:date>2011-04-14T20:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all elements of a service layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69549#M671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you clarify what you mean by " retrieve *all* elements".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you referring to all the features in that service? Or all metadata about the service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:51:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69549#M671</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-04-19T17:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all elements of a service layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69550#M672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I meant all the features in a layer. In the meantime I'm using AGSIndentifyTask with a tolerance that includes all of the features, but I imagine there is more systematic way of doing this. Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Apr 2011 20:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69550#M672</guid>
      <dc:creator>RobertMartin2</dc:creator>
      <dc:date>2011-04-24T20:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all elements of a service layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69551#M673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is one way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another way is to use the AGSQueryTask and execute a SQL query (such as "1=1") to get all the features from a particular layer. You'd have to do this for every layer in the service whose features you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note, the number of features returned by query and identify task are limited by the 'max record count' setting on the service. At version 10, it defaults to 1000 features. You may need to bump it up if you want to retrieve more features in a single request.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 21:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/getting-all-elements-of-a-service-layer/m-p/69551#M673</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-04-25T21:28:06Z</dc:date>
    </item>
  </channel>
</rss>

