<?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: Identify Task for offline geodatabase in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-task-for-offline-geodatabase/m-p/574608#M7033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using &lt;STRONG&gt;FeatureLayers&lt;/STRONG&gt; from geodatabase, you execute &lt;SPAN style="color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12.222222328186px;"&gt;&lt;STRONG&gt;QueryAsync&lt;/STRONG&gt; &lt;/SPAN&gt;against your layer with &lt;STRONG&gt;SpatialQueryFilter&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample : &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/FeatureLayers/FeatureLayerSelection.xaml.cs" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/FeatureLayers/FeatureLayerSelection.xaml.cs"&gt;arcgis-runtime-samples-dotnet/FeatureLayerSelection.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 17:31:49 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2014-12-10T17:31:49Z</dc:date>
    <item>
      <title>Identify Task for offline geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-task-for-offline-geodatabase/m-p/574607#M7032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the samples provided, the URI points to external map service below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="highlight-comment"&gt;// Create a Uri that points to the public ESRI ArcGIS Server map service with the 'Identify' operation supported.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; System.Uri myUri = &lt;SPAN class="highlight-keyword"&gt;new&lt;/SPAN&gt; System.Uri(&lt;SPAN class="highlight-literal"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="highlight-comment"&gt;// Create a new Query.IdentifyTask using the ArcGIS Server map service. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Esri.ArcGISRuntime.Tasks.Query.IdentifyTask myIdentifyTask = &lt;SPAN class="highlight-keyword"&gt;new&lt;/SPAN&gt; Esri.ArcGISRuntime.Tasks.Query.IdentifyTask(myUri);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on offline map that uses runtime geodatabase. How do I use Identify Task for offline map.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 17:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-task-for-offline-geodatabase/m-p/574607#M7032</guid>
      <dc:creator>JoshuaBirappagari</dc:creator>
      <dc:date>2014-12-10T17:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task for offline geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-task-for-offline-geodatabase/m-p/574608#M7033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using &lt;STRONG&gt;FeatureLayers&lt;/STRONG&gt; from geodatabase, you execute &lt;SPAN style="color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12.222222328186px;"&gt;&lt;STRONG&gt;QueryAsync&lt;/STRONG&gt; &lt;/SPAN&gt;against your layer with &lt;STRONG&gt;SpatialQueryFilter&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample : &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/FeatureLayers/FeatureLayerSelection.xaml.cs" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/FeatureLayers/FeatureLayerSelection.xaml.cs"&gt;arcgis-runtime-samples-dotnet/FeatureLayerSelection.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 17:31:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-task-for-offline-geodatabase/m-p/574608#M7033</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2014-12-10T17:31:49Z</dc:date>
    </item>
  </channel>
</rss>

