com.esri.arcgis.geometry
Interface esriMGRSModeEnum

All Superinterfaces:
java.io.Serializable

public interface esriMGRSModeEnum
extends java.io.Serializable

Constants from esriMGRSModeEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Determines the format of the MGRS description of a point.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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