<?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: AGSGeodatabase across multiple envelopes in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367291#M3180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's right, I can see 2 databases. One for each extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm looking for is to have a single database that can hold the data for both extents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to say "here's an existing database file, now *add* the features for this new extent" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 23:41:20 GMT</pubDate>
    <dc:creator>SimonFox</dc:creator>
    <dc:date>2015-04-24T23:41:20Z</dc:date>
    <item>
      <title>AGSGeodatabase across multiple envelopes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367289#M3178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a local geodatabase in my app, and the user can choose an envelope/extent across which to bring down data from the live server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I then want to pull down a second data set from a different envelope, the first data set gets erased. Seems I can only hold one envelope of data at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this call: &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;generateGeodatabaseWithParameters&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="s1"&gt;with useExisting set to YES. Every time I run the generate call, existing data gets removed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Any ideas? I need to have the user pull down data in chunks. Thanks for any thoughts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Simon.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 23:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367289#M3178</guid>
      <dc:creator>SimonFox</dc:creator>
      <dc:date>2015-04-22T23:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: AGSGeodatabase across multiple envelopes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367290#M3179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/122879"&gt;Simon Fox&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should not be the case. The name of the geodatabase is derived from the parameters you pass. And if you are changing the extent property in the parameters, the name of the new geodatabase will change. And it won't overwrite the previous one. So, from what you are doing right now you should have two different geodatabases on your device or simulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The `useExisting` property defines "&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif;"&gt;Whether or not to use an existing geodatabase on the device whose parameters match the one you are asking for".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif;"&gt;Tip: You can print the `path` property on the geodatabase. If running on simulator, you can simply open Finder and check the location for both geodatabases. Otherwise, if you are running on a device. You can connect the device to your machine. Then in Xcode, under Windows menu, select Devices. In the new window, select your device. Then under Installed Apps section, simply double click on your app and you should see the folder structure with all the files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif;"&gt;Let me know if this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif;"&gt;Gagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 22:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367290#M3179</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2015-04-24T22:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: AGSGeodatabase across multiple envelopes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367291#M3180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's right, I can see 2 databases. One for each extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm looking for is to have a single database that can hold the data for both extents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to say "here's an existing database file, now *add* the features for this new extent" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 23:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367291#M3180</guid>
      <dc:creator>SimonFox</dc:creator>
      <dc:date>2015-04-24T23:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: AGSGeodatabase across multiple envelopes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367292#M3181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats not supported right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would encourage you to visit the &lt;A href="http://ideas.arcgis.com/" title="http://ideas.arcgis.com/"&gt;Esri Arcgis Ideas | Ideas Submission Portal&lt;/A&gt; page and post your idea there. Explaining why it might be useful to have such a feature and how the current implementation does not allow you to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 20:45:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgeodatabase-across-multiple-envelopes/m-p/367292#M3181</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2015-04-28T20:45:41Z</dc:date>
    </item>
  </channel>
</rss>

