<?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: View all raster map tile without using mosaic in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/view-all-raster-map-tile-without-using-mosaic/m-p/398069#M4719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create mosaic datasets on the fly in runtime:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster.htm"&gt;https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure you GeoTiff have overlays generated for optimal performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2019 23:54:10 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2019-03-12T23:54:10Z</dc:date>
    <item>
      <title>View all raster map tile without using mosaic</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/view-all-raster-map-tile-without-using-mosaic/m-p/398068#M4718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I in process of trying ArcGIS product. I try to view all the 196 tile of raster map in geotiff format. I search on internet but i can't seem to find a way to make me display the map tile. Almost all of them need to convert to mosaic using ArcGIS desktop. My program require is that user can insert map on the fly and display the map, without need to use ArcGIS desktop. I able to view about 48 map tile that will cause slightly slower performance on program but when try to display all the map it will make the program not responding. Is there solution that i can use without using ArcGIS desktop just using the SDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;string path = @"C:\Users\User\Downloads\countries_shp\countries.shp";&lt;/P&gt;&lt;P&gt;List myRasterlist = new List();&lt;/P&gt;&lt;P&gt;private async void Initialize()&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;MyMapView.Map = new Map(new SpatialReference(4326));&lt;/P&gt;&lt;P&gt;MyMapView.GraphicsOverlays.Add(new GraphicsOverlay());&lt;/P&gt;&lt;P&gt;foreach (string filepath in Directory.EnumerateFiles(@"C:\Users\User\Desktop\User Stuff\Map Data\RASTER", "*.tif")) { myRasterlist.Add(new Raster(filepath)); }&lt;/P&gt;&lt;P&gt;List myRasterlayerlist = new List();&lt;/P&gt;&lt;P&gt;myRasterlist.ForEach(x =&amp;gt; { myRasterlayerlist.Add(new RasterLayer(x)); });&lt;/P&gt;&lt;P&gt;ShapefileFeatureTable myShapefile = await ShapefileFeatureTable.OpenAsync(path);&lt;/P&gt;&lt;P&gt;FeatureLayer newFeatureLayer = new FeatureLayer(myShapefile);&lt;/P&gt;&lt;P&gt;MyMapView.Map.OperationalLayers.Add(newFeatureLayer);&lt;/P&gt;&lt;P&gt;myRasterlayerlist.ForEach(x =&amp;gt; { MyMapView.Map.OperationalLayers.Add(x); });&lt;/P&gt;&lt;P&gt;await MyMapView.Map.LoadAsync();&lt;/P&gt;&lt;P&gt;MyMapView.SetViewpoint(new Viewpoint(4.475785,101.925272,3000000));&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/view-all-raster-map-tile-without-using-mosaic/m-p/398068#M4718</guid>
      <dc:creator>MohamadFathin</dc:creator>
      <dc:date>2019-03-12T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: View all raster map tile without using mosaic</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/view-all-raster-map-tile-without-using-mosaic/m-p/398069#M4719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create mosaic datasets on the fly in runtime:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster.htm"&gt;https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure you GeoTiff have overlays generated for optimal performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 23:54:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/view-all-raster-map-tile-without-using-mosaic/m-p/398069#M4719</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-03-12T23:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: View all raster map tile without using mosaic</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/view-all-raster-map-tile-without-using-mosaic/m-p/398070#M4720</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/3050"&gt;Morten Nielsen&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for a reply. Is there any example from ArcGIS that i can use for reference?&amp;nbsp;&lt;/P&gt;&lt;P&gt;From this &lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/add-raster-data.htm"&gt;Add raster data—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&amp;nbsp;&lt;/A&gt;it show to get the mosaic dataset from server. Can I create the mosaic dataset locally&amp;nbsp; on the fly in runtime?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 03:12:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/view-all-raster-map-tile-without-using-mosaic/m-p/398070#M4720</guid>
      <dc:creator>MohamadFathin</dc:creator>
      <dc:date>2019-03-13T03:12:29Z</dc:date>
    </item>
  </channel>
</rss>

