com.esri.arcgis.geometry
Interface IConversionMGRS

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IConversionNotation
All Known Implementing Classes:
IConversionMGRSProxy, IConversionNotationProxy, Point

public interface IConversionMGRS
extends java.io.Serializable

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

IID9c5419f0_872e_4dad_ab83_e9cd0935202b

static final int IID9c5419f0_872e_4dad_ab83_e9cd0935202b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

putCoordsFromMGRS

void putCoordsFromMGRS(java.lang.String mgrs,
                       int mode)
                       throws java.io.IOException,
                              AutomationException
Creates the coordinates of a point from the MGRS/USNG description.

Parameters:
mgrs - The mgrs (in)
mode - A com.esri.arcgis.geometry.esriMGRSModeEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createMGRS

java.lang.String createMGRS(int numDigits,
                            boolean round,
                            int mode)
                            throws java.io.IOException,
                                   AutomationException
Returns the MGRS/USNG description of a point.

Parameters:
numDigits - The numDigits (in)
round - The round (in)
mode - A com.esri.arcgis.geometry.esriMGRSModeEnum constant (in)
Returns:
The mgrs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.