<?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: Adding FeatureLayer data without a map in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/adding-featurelayer-data-without-a-map/m-p/408057#M2023</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;You can work with FeatureLayer without map but you need to define mode to Snapshot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; this.targetService = new&lt;SPAN style="color: #000000; font-family: Consolas;"&gt; &lt;/SPAN&gt;FeatureLayer&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;{&lt;/SPAN&gt;
&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Url = @"&lt;A href="http://services.arcgis.com/4PuGhqdWG1FwH2Yk/ArcGIS/rest/services/DemoCyclingRoutesFinland/FeatureServer/0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://services.arcgis.com/4PuGhqdWG1FwH2Yk/ArcGIS/rest/services/DemoCyclingRoutesFinland/FeatureServer/0&lt;/A&gt;",&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;
&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode = FeatureLayer.QueryMode.Snapshot&lt;/SPAN&gt;
&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;};
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 18:33:23 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2021-12-11T18:33:23Z</dc:date>
    <item>
      <title>Adding FeatureLayer data without a map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/adding-featurelayer-data-without-a-map/m-p/408056#M2022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working on a mobile tablet application that spends most of the time disconnected from the internet. When the application is connected to the internet, it's supposed to query and add data to a FeatureService. Is there a way to query/edit data in a FeatureLayer without adding the layer to a map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the 10.1 WPF SDK, and the client will not be upgrading to 10.2 servers for a while, so I can't use disconnected editing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 17:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/adding-featurelayer-data-without-a-map/m-p/408056#M2022</guid>
      <dc:creator>KenDoman</dc:creator>
      <dc:date>2013-09-10T17:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding FeatureLayer data without a map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/adding-featurelayer-data-without-a-map/m-p/408057#M2023</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;You can work with FeatureLayer without map but you need to define mode to Snapshot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; this.targetService = new&lt;SPAN style="color: #000000; font-family: Consolas;"&gt; &lt;/SPAN&gt;FeatureLayer&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;{&lt;/SPAN&gt;
&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Url = @"&lt;A href="http://services.arcgis.com/4PuGhqdWG1FwH2Yk/ArcGIS/rest/services/DemoCyclingRoutesFinland/FeatureServer/0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://services.arcgis.com/4PuGhqdWG1FwH2Yk/ArcGIS/rest/services/DemoCyclingRoutesFinland/FeatureServer/0&lt;/A&gt;",&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;
&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode = FeatureLayer.QueryMode.Snapshot&lt;/SPAN&gt;
&lt;SPAN style="color: #000000; font-family: Consolas;"&gt;};
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/adding-featurelayer-data-without-a-map/m-p/408057#M2023</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2021-12-11T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding FeatureLayer data without a map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/adding-featurelayer-data-without-a-map/m-p/408058#M2024</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;You'll also need to handle the UpdateCompleted event to know that the feature layer actually contains data. See this thread for more information: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/43853-How-to-edit-a-table-from-local-map-package"&gt;http://forums.arcgis.com/threads/43853-How-to-edit-a-table-from-local-map-package&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 07:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/adding-featurelayer-data-without-a-map/m-p/408058#M2024</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-09-11T07:51:16Z</dc:date>
    </item>
  </channel>
</rss>

