ArcGIS Runtime SDK for WPF - Library Reference
MgrsConversionMode Enumeration
See Also 
ESRI.ArcGIS.Client.Geometry Namespace : MgrsConversionMode Enumeration

Specifies the conversion mode when converting from an MGRS coordinate notation to a MapPoint or from a MapPoint to an MGRS coordinate notation.

Syntax

Visual Basic (Declaration) 
Public Enum MgrsConversionMode 
   Inherits System.Enum
C# 
public enum MgrsConversionMode : System.Enum 

Members

MemberDescription
AutomaticUses the spheroid to determine the military grid string.
NewStyleTreats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 60.
NewStyleWith180InZone01Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01.
OldStyleTreats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60.
OldStyleWith180InZone01Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 01.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Geometry.MgrsConversionMode

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.