<?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: What is the equivalent of QueryTask in v100.1? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373951#M2496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;A class="link-titled" href="http://sampleserver5.arcgisonline.com/arcgis/rest/services/Energy/HSEC/MapServer" title="http://sampleserver5.arcgisonline.com/arcgis/rest/services/Energy/HSEC/MapServer"&gt;Energy/HSEC (MapServer)&lt;/A&gt;&amp;nbsp;&amp;nbsp;for testing right now.&lt;/P&gt;&lt;P&gt;Am I bound to use only a Point with tolerance or can I use a Polygon for the selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to execute a search on the image layer, what should I use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 14:32:56 GMT</pubDate>
    <dc:creator>FrancisGagne</dc:creator>
    <dc:date>2017-08-02T14:32:56Z</dc:date>
    <item>
      <title>What is the equivalent of QueryTask in v100.1?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373949#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to identify the features in a ArcGISMapImageServiceLayer.&lt;/P&gt;&lt;P&gt;In 10.2.8 I was using QueryTask to query services, but it's been removed in 100 and I cannot seem to find the equivalent. There's no sample code either.&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, 02 Aug 2017 13:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373949#M2494</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2017-08-02T13:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent of QueryTask in v100.1?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373950#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a guide here on how to identify layers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/identify-features.htm" title="https://developers.arcgis.com/android/latest/guide/identify-features.htm"&gt;Identify features—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, you can use GeoView.identidyLayerAsync Method to identify features:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Flatest%2Fapi-reference%2Freference%2Fcom%2Fesri%2Farcgisruntime%2Fmapping%2Fview%2FGeoView.html%23identifyLayerAsync%28com.esri.arcgisruntime.layers.Layer" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/GeoView.html#identifyLayerAsync(com.esri.arcgisruntime.layers.Layer&lt;/A&gt;&lt;SPAN&gt;, android.graphics.Point, double, boolean, int)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layer you are working with is a MapServer layer like :&amp;nbsp;&lt;A class="link-titled" href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/MapServer" title="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/MapServer"&gt;Wildfire (MapServer)&lt;/A&gt;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373950#M2495</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-08-02T13:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent of QueryTask in v100.1?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373951#M2496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;A class="link-titled" href="http://sampleserver5.arcgisonline.com/arcgis/rest/services/Energy/HSEC/MapServer" title="http://sampleserver5.arcgisonline.com/arcgis/rest/services/Energy/HSEC/MapServer"&gt;Energy/HSEC (MapServer)&lt;/A&gt;&amp;nbsp;&amp;nbsp;for testing right now.&lt;/P&gt;&lt;P&gt;Am I bound to use only a Point with tolerance or can I use a Polygon for the selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to execute a search on the image layer, what should I use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 14:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373951#M2496</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2017-08-02T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent of QueryTask in v100.1?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373952#M2497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selection or identify?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Selection can be accomplished by changing the touch listener and using the area created from the touch listener to select features in that area by using a query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 20:06:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373952#M2497</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-08-02T20:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent of QueryTask in v100.1?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373953#M2498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, when I identify, I also want to select the features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The on tap is good with the&amp;nbsp;mapView.&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;identifyLayersAsync as you mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;The problem with the selection is what do I do with my polygon to send it to the service so I can select and identify everything in it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;I also want to search features in a certain image layer. How do I do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 20:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373953#M2498</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2017-08-02T20:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent of QueryTask in v100.1?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373954#M2499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The image layer is a tiled layer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you create the tiled layer in ArcGIS Online from a feature service / map service? &amp;nbsp;How ArcGIS Online handles this is that it stores the map service behind the scenes and then queries that services instead. &amp;nbsp;We are aware that the runtime at this point does not match that capability, but we hope on getting it addressed in the near future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 20:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-equivalent-of-querytask-in-v100-1/m-p/373954#M2499</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-08-02T20:21:57Z</dc:date>
    </item>
  </channel>
</rss>

