<?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: Geodatabase.getPath() in Quartz? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592405#M4090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex, Yes we have situations when pointed at a webmap for download where we have an array list of geodatabases. &amp;nbsp;Each GDB used by the app has a subdirectory that incorporates a guid value in the naming convention of the sub directory. &amp;nbsp;Thus the need to pull that information from the GDB. &amp;nbsp;Was hoping to avoid the extra hassle of having to store this information in a separate file. &amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 9.0pt;"&gt;&lt;SPAN style="background-color: #ffe4ff;"&gt;syncGDBFromGDBArray is an integer of course.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;public static final &lt;/SPAN&gt;ArrayList&amp;lt;Geodatabase&amp;gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;localGDBs &lt;/SPAN&gt;= &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ArrayList&amp;lt;&amp;gt;();&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 9.0pt;"&gt;String localGdbFilePath = &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;localGDBs&lt;/SPAN&gt;.get(&lt;SPAN style="color: #660e7a;"&gt;syncGDBFromGDBArray&lt;/SPAN&gt;).getPath();&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 20:54:08 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2017-07-27T20:54:08Z</dc:date>
    <item>
      <title>Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592403#M4088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am noticing that there is no longer the option in Quartz to get the path of a Geodatatabase via Geodatabase.getPath(). &amp;nbsp;This is some very useful functionality to keep track of where the active GDB in a mapview is located on the file system. &amp;nbsp;How would I be able to pull this information in Quartz?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592403#M4088</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-07-27T20:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592404#M4089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you instantiating the Geodatabase object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using more than one Geodatabase at a time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592404#M4089</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-27T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592405#M4090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex, Yes we have situations when pointed at a webmap for download where we have an array list of geodatabases. &amp;nbsp;Each GDB used by the app has a subdirectory that incorporates a guid value in the naming convention of the sub directory. &amp;nbsp;Thus the need to pull that information from the GDB. &amp;nbsp;Was hoping to avoid the extra hassle of having to store this information in a separate file. &amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 9.0pt;"&gt;&lt;SPAN style="background-color: #ffe4ff;"&gt;syncGDBFromGDBArray is an integer of course.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;public static final &lt;/SPAN&gt;ArrayList&amp;lt;Geodatabase&amp;gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;localGDBs &lt;/SPAN&gt;= &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ArrayList&amp;lt;&amp;gt;();&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 9.0pt;"&gt;String localGdbFilePath = &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;localGDBs&lt;/SPAN&gt;.get(&lt;SPAN style="color: #660e7a;"&gt;syncGDBFromGDBArray&lt;/SPAN&gt;).getPath();&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592405#M4090</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-07-27T20:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592406#M4091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I think this might work, although I am not at a point where I can build this monstrous Android Studio Project. &amp;nbsp;Alex can you verify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use toString() in 10.2.9 it does give me the path as part of the returned string...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;String localGdbFilePath = &lt;SPAN style="color: #660e7a; border: 0px; font-weight: bold; font-size: 12px;"&gt;localGDBs&lt;/SPAN&gt;.get(&lt;SPAN style="color: #660e7a; border: 0px; font-weight: inherit; font-size: 12px;"&gt;syncGDBFromGDBArray&lt;/SPAN&gt;).toString();

in 10.2.9 this returns...

Geodatabase [gdbPath=/storage/9016-4EF8/Android/data/gov.s1.s1mobile/Edit_Data/ParkFeatures_c50477c5-6bf8-4763-a809-cbdf56580edf/ParkFeatures.geodatabase]

Does this return the same value in Quartz?&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592406#M4091</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T01:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592407#M4092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I get a chance soon, I can try to test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:11:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592407#M4092</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-28T13:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592408#M4093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it returns :&lt;BR /&gt;com.esri.arcgisruntime.data.Geodatabase@2f176e90&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2017 16:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592408#M4093</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-30T16:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592409#M4094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm any thoughts on how this could be accomplished?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 22:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592409#M4094</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-07-31T22:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase.getPath() in Quartz?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592410#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you go a little more into your use case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geodatabase-getpath-in-quartz/m-p/592410#M4095</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-08-02T13:59:48Z</dc:date>
    </item>
  </channel>
</rss>

