com.esri.arcgis.geometry
Interface IConversionNotation

All Superinterfaces:
IConversionMGRS, java.io.Serializable
All Known Implementing Classes:
IConversionNotationProxy, Point

public interface IConversionNotation
extends IConversionMGRS, java.io.Serializable

COM Interface 'IConversionNotation'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to functions that convert to and from various geographic string notations.' 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 IID5f90bcef_a161_443a_a8c7_450c3faef4ab
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IConversionMGRS
IID9c5419f0_872e_4dad_ab83_e9cd0935202b
 
Method Summary
 java.lang.String getDDFromCoords(int precision)
          Returns the decimal degrees description of a point.
 java.lang.String getDDMFromCoords(int precision)
          Returns the degrees decimal minutes description of a point.
 java.lang.String getDMSFromCoords(int precision)
          Returns the degrees/minutes/seconds description of a point.
 java.lang.String getGARSFromCoords()
          Returns the GARS description of a point.
 java.lang.String getGeoRefFromCoords(int numDigits, boolean numericRounding)
          Returns the GeoRef description of a point.
 java.lang.String getUSNGFromCoords(int numDigits, boolean numericRounding, boolean addSpaces)
          Returns the USNG description of a point.
 java.lang.String getUTMFromCoords(int utmOptions)
          Returns the UTM description of a point.
 void putCoordsFromDD(java.lang.String dDString)
          Creates the coordinates of a point from the decimal degrees description.
 void putCoordsFromDDM(java.lang.String dDMString)
          Creates the coordinates of a point from the degrees decimal minutes description.
 void putCoordsFromDMS(java.lang.String dMSString)
          Creates the coordinates of a point from the degrees/minutes/seconds description.
 void putCoordsFromGARS(int mode, java.lang.String gARSString)
          Creates the coordinates of a point from the GARS description.
 void putCoordsFromGeoRef(java.lang.String geoRefString)
          Creates the coordinates of a point from the GeoRef description.
 void putCoordsFromUSNG(java.lang.String uSNGString)
          Creates the coordinates of a point from the USNG description.
 void putCoordsFromUTM(int utmOptions, java.lang.String uTMString)
          Creates the coordinates of a point from the UTM description.
 
Methods inherited from interface com.esri.arcgis.geometry.IConversionMGRS
createMGRS, putCoordsFromMGRS
 

Field Detail

IID5f90bcef_a161_443a_a8c7_450c3faef4ab

static final int IID5f90bcef_a161_443a_a8c7_450c3faef4ab
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

getUSNGFromCoords

java.lang.String getUSNGFromCoords(int numDigits,
                                   boolean numericRounding,
                                   boolean addSpaces)
                                   throws java.io.IOException,
                                          AutomationException
Returns the USNG description of a point.

Parameters:
numDigits - The numDigits (in)
numericRounding - The numericRounding (in)
addSpaces - The addSpaces (in)
Returns:
The uSNGString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUTMFromCoords

java.lang.String getUTMFromCoords(int utmOptions)
                                  throws java.io.IOException,
                                         AutomationException
Returns the UTM description of a point.

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

getGARSFromCoords

java.lang.String getGARSFromCoords()
                                   throws java.io.IOException,
                                          AutomationException
Returns the GARS description of a point.

Returns:
The gARSString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoRefFromCoords

java.lang.String getGeoRefFromCoords(int numDigits,
                                     boolean numericRounding)
                                     throws java.io.IOException,
                                            AutomationException
Returns the GeoRef description of a point.

Parameters:
numDigits - The numDigits (in)
numericRounding - The numericRounding (in)
Returns:
The geoRefString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDDFromCoords

java.lang.String getDDFromCoords(int precision)
                                 throws java.io.IOException,
                                        AutomationException
Returns the decimal degrees description of a point.

Parameters:
precision - The precision (in)
Returns:
The dDString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDDMFromCoords

java.lang.String getDDMFromCoords(int precision)
                                  throws java.io.IOException,
                                         AutomationException
Returns the degrees decimal minutes description of a point.

Parameters:
precision - The precision (in)
Returns:
The dDMString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDMSFromCoords

java.lang.String getDMSFromCoords(int precision)
                                  throws java.io.IOException,
                                         AutomationException
Returns the degrees/minutes/seconds description of a point.

Parameters:
precision - The precision (in)
Returns:
The dMSString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putCoordsFromUSNG

void putCoordsFromUSNG(java.lang.String uSNGString)
                       throws java.io.IOException,
                              AutomationException
Creates the coordinates of a point from the USNG description.

Parameters:
uSNGString - The uSNGString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putCoordsFromUTM

void putCoordsFromUTM(int utmOptions,
                      java.lang.String uTMString)
                      throws java.io.IOException,
                             AutomationException
Creates the coordinates of a point from the UTM description.

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

putCoordsFromGARS

void putCoordsFromGARS(int mode,
                       java.lang.String gARSString)
                       throws java.io.IOException,
                              AutomationException
Creates the coordinates of a point from the GARS description.

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

putCoordsFromGeoRef

void putCoordsFromGeoRef(java.lang.String geoRefString)
                         throws java.io.IOException,
                                AutomationException
Creates the coordinates of a point from the GeoRef description.

Parameters:
geoRefString - The geoRefString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putCoordsFromDD

void putCoordsFromDD(java.lang.String dDString)
                     throws java.io.IOException,
                            AutomationException
Creates the coordinates of a point from the decimal degrees description.

Parameters:
dDString - The dDString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putCoordsFromDDM

void putCoordsFromDDM(java.lang.String dDMString)
                      throws java.io.IOException,
                             AutomationException
Creates the coordinates of a point from the degrees decimal minutes description.

Parameters:
dDMString - The dDMString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putCoordsFromDMS

void putCoordsFromDMS(java.lang.String dMSString)
                      throws java.io.IOException,
                             AutomationException
Creates the coordinates of a point from the degrees/minutes/seconds description.

Parameters:
dMSString - The dMSString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.