<?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: Local Edit Delegate method in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141056#M1305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The editing methods (saveFeature:error:, and deleteFeature:error:) on AGSGDBFeatureTable are synchronous. They block until the edit is complete and return an error by reference if a problem was encountered. Hence, there is no need for a delegate. Once these methods finish, you can assume the edit has been applied to the local geodatabase (open transactions notwithstanding).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 23:56:06 GMT</pubDate>
    <dc:creator>DiveshGoyal</dc:creator>
    <dc:date>2014-04-15T23:56:06Z</dc:date>
    <item>
      <title>Local Edit Delegate method</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141055#M1304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a delegate method equivalent to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-(void)featureLayer:(AGSFeatureLayer *)featureLayer operation:(NSOperation *)op didFeatureEditsWithResults:(AGSFeatureLayerEditResults *)editResults{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;available for local geodatabase edits. To know when geodatabase feature table edits is successful?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vikrant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 19:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141055#M1304</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2014-04-14T19:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Local Edit Delegate method</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141056#M1305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The editing methods (saveFeature:error:, and deleteFeature:error:) on AGSGDBFeatureTable are synchronous. They block until the edit is complete and return an error by reference if a problem was encountered. Hence, there is no need for a delegate. Once these methods finish, you can assume the edit has been applied to the local geodatabase (open transactions notwithstanding).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 23:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141056#M1305</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-04-15T23:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Local Edit Delegate method</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141057#M1306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the answer Devesh. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two parcel layers, submitting info for feature on first layer copies feature into second layer, and feature needs to be deleted from first&amp;nbsp; layer. If executing addFeature and deleteFeature one after another, will cause issues if any one of them get error out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way is to revert the operation in case of error, do you think this is my best option?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vikrant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 13:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141057#M1306</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2014-04-16T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Local Edit Delegate method</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141058#M1307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The API supports transactions through AGSGDBTransaction. You can use this to rollback one of the edits if the other one fails.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 00:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/local-edit-delegate-method/m-p/141058#M1307</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-04-25T00:28:52Z</dc:date>
    </item>
  </channel>
</rss>

