public interface IConversionMGRS
extends java.io.Serializable
Description: 'Provides access to members that allow the use of MGRS.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID9c5419f0_872e_4dad_ab83_e9cd0935202b |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createMGRS(int numDigits,
boolean round,
int mode)
Returns the MGRS/USNG description of a point.
|
void |
putCoordsFromMGRS(java.lang.String mgrs,
int mode)
Creates the coordinates of a point from the MGRS/USNG description.
|
static final int IID9c5419f0_872e_4dad_ab83_e9cd0935202b
static final int xxDummy
static final java.lang.String IID
void putCoordsFromMGRS(java.lang.String mgrs,
int mode)
throws java.io.IOException,
AutomationException
mgrs - The mgrs (in)mode - A com.esri.arcgis.geometry.esriMGRSModeEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String createMGRS(int numDigits,
boolean round,
int mode)
throws java.io.IOException,
AutomationException
numDigits - The numDigits (in)round - The round (in)mode - A com.esri.arcgis.geometry.esriMGRSModeEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.