<?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: IOS swift - Webmap features access in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242235#M2292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the following but it is not filtered in the map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have added portal item into the map&lt;/P&gt;&lt;P&gt;2. get the list of operational layers (&lt;SPAN style="color: #ba2da2;"&gt;let&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; layers:[&lt;/SPAN&gt;AGSLayer&lt;SPAN style="color: #000000;"&gt;]! =&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ba2da2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;?.&lt;/SPAN&gt;map&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;operationalLayers&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ba2da2;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;! [&lt;/SPAN&gt;AGSLayer&lt;SPAN style="color: #000000;"&gt;]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;3. assigned in feature layer (&lt;SPAN style="color: #ba2da2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;?.&lt;/SPAN&gt;featureLayer1&lt;SPAN style="color: #000000;"&gt; = layers[&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #ba2da2;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;! &lt;/SPAN&gt;AGSFeatureLayer)&lt;/P&gt;&lt;P&gt;4. applied filter (&lt;SPAN style="color: #ba2da2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;featureLayer5&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;definitionExpression&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #d12f1b;"&gt;"field='xxxx'"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;5. -------- No filter applied in the map ---------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me how to apply filter and filtered values should be changed in the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 01:27:10 GMT</pubDate>
    <dc:creator>MohamedMuzammil</dc:creator>
    <dc:date>2018-08-22T01:27:10Z</dc:date>
    <item>
      <title>IOS swift - Webmap features access</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242233#M2290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the web map that contains the map service and feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I want to get the feature count and feature details based on map extent&lt;/P&gt;&lt;P&gt;2. How to apply filter/search for the features in the webmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the example to access from web map. How to read and apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 15:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242233#M2290</guid>
      <dc:creator>MohamedMuzammil</dc:creator>
      <dc:date>2018-08-20T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: IOS swift - Webmap features access</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242234#M2291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/19183"&gt;Mohamed Muzammil&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the following samples that might help you to get started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Features/Feature%20layer%20query"&gt;Feature layer query&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Layers/Query%20a%20map%20image%20sublayer"&gt;Query a map image sublayer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Analysis/Statistical%20query"&gt;Statistical query&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Queries&amp;nbsp;are performed on an &lt;SPAN&gt;AGSServiceFeatureTable.&amp;nbsp;If&amp;nbsp;a map is created from a portal item (webmap),&amp;nbsp; AGSServiceFeatureTable can be retrieved from the map as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Get a list of operational layers from a map using &lt;/SPAN&gt;&lt;SPAN&gt;the&amp;nbsp;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_map.html#ae165f15ee8b4262e06eafe8fa153f5a1"&gt;operationalLayers&lt;/A&gt; property on an AGSMap and filter those layers using&amp;nbsp;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_layer.html#a8b0244ffd683a7269046495743107ed5"&gt;layerId&lt;/A&gt;&amp;nbsp;to get the&amp;nbsp;required&amp;nbsp;feature layer and map image layer.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;AGSFeatureLayer may expose&amp;nbsp;a &lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;AGSFeatureTable through a&amp;nbsp;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_feature_layer.html#a85ddbb0c33cf544fd66705aad5439ce0"&gt;featureTable&lt;/A&gt;&amp;nbsp;property. The&amp;nbsp;AGSFeatureTable can be casted to AGSServiceFeatureTable.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff; color: #24292e;"&gt;Sublayers of&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;AGSArcGISMapImageLayer&lt;/SPAN&gt; may expose a&amp;nbsp;AGSServiceFeatureTable&amp;nbsp;through a&amp;nbsp;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_arc_g_i_s_map_image_sublayer.html#a0b7db3176c2cef1b5e15d2e94c6c35a5"&gt;table&lt;/A&gt;&amp;nbsp;property.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. Please let me know if you have further questions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Garima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 23:10:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242234#M2291</guid>
      <dc:creator>GarimaDhakal</dc:creator>
      <dc:date>2018-08-21T23:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: IOS swift - Webmap features access</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242235#M2292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the following but it is not filtered in the map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have added portal item into the map&lt;/P&gt;&lt;P&gt;2. get the list of operational layers (&lt;SPAN style="color: #ba2da2;"&gt;let&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; layers:[&lt;/SPAN&gt;AGSLayer&lt;SPAN style="color: #000000;"&gt;]! =&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ba2da2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;?.&lt;/SPAN&gt;map&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;operationalLayers&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ba2da2;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;! [&lt;/SPAN&gt;AGSLayer&lt;SPAN style="color: #000000;"&gt;]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;3. assigned in feature layer (&lt;SPAN style="color: #ba2da2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;?.&lt;/SPAN&gt;featureLayer1&lt;SPAN style="color: #000000;"&gt; = layers[&lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #ba2da2;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;! &lt;/SPAN&gt;AGSFeatureLayer)&lt;/P&gt;&lt;P&gt;4. applied filter (&lt;SPAN style="color: #ba2da2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;featureLayer5&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;definitionExpression&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #d12f1b;"&gt;"field='xxxx'"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;5. -------- No filter applied in the map ---------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me how to apply filter and filtered values should be changed in the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 01:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242235#M2292</guid>
      <dc:creator>MohamedMuzammil</dc:creator>
      <dc:date>2018-08-22T01:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: IOS swift - Webmap features access</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242236#M2293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/19183"&gt;Mohamed Muzammil&lt;/A&gt;‌ In step 4,&amp;nbsp;you are applying definitionExpression on featureLayer5. Are you trying to apply definition expression on featureLayer1 or featureLayer5?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242236#M2293</guid>
      <dc:creator>GarimaDhakal</dc:creator>
      <dc:date>2018-08-22T17:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: IOS swift - Webmap features access</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242237#M2294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your support. I got the answer with your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 13:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-webmap-features-access/m-p/242237#M2294</guid>
      <dc:creator>MohamedMuzammil</dc:creator>
      <dc:date>2018-09-07T13:25:40Z</dc:date>
    </item>
  </channel>
</rss>

