<?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 Rephrasing in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368159#M1814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I feel I might not have worded this question well enough to invoke a response. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for a suitable alternative to the element layer for loading a local geo-referenced image into wpf map.&amp;nbsp; We have a solution using a element layer however the z order cannot be set and we have no way of placing a element layer in the required order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 14:51:27 GMT</pubDate>
    <dc:creator>AaronMorrisett</dc:creator>
    <dc:date>2012-10-09T14:51:27Z</dc:date>
    <item>
      <title>Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368158#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having issues finding a suitable method of loading a rastered geotiff file into the accelerated layers collection.&amp;nbsp; My current method that works fine is to load the image into a ElementLayer as follows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var image = new BitmapImage(new Uri(filePath));
 var newLayer = new ElementLayer();
 var rect = new Rectangle();
 rect.SetValue(ESRI.ArcGIS.Client.ElementLayer.EnvelopeProperty, convertedEnvelope);
 rect.Fill = new ImageBrush(image);
 newLayer.Children.Add(rect);
_esriMap.Layers.Add(newLayer);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This method works fine except I have a accelerated layer collection that is rendering points from GPS readings that needs to be plotted on top of the rastered image.&amp;nbsp; The only work around I can find is to change the opacity of the Element Layer in order to at least show the points behind the layer.&amp;nbsp; This is a prefered method, I would like to be able to add the georeferenced image to a layer within my acceleratedLayers collection so I could set the layer order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I have not explained my situation well enough let me know and I'll attempt to reword it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aaron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 18:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368158#M1813</guid>
      <dc:creator>AaronMorrisett</dc:creator>
      <dc:date>2012-10-04T18:27:09Z</dc:date>
    </item>
    <item>
      <title>Rephrasing</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368159#M1814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I feel I might not have worded this question well enough to invoke a response. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for a suitable alternative to the element layer for loading a local geo-referenced image into wpf map.&amp;nbsp; We have a solution using a element layer however the z order cannot be set and we have no way of placing a element layer in the required order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 14:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368159#M1814</guid>
      <dc:creator>AaronMorrisett</dc:creator>
      <dc:date>2012-10-09T14:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368160#M1815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone have any insight into this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 22:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368160#M1815</guid>
      <dc:creator>AaronHigh</dc:creator>
      <dc:date>2013-04-22T22:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368161#M1816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm shooting from the hip (having never tried it), but would a dynamic layer not suit your purpose better??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 07:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368161#M1816</guid>
      <dc:creator>DavidMartin</dc:creator>
      <dc:date>2013-04-24T07:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368162#M1817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To add raster datasets directly to the map, as David suggested, you will need to go via an ArcGISLocalDynamicMapServiceLayer. The class name indicates what's going on here... it's local and the rendering is done dynamically by a map service - i.e. the raster is rendered to an image by the RuntimeLocalServer on your machine and the image is combined with other tiles/images/graphics as layers in the Map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These local dynamic map service layers need a seed Map Package (.MPK) created with ArcMap. If it's a predetermined raster that you will always add to your application then the best approach is to add the raster to an ArcMap document, and create a Map Package from that document which will include the raster in a nice, portable package. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you need a more adhoc approach then you'll need to effectively create a seed Map Package into which you can stuff raster datasets at runtime. When creating the Map Document for the MPK, you need to add at least one layer to make it valid - this could be a simple feature class such as a polygon layer representing the geographic extent of the coordinate system of the Map (e.g. from -180,-90 to 180,90 if you're working in WGS84). Or the layer could just be an empty Group Layer. And you should also set the coordinate system of the Map Document. Then "share" it as a Map Package, making sure you check the box to enable support for the ArcGIS Runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In code you then create a LocalMapService, add a dynamic workspace (the folder in which the raster resides), and create the ArcGISLocalDynamicMapServiceLayer, setting the EnableDynamicLayers property to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can add any shapefiles, rasters of geodatabase layers to that ArcGISLocalDynamicMapServiceLayer via the DynamicLayerInfos property... here's an example: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Add_Shapefiles_and_Rasters/02q20000004z000000/"&gt;http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Add_Shapefiles_and_Rasters/02q20000004z000000/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 15:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368162#M1817</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-04-24T15:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368163#M1818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to pass a memory stream to ArcGISLocalDynamicMapServiceLayer instead of the raster filename? I'm trying to avoid having to write the raster to disk and reading it back in...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 23:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368163#M1818</guid>
      <dc:creator>RyanNoble</dc:creator>
      <dc:date>2013-05-30T23:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368164#M1819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone answer my question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 17:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368164#M1819</guid>
      <dc:creator>RyanNoble</dc:creator>
      <dc:date>2013-06-03T17:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368165#M1820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you would need to implement your own DynamicLayer in order to achieve this. You could take a look at the HeatMapLayer in the Toolkit DataSources library (source code on codeplex - &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;http://esrisilverlight.codeplex.com/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 07:32:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368165#M1820</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-06-04T07:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368166#M1821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have tried this solution , but i guess it doesn't work with non-geo-referenced images , is there a solution for these type of images like normal BMP and JPG files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368166#M1821</guid>
      <dc:creator>mohscorpion</dc:creator>
      <dc:date>2016-06-07T13:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368167#M1822</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;If the images are not georeferenced, do you have other information which tells you where in the world they should be positioned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 14:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368167#M1822</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-06-07T14:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368168#M1823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have top left and bottom right , latitude and longitude . can i envelope and show it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 15:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368168#M1823</guid>
      <dc:creator>mohscorpion</dc:creator>
      <dc:date>2016-06-07T15:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368169#M1824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any tool in wpf sdk that i can use to convert normal image files to georeferenced ones?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368169#M1824</guid>
      <dc:creator>mohscorpion</dc:creator>
      <dc:date>2016-06-08T08:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368170#M1825</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;If you have the coordinates of the corners, can you create world file? &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/world-files-for-raster-datasets.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/world-files-for-raster-datasets.htm"&gt;World files for raster datasets—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368170#M1825</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-06-08T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368171#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i prefer not to create additional files , since i am a programmer not a gis expert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 09:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368171#M1826</guid>
      <dc:creator>mohscorpion</dc:creator>
      <dc:date>2016-06-11T09:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368172#M1827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there already written formulas based on raster size and lat/long of corners?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 13:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368172#M1827</guid>
      <dc:creator>mohscorpion</dc:creator>
      <dc:date>2016-06-11T13:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368173#M1828</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;This is the basic formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's just a text file based on the file extension of the image e.g. tfw, pgw, etc. Google will help there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of the file are 6 lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.000000000000  (size of pixel in x direction)&lt;/P&gt;&lt;P&gt;0.000000000000  (rotation term for row)&lt;/P&gt;&lt;P&gt;0.000000000000  (rotation term for column)&lt;/P&gt;&lt;P&gt;-5.000000000000 (size of pixel in y direction)&lt;/P&gt;&lt;P&gt;492169.690845528910     (x coordinate of centre of upper left pixel in map units)&lt;/P&gt;&lt;P&gt;5426523.318065105000    (y coordinate of centre of upper left pixel in map units)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 16:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368173#M1828</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-06-11T16:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading raster images into accelerated layers.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368174#M1829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much indeed, it worked!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 07:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/loading-raster-images-into-accelerated-layers/m-p/368174#M1829</guid>
      <dc:creator>mohscorpion</dc:creator>
      <dc:date>2016-06-15T07:16:13Z</dc:date>
    </item>
  </channel>
</rss>

