<?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: How to Read GEO database file .gdb for offline viewing in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-read-geo-database-file-gdb-for-offline/m-p/240589#M1569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcGIS Android API does not currently support reading or displaying file geodatabases.&amp;nbsp; The API does support Compact Cache format and Tile Package (*.tpk) formats.&amp;nbsp; The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/api/com/esri/android/map/ags/ArcGISLocalTiledLayer.html"&gt;ArcGISLocalTiledLayer&lt;/A&gt;&lt;SPAN&gt; class displays map content stored locally on your device when you do not have any network connectivity.&amp;nbsp; Additionally the API supports converting to/from JSON as a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/api/com/esri/core/map/FeatureSet.html"&gt;FeatureSet&lt;/A&gt;&lt;SPAN&gt; which can be stored locally on your device.&amp;nbsp; Please refer to the &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=4f02eed4a00b40cfb8c0149bd09f2b02"&gt;CreateLocalJsonFeatures&lt;/A&gt;&lt;SPAN&gt; sample for an example of working with offline JSON objects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2012 19:33:37 GMT</pubDate>
    <dc:creator>DanO_Neill</dc:creator>
    <dc:date>2012-10-12T19:33:37Z</dc:date>
    <item>
      <title>How to Read GEO database file .gdb for offline viewing</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-read-geo-database-file-gdb-for-offline/m-p/240588#M1568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to ArcGIS API for android development. I have some offline GEO database files on SD Card of my Android Device. Can i read it and display it on map using current api. Or ArcGIS sdk for android only supports Compact Cache Format to load local files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cant find any information on NET. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Farhan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 09:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-read-geo-database-file-gdb-for-offline/m-p/240588#M1568</guid>
      <dc:creator>FarhanQayum</dc:creator>
      <dc:date>2012-10-12T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read GEO database file .gdb for offline viewing</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-read-geo-database-file-gdb-for-offline/m-p/240589#M1569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcGIS Android API does not currently support reading or displaying file geodatabases.&amp;nbsp; The API does support Compact Cache format and Tile Package (*.tpk) formats.&amp;nbsp; The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/api/com/esri/android/map/ags/ArcGISLocalTiledLayer.html"&gt;ArcGISLocalTiledLayer&lt;/A&gt;&lt;SPAN&gt; class displays map content stored locally on your device when you do not have any network connectivity.&amp;nbsp; Additionally the API supports converting to/from JSON as a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/api/com/esri/core/map/FeatureSet.html"&gt;FeatureSet&lt;/A&gt;&lt;SPAN&gt; which can be stored locally on your device.&amp;nbsp; Please refer to the &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=4f02eed4a00b40cfb8c0149bd09f2b02"&gt;CreateLocalJsonFeatures&lt;/A&gt;&lt;SPAN&gt; sample for an example of working with offline JSON objects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-read-geo-database-file-gdb-for-offline/m-p/240589#M1569</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2012-10-12T19:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read GEO database file .gdb for offline viewing</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-read-geo-database-file-gdb-for-offline/m-p/240590#M1570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks dano for your reply and guidelines. I have some shape files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So This means the api does not support to read shape files also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I have seen that some peoples posted that how to read shape files from SD Card they have given sample codes also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried that one also but failed to load the shape files instead it draws only grid of lines and nothing else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have tested it successfully or any guideline it will be my pleasure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks supporting me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Farhan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 03:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-read-geo-database-file-gdb-for-offline/m-p/240590#M1570</guid>
      <dc:creator>FarhanQayum</dc:creator>
      <dc:date>2012-10-15T03:47:15Z</dc:date>
    </item>
  </channel>
</rss>

