ESRI.ArcGIS.Mobile
MgrsConversionMode Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace : MgrsConversionMode Enumeration

Determines the format of the military grid string.

Syntax

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

Members

MemberDescription
Automatic Uses the spheroid to determine the military grid string.
USNG Use this mode if creating or reading United States National Grid string.
NewStyle Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 60.
OldStyle Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60.
NewWith180InZone01 Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01.
OldWith180InZone01 Treats 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.Mobile.SpatialReferences.MgrsConversionMode

Requirements

Namespace: ESRI.ArcGIS.Mobile.SpatialReferences

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also