<?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 Offline ArcGISScene? in 3D Mapping Questions</title>
    <link>https://community.esri.com/t5/3d-mapping-questions/offline-arcgisscene/m-p/812021#M364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing an Android app for 3D map display using ArcGIS runtime 100.3 sdk for Android. But i can't connect to internet. I am trying to use downloaded tiff/dem files as base map. But it is not showing in 3D.&amp;nbsp; This is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #000000; font-family: 'Courier New'; font-size: 12.0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;scene = new ArcGISScene();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;String path = Environment.getExternalStorageDirectory().getPath()+"/map.tif";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;Raster myRaster = new Raster(path);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;RasterLayer newRasterLayer = new RasterLayer(myRaster);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;Basemap basemap = new Basemap(newRasterLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;scene.setBasemap(basemap);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #000000; font-family: 'Courier New'; font-size: 12.0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;mSceneView = (SceneView) findViewById(R.id.sceneView);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;mSceneView.setScene(scene);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #000000; font-family: 'Courier New'; font-size: 12.0pt;"&gt;&lt;/P&gt;&lt;P&gt;I tried to add as operational layer also. But didn't work. I searched online but didn't get the way to use map offline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i display 3D map using ArcGIS scene without internet? Is it possible to use locally downloaded map files?&lt;/P&gt;&lt;P&gt;If possible what kind of format should i use? Kindly provide sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Sep 2018 04:40:42 GMT</pubDate>
    <dc:creator>RajaguruK</dc:creator>
    <dc:date>2018-09-08T04:40:42Z</dc:date>
    <item>
      <title>Offline ArcGISScene?</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/offline-arcgisscene/m-p/812021#M364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing an Android app for 3D map display using ArcGIS runtime 100.3 sdk for Android. But i can't connect to internet. I am trying to use downloaded tiff/dem files as base map. But it is not showing in 3D.&amp;nbsp; This is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #000000; font-family: 'Courier New'; font-size: 12.0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;scene = new ArcGISScene();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;String path = Environment.getExternalStorageDirectory().getPath()+"/map.tif";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;Raster myRaster = new Raster(path);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;RasterLayer newRasterLayer = new RasterLayer(myRaster);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;Basemap basemap = new Basemap(newRasterLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;scene.setBasemap(basemap);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #000000; font-family: 'Courier New'; font-size: 12.0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;mSceneView = (SceneView) findViewById(R.id.sceneView);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: andale mono, monospace;"&gt;mSceneView.setScene(scene);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #000000; font-family: 'Courier New'; font-size: 12.0pt;"&gt;&lt;/P&gt;&lt;P&gt;I tried to add as operational layer also. But didn't work. I searched online but didn't get the way to use map offline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i display 3D map using ArcGIS scene without internet? Is it possible to use locally downloaded map files?&lt;/P&gt;&lt;P&gt;If possible what kind of format should i use? Kindly provide sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Sep 2018 04:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/offline-arcgisscene/m-p/812021#M364</guid>
      <dc:creator>RajaguruK</dc:creator>
      <dc:date>2018-09-08T04:40:42Z</dc:date>
    </item>
  </channel>
</rss>

