This document is archived and information here might be outdated.  Recommended version.


esriMGRSModeEnum Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

esriMGRSModeEnum Constants

Determines the format of the MGRS description of a point.

Constant Value Description
esriMGRSMode_Automatic 0 Uses the spheroid to determine the MGRS description.
esriMGRSMode_USNG 1 Use this mode if creating or reading USNG descriptions.
esriMGRSMode_NewStyle 2 Treats all spheroids as new, like WGS 1984, when creating or reading a MGRS string. The 180 longitude falls into zone 60.
esriMGRSMode_OldStyle 3 Treats all spheroids as old, like Bessel 1841, when creating or reading a MGRS string. The 180 longitude falls into zone 60.
esriMGRSMode_NewWith180InZone01 11 Treats all spheroids as new, like WGS 1984, when creating or reading a MGRS string. The 180 longitude falls into zone 01.
esriMGRSMode_OldWith180InZone01 12 Treats all spheroids as old, like Bessel 1841, when creating or reading a MGRS string. The 180 longitude falls into zone 01.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.