<?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: load geotiff or other raster from a remote url in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126273#M3152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Almost! You have also to set the esri:ElementLayer.Envelope to the correct map coordinates for your image.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Nothing automatic. You have to adapt the envelope of your element to the map coordinates.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing this adaptation, are there any libraries I can make use of during calculation of this transformation between projections? Or am I on my own?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 12:55:37 GMT</pubDate>
    <dc:creator>devrim_barisacar</dc:creator>
    <dc:date>2011-07-06T12:55:37Z</dc:date>
    <item>
      <title>load geotiff or other raster from a remote url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126269#M3148</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;SPAN&gt;I am just evaluating silverlight for a project proposal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I load a raster image without using arcgis server(I have seen samples load from KML)?&amp;nbsp; For example from an URL like &lt;/SPAN&gt;&lt;A href="http://myserver.com/worldBackground.tiff"&gt;http://myserver.com/worldBackground.tiff&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126269#M3148</guid>
      <dc:creator>devrim_barisacar</dc:creator>
      <dc:date>2011-07-06T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: load geotiff or other raster from a remote url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126270#M3149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use an ElementLayer to display images or videos.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a sample here : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MediaLayer"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MediaLayer&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that Silverlight doesn't support tiff format though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So you will need either a 3rd party component or a conversion to a supported format (jpeg, png (no gif nor tiff)).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126270#M3149</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-07-06T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: load geotiff or other raster from a remote url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126271#M3150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Dominique.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not allowed to use the local ARCGIS Server for serving the world image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So my solution was to load this world image layer from a file or url.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I understand from the sample I will replace the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapps.esri.com/media/scec-shakeout-simulation-rt.wmv" rel="nofollow" target="_blank"&gt;http://serverapps.esri.com/media/scec-shakeout-simulation-rt.wmv&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;line with the url of the imagery and I will be done , correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I change the projection of the map, will this imagery also change projection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;baris&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use an ElementLayer to display images or videos.&lt;BR /&gt;There is a sample here : &lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MediaLayer"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MediaLayer&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Note that Silverlight doesn't support tiff format though.&lt;BR /&gt;So you will need either a 3rd party component or a conversion to a supported format (jpeg, png (no gif nor tiff)).&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 11:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126271#M3150</guid>
      <dc:creator>devrim_barisacar</dc:creator>
      <dc:date>2011-07-06T11:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: load geotiff or other raster from a remote url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126272#M3151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As far as I understand from the sample I will replace the &lt;BR /&gt;Source="http://serverapps.esri.com/media/scec-shakeout-simulation-rt.wmv"&lt;BR /&gt;line with the url of the imagery and I will be done , correct?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Almost! You have also to set the esri:ElementLayer.Envelope to the correct map coordinates for your image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If I change the projection of the map, will this imagery also change projection?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing automatic. You have to adapt the envelope of your element to the map coordinates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 12:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126272#M3151</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-07-06T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: load geotiff or other raster from a remote url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126273#M3152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Almost! You have also to set the esri:ElementLayer.Envelope to the correct map coordinates for your image.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Nothing automatic. You have to adapt the envelope of your element to the map coordinates.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing this adaptation, are there any libraries I can make use of during calculation of this transformation between projections? Or am I on my own?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 12:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126273#M3152</guid>
      <dc:creator>devrim_barisacar</dc:creator>
      <dc:date>2011-07-06T12:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: load geotiff or other raster from a remote url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126274#M3153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Doing this adaptation, are there any libraries I can make use of during calculation of this transformation between projections? Or am I on my own?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The most general answer is the Geometry service (sample here :&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the particular case of transformations between webmercator and geographical coordinates, you can use the WebMercator class : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Projection.WebMercator_members.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Projection.WebMercator_members.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing else is available at the client side (for the moment).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 13:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/load-geotiff-or-other-raster-from-a-remote-url/m-p/126274#M3153</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-07-06T13:07:29Z</dc:date>
    </item>
  </channel>
</rss>

