Visual Basic (Declaration) | |
---|---|
Public Enum MgrsConversionMode Inherits System.Enum |
C# | |
---|---|
public enum MgrsConversionMode : System.Enum |
Member | Description |
---|---|
Automatic | Uses the spheroid to determine the military 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. |
NewStyleWith180InZone01 | Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01. |
OldStyle | Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60. |
OldStyleWith180InZone01 | Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 01. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.Geometry.MgrsConversionMode
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8