<?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 Spatial refernce when using WGS84 co-ordinate system in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-refernce-when-using-wgs84-co-ordinate/m-p/157515#M3926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to get/specify spatial reference of a map if we are using WGS84 for our map co-ordinate system?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 04:59:35 GMT</pubDate>
    <dc:creator>xariaD</dc:creator>
    <dc:date>2010-07-14T04:59:35Z</dc:date>
    <item>
      <title>Spatial refernce when using WGS84 co-ordinate system</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-refernce-when-using-wgs84-co-ordinate/m-p/157515#M3926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to get/specify spatial reference of a map if we are using WGS84 for our map co-ordinate system?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 04:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-refernce-when-using-wgs84-co-ordinate/m-p/157515#M3926</guid>
      <dc:creator>xariaD</dc:creator>
      <dc:date>2010-07-14T04:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial refernce when using WGS84 co-ordinate system</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-refernce-when-using-wgs84-co-ordinate/m-p/157516#M3927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You get the spatial reference of a map by the read-only 'SpatialReference' property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can set the spatial reference by setting the map extent (WGS84 = 4326). Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; 
&amp;lt;esri:Map&amp;gt;
&amp;lt;esri:Map.Extent&amp;gt;
&amp;lt;esriGeometry:Envelope XMin="-180" YMin="-90" XMax="180" YMax="90" &amp;gt;
&amp;lt;esriGeometry:Envelope.SpatialReference&amp;gt;
&amp;lt;esriGeometry:SpatialReference WKID="4326"/&amp;gt;
&amp;lt;/esriGeometry:Envelope.SpatialReference&amp;gt;
&amp;lt;/esriGeometry:Envelope&amp;gt;
&amp;lt;/esri:Map.Extent&amp;gt;
...
&amp;lt;/esri:Map&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-refernce-when-using-wgs84-co-ordinate/m-p/157516#M3927</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T08:20:43Z</dc:date>
    </item>
  </channel>
</rss>

