<?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 Local Data and Licensing Levels in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/local-data-and-licensing-levels/m-p/237733#M2819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some guidance about what some of the licensing levels mean in practical terms. I'll try to be direct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are some things added in the Standard licensing (which I don't currently enjoy, I'm in Lite).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Access to additional data&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="color: #4c4c4c; background-color: #ffffff; font-weight: 300; font-size: 15.9375px; margin-left: 0.775rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Local raster layers&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Local raster elevation sources&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;ArcGIS Runtime raster functions (for local rasters and rasters from image services)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So does this mean:&lt;/P&gt;&lt;P&gt;A. I can use the &lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_RasterLayer__ctor.htm" style="color: #03697a; text-decoration: none;"&gt;RasterLayer(Item)&lt;/A&gt;&amp;nbsp;and RasterLayer(Raster) because they use Raster services, but I could not use the Constructor RasterLayer(String path) because it is a "&lt;SPAN style="color: #000000;"&gt;Local path to a raster data source." I could also not use the Raster(string) construction because it is a Raster source. Therefore I could not expect to display a Geotiff that is on the mobile device storage. Right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;B. &amp;nbsp;I guess this means I couldn't use RasterElevationSource because it takes a list of filenames. So I couldn't just download a bunch of elevation files from Nasa and use them. &amp;nbsp;I could, however, use&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_ArcGISTiledElevationSource__ctor_3.htm" style="color: #03697a; text-decoration: none;"&gt;ArcGISTiledElevationSource(Uri)&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_ArcGISTiledElevationSource__ctor_2.htm" style="color: #03697a; text-decoration: none;"&gt;ArcGISTiledElevationSource(Item)&lt;/A&gt;. But what about&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_ArcGISTiledElevationSource__ctor_1.htm" style="color: #03697a; text-decoration: none;"&gt;ArcGISTiledElevationSource(TileCache)&lt;/A&gt;? That could presumably read from a TPK file, and I could get that from an ArcGIS Desktop user. Or maybe even find an ElevationSource that supports export?&lt;/P&gt;&lt;P&gt;Without that, it would be impossible to look up elevation or do 3D terrain views offline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;C. Does that third part mean I can't use anything in the&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;Esri.ArcGISRuntime.Rasters namespace?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 20:23:50 GMT</pubDate>
    <dc:creator>NathanMellor</dc:creator>
    <dc:date>2017-09-08T20:23:50Z</dc:date>
    <item>
      <title>Local Data and Licensing Levels</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/local-data-and-licensing-levels/m-p/237733#M2819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some guidance about what some of the licensing levels mean in practical terms. I'll try to be direct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are some things added in the Standard licensing (which I don't currently enjoy, I'm in Lite).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Access to additional data&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="color: #4c4c4c; background-color: #ffffff; font-weight: 300; font-size: 15.9375px; margin-left: 0.775rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Local raster layers&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Local raster elevation sources&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;ArcGIS Runtime raster functions (for local rasters and rasters from image services)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So does this mean:&lt;/P&gt;&lt;P&gt;A. I can use the &lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_RasterLayer__ctor.htm" style="color: #03697a; text-decoration: none;"&gt;RasterLayer(Item)&lt;/A&gt;&amp;nbsp;and RasterLayer(Raster) because they use Raster services, but I could not use the Constructor RasterLayer(String path) because it is a "&lt;SPAN style="color: #000000;"&gt;Local path to a raster data source." I could also not use the Raster(string) construction because it is a Raster source. Therefore I could not expect to display a Geotiff that is on the mobile device storage. Right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;B. &amp;nbsp;I guess this means I couldn't use RasterElevationSource because it takes a list of filenames. So I couldn't just download a bunch of elevation files from Nasa and use them. &amp;nbsp;I could, however, use&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_ArcGISTiledElevationSource__ctor_3.htm" style="color: #03697a; text-decoration: none;"&gt;ArcGISTiledElevationSource(Uri)&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_ArcGISTiledElevationSource__ctor_2.htm" style="color: #03697a; text-decoration: none;"&gt;ArcGISTiledElevationSource(Item)&lt;/A&gt;. But what about&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/android/api-reference//html/M_Esri_ArcGISRuntime_Mapping_ArcGISTiledElevationSource__ctor_1.htm" style="color: #03697a; text-decoration: none;"&gt;ArcGISTiledElevationSource(TileCache)&lt;/A&gt;? That could presumably read from a TPK file, and I could get that from an ArcGIS Desktop user. Or maybe even find an ElevationSource that supports export?&lt;/P&gt;&lt;P&gt;Without that, it would be impossible to look up elevation or do 3D terrain views offline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;C. Does that third part mean I can't use anything in the&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;Esri.ArcGISRuntime.Rasters namespace?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 20:23:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/local-data-and-licensing-levels/m-p/237733#M2819</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-09-08T20:23:50Z</dc:date>
    </item>
  </channel>
</rss>

