<?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: WebMercator and NAD27 - WGS-84 issue in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297818#M7683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response. I see several spatial references &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp/gcs.htm"&gt;HERE&lt;/A&gt;&lt;SPAN&gt; and in the example I see they use 4326. So, for my my spatial ference what should I use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;MapPoint p = new MapPoint(myLongitude, myLatitude, new SpatialReference(4326));&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or should I use the Spatial reference in which they are? NAD27? In which case I guess I would have to find it in that list?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again and excuse my ignorance on this, it is pretty new to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 20:14:15 GMT</pubDate>
    <dc:creator>LuisGarcia2</dc:creator>
    <dc:date>2012-10-11T20:14:15Z</dc:date>
    <item>
      <title>WebMercator and NAD27 - WGS-84 issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297816#M7681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have several graphics that I add on a Graphic Layer. This is how I add them to the layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;WebMercator wm = new WebMercator();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.Client.Graphic g =&amp;nbsp; new&amp;nbsp; ESRI.ArcGIS.Client.Graphic(); MapPoint p = new MapPoint(myLongitud, myLatitude, null);&amp;nbsp; SimpleMarkerSymbol mark = new SimpleMarkerSymbol(); mark.Color = myColor;&amp;nbsp;&amp;nbsp; g.Geometry = WM.FromGeographic(p); g.Symbol = mark; g.SetZIndex(0);&amp;nbsp; GraphicsLayer.Add(g);&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, all the data we have in our database that is fill in with those two variables in the MapPoint object (myLongitud and myLatitude) is in NAD27. We are displaying in that same Silverlight control map some services that are in WGS-84 and we notice there is a little difference in the position of the graphics with respect to the objects shown from the service. Do I need to make a conversion to project my graphics? How do I do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 17:55:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297816#M7681</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2012-10-11T17:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: WebMercator and NAD27 - WGS-84 issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297817#M7682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set GraphicsLayer.ProjectionService as seen in this SDK sample (see XAML-code): &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#AutoProjectGraphics"&gt;Auto-Project&lt;/A&gt;&lt;SPAN&gt;. WebMercator can only be used for&amp;nbsp; converting geometries between Bing Maps WebMercator projection (SRID=3857) and WGS84 Geographic coordinate system (SRID=4326).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 18:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297817#M7682</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-10-11T18:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: WebMercator and NAD27 - WGS-84 issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297818#M7683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response. I see several spatial references &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp/gcs.htm"&gt;HERE&lt;/A&gt;&lt;SPAN&gt; and in the example I see they use 4326. So, for my my spatial ference what should I use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;MapPoint p = new MapPoint(myLongitude, myLatitude, new SpatialReference(4326));&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or should I use the Spatial reference in which they are? NAD27? In which case I guess I would have to find it in that list?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again and excuse my ignorance on this, it is pretty new to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 20:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297818#M7683</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2012-10-11T20:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: WebMercator and NAD27 - WGS-84 issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297819#M7684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;According to this: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/rest/apiref/gcs.html"&gt;Geographic Coordinate Systems listing &lt;/A&gt;&lt;SPAN&gt;, it is WKID=4267&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 22:06:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297819#M7684</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-10-11T22:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: WebMercator and NAD27 - WGS-84 issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297820#M7685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! That was it!.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 12:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297820#M7685</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2012-10-12T12:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: WebMercator and NAD27 - WGS-84 issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297821#M7686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One more question on this, now regarding the service itself. We need to transform a large number of geographic locations at a time. I may need to do 600 or so, sometimes more at a time. Is there a way to send a batch to the service? If not, we were using an Object WebMercator as explained before. This was faster compared to using &lt;/SPAN&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer"&gt;Geometry Server&lt;/A&gt;&lt;SPAN&gt;, is there something similar to WebMercator for the projections I need to make? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 13:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297821#M7686</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2012-10-12T13:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: WebMercator and NAD27 - WGS-84 issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297822#M7687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/silverlight-api/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~ProjectAsync.html" rel="nofollow" target="_blank"&gt;ProjectAsync &lt;/A&gt;&lt;SPAN&gt;method accepts a list of graphics as input argument and project all the graphics in one request to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it what you are looking for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 15:52:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/webmercator-and-nad27-wgs-84-issue/m-p/297822#M7687</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-10-12T15:52:08Z</dc:date>
    </item>
  </channel>
</rss>

