<?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: How to project an ArcGISTiledMapServiceLayer (Spatial Reference)? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379339#M9812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a probably obvious precision :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;so no easy way to merge 2 layers with different projection?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct, with 2 tiledMapservice layers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no problem with FeatureLayers and DynamicMapServiceLayers since the projection is done on the fly on the server side.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 09:08:21 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2010-06-16T09:08:21Z</dc:date>
    <item>
      <title>How to project an ArcGISTiledMapServiceLayer (Spatial Reference)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379335#M9808</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 have an ArcGISTiledMapServiceLayer that's loading a rest service with a spatial reference of "NTF_Lambert_Zone_I" (France)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use the bing map geocoder (WKID=4326).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a code snippet to project a GraphicLayer, but i can't get a Graphic from an ArcGISTiledMapServiceLayer (?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So how can i project an ArcGISTiledMapServiceLayer into 4326 please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 12:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379335#M9808</guid>
      <dc:creator>PierrePOLET</dc:creator>
      <dc:date>2010-06-14T12:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to project an ArcGISTiledMapServiceLayer (Spatial Reference)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379336#M9809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An ArcGISTiledMapServiceLayer can't be projected. The images are precalculated for a fixed spatial reference and are stored in a cache on the server side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your case, you could either manage the projection by code on the client side (here is an example : &lt;/SPAN&gt;&lt;A href="http://sqlspatialtools.codeplex.com/SourceControl/changeset/view/23749#254994"&gt;http://sqlspatialtools.codeplex.com/SourceControl/changeset/view/23749#254994&lt;/A&gt;&lt;SPAN&gt;), or write your own service on the server side to convert the coordinates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 13:39:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379336#M9809</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-14T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to project an ArcGISTiledMapServiceLayer (Spatial Reference)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379337#M9810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so no easy way to merge 2 layers with different projection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i add a map from argisonline or bing maps (4326) and a map from my argis server (Lambert), the map control cannot merge them to a same projection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:eek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 14:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379337#M9810</guid>
      <dc:creator>PierrePOLET</dc:creator>
      <dc:date>2010-06-14T14:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to project an ArcGISTiledMapServiceLayer (Spatial Reference)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379338#M9811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct. Because the world looks "different" in the two projections, the maps won't align on top of each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Think of a projection as a "unit". It's like mixing meters and miles without re-calculating them to be in the the same units first.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 14:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379338#M9811</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-06-14T14:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to project an ArcGISTiledMapServiceLayer (Spatial Reference)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379339#M9812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a probably obvious precision :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;so no easy way to merge 2 layers with different projection?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct, with 2 tiledMapservice layers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no problem with FeatureLayers and DynamicMapServiceLayers since the projection is done on the fly on the server side.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 09:08:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-project-an-arcgistiledmapservicelayer/m-p/379339#M9812</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-16T09:08:21Z</dc:date>
    </item>
  </channel>
</rss>

