<?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 How to Perform Raster Mosaic using ArcGIS Run time in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747587#M9338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to perform Raster(dtd 2) Mosaic&amp;nbsp; using ArcGIS Run time Application. I have dtd2 files so need to Mosaic into one file for Analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2018 06:14:08 GMT</pubDate>
    <dc:creator>Siva_SankaraReddy_T</dc:creator>
    <dc:date>2018-02-23T06:14:08Z</dc:date>
    <item>
      <title>How to Perform Raster Mosaic using ArcGIS Run time</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747587#M9338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to perform Raster(dtd 2) Mosaic&amp;nbsp; using ArcGIS Run time Application. I have dtd2 files so need to Mosaic into one file for Analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 06:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747587#M9338</guid>
      <dc:creator>Siva_SankaraReddy_T</dc:creator>
      <dc:date>2018-02-23T06:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Perform Raster Mosaic using ArcGIS Run time</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747588#M9339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you are still looking for a solution, you can accomplish this by building a geoprocessing model in ArcMap or Pro and then creating a gpk for use in Runtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/author-and-publish-a-geoprocessing-model.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/author-and-publish-a-geoprocessing-model.htm"&gt;Author and publish a geoprocessing model—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/run-a-geoprocessing-task.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/run-a-geoprocessing-task.htm"&gt;Run a geoprocessing task—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747588#M9339</guid>
      <dc:creator>KeithGemeinhart1</dc:creator>
      <dc:date>2018-10-11T20:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Perform Raster Mosaic using ArcGIS Run time</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747589#M9340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the MosaicDatasetRaster class and its Create Method&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster_Create_1.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster_Create_1.htm"&gt;MosaicDatasetRaster.Create Method (String, String, SpatialReference)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After creation you'd then use the AddRastersAsync method:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster_AddRastersAsync.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_Rasters_MosaicDatasetRaster_AddRastersAsync.htm"&gt;MosaicDatasetRaster.AddRastersAsync Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 00:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747589#M9340</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-10-13T00:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Perform Raster Mosaic using ArcGIS Run time</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747590#M9341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool! I didn't know that existed in the runtime itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 15:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-perform-raster-mosaic-using-arcgis-run-time/m-p/747590#M9341</guid>
      <dc:creator>KeithGemeinhart1</dc:creator>
      <dc:date>2018-10-13T15:38:27Z</dc:date>
    </item>
  </channel>
</rss>

