<?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 Set an Output Spatial Reference for FeatureLayer? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43487#M1172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to set the Output Spatial Reference for a FeatureLayer that references an ArcGIS map service?&amp;nbsp; I know the map service supports this, but I don't see a way to do it with the FeatureLayer class.&amp;nbsp; My base map is using web mercator (102100), but I would like to display layers from a service that is using WGS-84 (4326) by default.&amp;nbsp; I also thought I might be able to handle the UpdateCompleted event and reproject the graphic geometries individually, but that event doesn't seem to fire in this case.&amp;nbsp; It looks like if the default spatial reference of the map service is different than that of the map, then it never even attempts to load the layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 20:30:30 GMT</pubDate>
    <dc:creator>MichaelLacy</dc:creator>
    <dc:date>2011-03-23T20:30:30Z</dc:date>
    <item>
      <title>Set an Output Spatial Reference for FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43487#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to set the Output Spatial Reference for a FeatureLayer that references an ArcGIS map service?&amp;nbsp; I know the map service supports this, but I don't see a way to do it with the FeatureLayer class.&amp;nbsp; My base map is using web mercator (102100), but I would like to display layers from a service that is using WGS-84 (4326) by default.&amp;nbsp; I also thought I might be able to handle the UpdateCompleted event and reproject the graphic geometries individually, but that event doesn't seem to fire in this case.&amp;nbsp; It looks like if the default spatial reference of the map service is different than that of the map, then it never even attempts to load the layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 20:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43487#M1172</guid>
      <dc:creator>MichaelLacy</dc:creator>
      <dc:date>2011-03-23T20:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set an Output Spatial Reference for FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43488#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a good documentation on Map.SpatialReference and layers: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~SpatialReference.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~SpatialReference.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureLayer is one of those that does not require manual re-projection. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OutSpatialReference is not exposed at the FeatureLayer level. It is available in the Query though, if you need it then use GraphicsLayer to hold the Query results instead &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.Query_members.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.Query_members.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 00:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43488#M1173</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-03-24T00:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set an Output Spatial Reference for FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43489#M1174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting old and stupid and should just become a manager.&amp;nbsp; I had MaximumResolution set in the wrong units (4326 instead of 102100).&amp;nbsp; The data does display now, without the need for manual reprojection.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 14:30:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43489#M1174</guid>
      <dc:creator>MichaelLacy</dc:creator>
      <dc:date>2011-03-24T14:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set an Output Spatial Reference for FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43490#M1175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how you was able to set Resolution??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 19:23:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/set-an-output-spatial-reference-for-featurelayer/m-p/43490#M1175</guid>
      <dc:creator>AddisalemAbera1</dc:creator>
      <dc:date>2017-04-21T19:23:20Z</dc:date>
    </item>
  </channel>
</rss>

