<?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: UTM to Latitude and Longitude in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122758#M3064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a sample on how to use a geometry server for projecting coordinates : &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;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But, if your coordinates are geographical, you should not need a geometry server. 'GeographicToWebMercator' should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Try debugging the input and the output values of GeographicWebMercator. This could give a clue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, it might happen that the coordinates are reversed (Latitude/Longitude instead of Longitude/Latitude).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2011 11:25:43 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-05-16T11:25:43Z</dc:date>
    <item>
      <title>UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122753#M3059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone, id really appreciate some help understanding how to place the data in these shape files onto the ArcGIS control. The values are in utm but the ArcGIS control with Bing Imagery uses Web Mercator (i assume these are not the same?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is there some form of way of placing objects over the map without using a canvas?&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>Sat, 14 May 2011 17:06:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122753#M3059</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2011-05-14T17:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122754#M3060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi everyone, id really appreciate some help understanding how to place the data in these shape files onto the ArcGIS control. The values are in utm but the ArcGIS control with Bing Imagery uses Web Mercator (i assume these are not the same?)&lt;BR /&gt;&lt;BR /&gt;Also, is there some form of way of placing objects over the map without using a canvas?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There might a better way but I did the same kind of thing in my current project by using the geometry service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The service has a Project method that accepts list of graphics that needs to be projects along with in spatial reference and out spatial reference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2011 17:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122754#M3060</guid>
      <dc:creator>IgressT</dc:creator>
      <dc:date>2011-05-15T17:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122755#M3061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There might a better way but I did the same kind of thing in my current project by using the geometry service. &lt;BR /&gt;The service has a Project method that accepts list of graphics that needs to be projects along with in spatial reference and out spatial reference.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi and thanks for your reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found out how to add items over the map, however i am now having some difficulty with projections. I am trying to get to place TIGER road vector data over the ArcGIS control which is using Bing Aerial Imagery. I am using GeographicToWebMercator() on each point found in the shape file to convert it from unprojected lat long to mercator projection, however this is horribly displaced and wont be of much use this way. Is there some better method that i am not aware of? Or is it something i cannot avoid?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using to data found on ArcGIS site:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://arcdata.esri.com/data/tiger2000/tiger_download.cfm"&gt;http://arcdata.esri.com/data/tiger2000/tiger_download.cfm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2011 18:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122755#M3061</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2011-05-15T18:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122756#M3062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From your first post, the coordinates are in UTM. In this case GeographicToWebMercator doesn't help and the only option is the geometry server (or to write by yourself the conversion code at the client side)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 06:39:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122756#M3062</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-05-16T06:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122757#M3063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;From your first post, the coordinates are in UTM. In this case GeographicToWebMercator doesn't help and the only option is the geometry server (or to write by yourself the conversion code at the client side)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, it is true that in my first post i was using data in UTM, however i have now changed to using TIGER vector data which seems to be in unprojected latitude and longitude (see the link i sent).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant seem to find this geometry server, is it in the library reference? How and what exactly is it used for? Sorry for my lack of knowledge in this area, but im still kind of new &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 08:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122757#M3063</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2011-05-16T08:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122758#M3064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a sample on how to use a geometry server for projecting coordinates : &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;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But, if your coordinates are geographical, you should not need a geometry server. 'GeographicToWebMercator' should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Try debugging the input and the output values of GeographicWebMercator. This could give a clue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, it might happen that the coordinates are reversed (Latitude/Longitude instead of Longitude/Latitude).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 11:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122758#M3064</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-05-16T11:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122759#M3065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is a sample on how to use a geometry server for projecting coordinates : &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;BR /&gt; &lt;BR /&gt;But, if your coordinates are geographical, you should not need a geometry server. 'GeographicToWebMercator' should work.&lt;BR /&gt;Try debugging the input and the output values of GeographicWebMercator. This could give a clue.&lt;BR /&gt; &lt;BR /&gt;For example, it might happen that the coordinates are reversed (Latitude/Longitude instead of Longitude/Latitude).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;well thats the method im using for converting the values and it still seems to give me offset results. The shape and topology of the vectors are correct but they do not "align" well with the imagery which gives me the impression i am doing something wrong in terms of a projection. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone do me a huge favor and confirm for me whether the coordinates used in the TIGER files are geographic coordinates? Are they stored under some projection that i am no aware of? ( i cant seem to find a .prj file with the shape files so i assumed they were unprojected)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 14:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122759#M3065</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2011-05-16T14:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122760#M3066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;well thats the method im using for converting the values and it still seems to give me offset results. The shape and topology of the vectors are correct but they do not "align" well with the imagery which gives me the impression i am doing something wrong in terms of a projection. &lt;BR /&gt;&lt;BR /&gt;Could someone do me a huge favor and confirm for me whether the coordinates used in the TIGER files are geographic coordinates? Are they stored under some projection that i am no aware of? ( i cant seem to find a .prj file with the shape files so i assumed they were unprojected)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If its of any help you have to DEFINE a projection to the Tiger files before using them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 14:34:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122760#M3066</guid>
      <dc:creator>IgressT</dc:creator>
      <dc:date>2011-05-16T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122761#M3067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If its of any help you have to DEFINE a projection to the Tiger files before using them.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wouldnt making use of the GeographicToWebMercator() method handle this on its own?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 16:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122761#M3067</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2011-05-16T16:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122762#M3068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At this time, my best bet is still that you reversed the coordinates (Latitude/Longitude instead of Longitude/Latitude). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you check this point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share how look the input coordinates when you call 'GeographicToWebMercator'?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 07:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122762#M3068</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-05-17T07:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122763#M3069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;At this time, my best bet is still that you reversed the coordinates (Latitude/Longitude instead of Longitude/Latitude). &lt;BR /&gt;Did you check this point?&lt;BR /&gt; &lt;BR /&gt;Can you share how look the input coordinates when you call 'GeographicToWebMercator'?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the code i am using to place the coordinates on the screen. The ShapeFile class was implemented by myself and basically loads the data into appropriate shapes. In this case we are dealing with PolyLines so i iterate through the coordinates in each polyline and transform them with the GeographicToWebMercator().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ShapeFile File = new ShapeFile();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File.Read(ShapeFile);

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int count = 0;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (PolyLine Line in File.Data)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count++;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Polyline Polyline = new Polyline();

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int i = 0; i &amp;lt; Line.NumParts; i++)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int End = (i == Line.NumParts - 1) ? Line.NumPoints : Line.Parts[i + 1];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PointCollection Collection = new PointCollection();

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int j = Line.Parts&lt;I&gt;; j &amp;lt; End; j++)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapPoint GeographicPoint = new MapPoint(Line.Points&lt;J&gt;.X, Line.Points&lt;J&gt;.Y);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Collection.Add(GeographicPoint.GeographicToWebMercator());
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Polyline.Paths.Add(Collection);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddToMap(Polyline);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/J&gt;&lt;/J&gt;&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not think i am swapping the two coordinates because the data itself follows the same shape but is displaced and skewed. Its for this reason that i suspect it has to do with a map projection. I have included images as well to show what i am refering to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://dl.dropbox.com/u/824515/Untitled.png" /&gt;&lt;BR /&gt;&lt;IMG src="http://dl.dropbox.com/u/824515/Untitled2.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice how it is not simply the case that the positions are offset by a constant X,Y amount, but rather the lines are simply distorted as if they have been affected by a map projection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could it be that the TIGER data i am using simply isnt good for use with Bing's Imagery?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122763#M3069</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2021-12-11T07:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122764#M3070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry for the large images by the way, but i cant seem to find the edit button on my post :S&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 12:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122764#M3070</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2011-05-18T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122765#M3071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;At this time, my best bet is still that you reversed the coordinates (Latitude/Longitude instead of Longitude/Latitude). &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Seeing the screenshot, I lost my bet for sure:o&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;but rather the lines are simply distorted as if they have been affected by a map projection.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this scale, I don't think the map projection can explain the distorsion. Likely a data accuracy matter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;Notice how it is not simply the case that the positions are offset by a constant X,Y amount&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah. Accuracy of data or projection issue (not the same spheroid?) ? I will avoid to lose a second bet on that question:).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 12:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122765#M3071</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-05-18T12:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122766#M3072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;At this scale, I don't think the map projection can explain the distorsion. Likely a data accuracy matter.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yeah, i'm going to have to agree with dbroux; TIGER data is notoriously inaccurate at such scales.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 13:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122766#M3072</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2011-05-18T13:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to Latitude and Longitude</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122767#M3073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the replies, all very helpful! &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;would anyone of you happen to know of freely available shapefiles that contains US road data then?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need the data to be accurate enough to use as a reference inevaluation (which means i definitely cannot use the data found in the TIGER shapefiles)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 16:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/utm-to-latitude-and-longitude/m-p/122767#M3073</guid>
      <dc:creator>MichaelAquilina</dc:creator>
      <dc:date>2011-05-18T16:38:28Z</dc:date>
    </item>
  </channel>
</rss>

