public enum ToGeoCoordinateMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ToGeoCoordinateMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ToGeoCoordinateMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ToGeoCoordinateMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Default | The default conversion mode for all types. |
MgrsNewStyle | Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 60. |
MgrsNewWith180InZone01 | Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01. |
MgrsOldStyle | Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60. |
MgrsOldWith180InZone01 | Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 01. |
UtmNorthSouth | Uses North/South latitude indicators. Non-standard. Default is recommended. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Geometry.ToGeoCoordinateMode
Target Platforms: Windows 10, Windows 8.1