ArcGIS Runtime SDK for WPF - Library Reference
ToGeographic Method
See Also 
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.ArgumentExceptionThe exception that is thrown when one of the arguments provided to a method is not valid.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.