com.esri.arcgis.geometry
Interface esriMGRSModeEnum

All Superinterfaces:
Serializable

public interface esriMGRSModeEnum
extends Serializable

Determines the format of the MGRS description of a point.

Product Availability

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


Field Summary
static int esriMGRSMode_Automatic
          Uses the spheroid to determine the MGRS description.
static int esriMGRSMode_NewStyle
          Treats all spheroids as new, like WGS 1984, when creating or reading a MGRS string.
static int esriMGRSMode_NewWith180InZone01
          Treats all spheroids as new, like WGS 1984, when creating or reading a MGRS string.
static int esriMGRSMode_OldStyle
          Treats all spheroids as old, like Bessel 1841, when creating or reading a MGRS string.
static int esriMGRSMode_OldWith180InZone01
          Treats all spheroids as old, like Bessel 1841, when creating or reading a MGRS string.
static int esriMGRSMode_USNG
          Use this mode if creating or reading USNG descriptions.
 

Field Detail

esriMGRSMode_Automatic

static final int esriMGRSMode_Automatic
Uses the spheroid to determine the MGRS description.

See Also:
Constant Field Values

esriMGRSMode_USNG

static final int esriMGRSMode_USNG
Use this mode if creating or reading USNG descriptions.

See Also:
Constant Field Values

esriMGRSMode_NewStyle

static final int esriMGRSMode_NewStyle
Treats all spheroids as new, like WGS 1984, when creating or reading a MGRS string. The 180 longitude falls into zone 60.

See Also:
Constant Field Values

esriMGRSMode_OldStyle

static final int esriMGRSMode_OldStyle
Treats all spheroids as old, like Bessel 1841, when creating or reading a MGRS string. The 180 longitude falls into zone 60.

See Also:
Constant Field Values

esriMGRSMode_NewWith180InZone01

static final int esriMGRSMode_NewWith180InZone01
Treats all spheroids as new, like WGS 1984, when creating or reading a MGRS string. The 180 longitude falls into zone 01.

See Also:
Constant Field Values

esriMGRSMode_OldWith180InZone01

static final int esriMGRSMode_OldWith180InZone01
Treats all spheroids as old, like Bessel 1841, when creating or reading a MGRS string. The 180 longitude falls into zone 01.

See Also:
Constant Field Values