public interface esriMGRSModeEnum
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriMGRSMode_Automatic
static final int esriMGRSMode_USNG
static final int esriMGRSMode_NewStyle
static final int esriMGRSMode_OldStyle
static final int esriMGRSMode_NewWith180InZone01
static final int esriMGRSMode_OldWith180InZone01