<?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: Adding a local geo-referenced image file in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543243#M13881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; I realize the world file is giving the coordinates of the top left pixel location, and then the number in the first and fourth are giving the size of each pixel.&amp;nbsp; However, how would could I get any of the other locations besides that top left?&amp;nbsp; In the live sample given that dbroux linked to, it gives the coordinates of the bottom left and top right locations of that video image.&amp;nbsp; Maybe there is some kind of equation I could use to get coordinates of another corner?&amp;nbsp; Seems like I would need to know how many pixels there are in height and width and not sure how I can get that info without special software.&amp;nbsp; Also, looks like I need the bottom left(southwest corner) and top right (northeast corner) based on the Silverlight example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2011 21:34:48 GMT</pubDate>
    <dc:creator>EricDaniel</dc:creator>
    <dc:date>2011-10-17T21:34:48Z</dc:date>
    <item>
      <title>Adding a local geo-referenced image file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543239#M13877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I'm not seeing any examples of doing this on the Sample SDK so I'm unsure on any direction to add a local geo-referenced image file such as a geo-jpeg.&amp;nbsp; Could anyone point me to a code sample or give me some direction on how I could do this using the Silverlight API?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 03:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543239#M13877</guid>
      <dc:creator>EricDaniel</dc:creator>
      <dc:date>2011-10-15T03:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local geo-referenced image file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543240#M13878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you look at this &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MediaLayer"&gt;sample&lt;/A&gt;&lt;SPAN&gt;? It's done with a video but may be an image as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543240#M13878</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-10-17T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local geo-referenced image file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543241#M13879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did see that sample but what's different about that is the lat/log geo-referenced coordinate info was added directly in the xaml code.&amp;nbsp; With a geo-referenced image, that information is typically in a world file or the image file itself.&amp;nbsp; So the key will be passing the coordinate information within the text world file to the Xaml code I guess to position the image correctly.&amp;nbsp; I imagine that should be possible but I don't know where to start.&amp;nbsp; He additional direction would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 16:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543241#M13879</guid>
      <dc:creator>EricDaniel</dc:creator>
      <dc:date>2011-10-17T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local geo-referenced image file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543242#M13880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're working with a world file, it's very simple. Refer to the &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/World_file"&gt;Wikipedia article&lt;/A&gt;&lt;SPAN&gt; on the world file and just set the coordinates of your polygon (represented by a picture fill symbol) with the coefficients in the world file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 19:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543242#M13880</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-10-17T19:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local geo-referenced image file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543243#M13881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; I realize the world file is giving the coordinates of the top left pixel location, and then the number in the first and fourth are giving the size of each pixel.&amp;nbsp; However, how would could I get any of the other locations besides that top left?&amp;nbsp; In the live sample given that dbroux linked to, it gives the coordinates of the bottom left and top right locations of that video image.&amp;nbsp; Maybe there is some kind of equation I could use to get coordinates of another corner?&amp;nbsp; Seems like I would need to know how many pixels there are in height and width and not sure how I can get that info without special software.&amp;nbsp; Also, looks like I need the bottom left(southwest corner) and top right (northeast corner) based on the Silverlight example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 21:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543243#M13881</guid>
      <dc:creator>EricDaniel</dc:creator>
      <dc:date>2011-10-17T21:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local geo-referenced image file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543244#M13882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The world file specifies rotation, and you can get h and w in pixels from system.drawing.image classes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 22:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/adding-a-local-geo-referenced-image-file/m-p/543244#M13882</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-10-17T22:50:10Z</dc:date>
    </item>
  </channel>
</rss>

