<?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: editing from text file in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247307#M2346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Rick,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the reply. I tried to follow the concept in OnlineOffline sample , but no luck yet. I couldn't understand why there are multiple write and read function&amp;nbsp; i.e, writeFeatureLayerDefinition, writeFeatureSet and writeAddedFeatures. I am very new to iOS development so can't everything in the sample. In my application I don't need to add or delete features, I just need update the features from textfile when get online.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to implement the writeAddedFeatures and readAddedFeatures function from OnlineOffline sample. I am able to write the features exactly given in the sample, but in my readAddedfeatures function IO am getting an error "-[AGSGraphic graphic] inrecoganized selector sent to instance 0x84cf270" and "Terminating due to uncaught exception 'NSInvalidArgumentEception'"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 13:56:00 GMT</pubDate>
    <dc:creator>VIKRANTKRISHNA</dc:creator>
    <dc:date>2012-06-15T13:56:00Z</dc:date>
    <item>
      <title>editing from text file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247304#M2343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create offline editing application. What I am doing is that storing comma separated features in a text file in offline mode and then want to read this text file when in online mode and update the feature layer. I have no idea how to read features from text file and apply updateFeatures function to the feature layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247304#M2343</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2012-06-14T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: editing from text file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247305#M2344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have a look at the OnlineOffline Editing sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should give you an idea of what to do. It uses JSON for the layer definition and data files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 15:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247305#M2344</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2012-06-14T15:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: editing from text file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247306#M2345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have a look at the OnlineOffline Editing sample.&lt;BR /&gt;&lt;BR /&gt;It should give you an idea of what to do. It uses JSON for the layer definition and data files.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Rick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the reply. I tried to follow the concept in OnlineOffline sample , but no luck yet. I couldn't understand why there are multiple write and read function&amp;nbsp; i.e, writeFeatureLayerDefinition, writeFeatureSet and writeAddedFeatures. I am very new to iOS development so can't everything in the sample. In my application I don't need to add or delete features, I just need update the features from textfile when get online.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 18:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247306#M2345</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2012-06-14T18:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: editing from text file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247307#M2346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Rick,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the reply. I tried to follow the concept in OnlineOffline sample , but no luck yet. I couldn't understand why there are multiple write and read function&amp;nbsp; i.e, writeFeatureLayerDefinition, writeFeatureSet and writeAddedFeatures. I am very new to iOS development so can't everything in the sample. In my application I don't need to add or delete features, I just need update the features from textfile when get online.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to implement the writeAddedFeatures and readAddedFeatures function from OnlineOffline sample. I am able to write the features exactly given in the sample, but in my readAddedfeatures function IO am getting an error "-[AGSGraphic graphic] inrecoganized selector sent to instance 0x84cf270" and "Terminating due to uncaught exception 'NSInvalidArgumentEception'"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 13:56:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247307#M2346</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2012-06-15T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: editing from text file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247308#M2347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From what I can tell, the AddedFeatures file is where the features added since you went offline would go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could change the read/write routines for them, or change your file to match.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you go Online, it checks for any added features, and updates the layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 14:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/editing-from-text-file/m-p/247308#M2347</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2012-06-19T14:09:36Z</dc:date>
    </item>
  </channel>
</rss>

