|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConversionMGRS
COM Interface 'IConversionMGRS'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9c5419f0_872e_4dad_ab83_e9cd0935202b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID9c5419f0_872e_4dad_ab83_e9cd0935202b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |