ArcGIS API for Silverlight - Library Reference
ToGeographic Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Projection Namespace > WebMercator Class : ToGeographic Method

proj
The geometry in WebMercator units.
Helper method for quickly unprojecting coordinates from webmercator (WKID=102100) to geographic WGS84 coordinates (WKID=4326).

Syntax

Visual Basic (Declaration) 
Public Function ToGeographic( _
   ByVal proj As Geometry _
) As Geometry
C# 
public Geometry ToGeographic( 
   Geometry proj
)

Parameters

proj
The geometry in WebMercator units.

Return Value

Geometry projected to WGS84 Geographic

Exceptions

ExceptionDescription
System.ArgumentException 

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.