public interface IConversionNotation extends IConversionMGRS, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5f90bcef_a161_443a_a8c7_450c3faef4ab |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9c5419f0_872e_4dad_ab83_e9cd0935202b
Modifier and Type | Method and Description |
---|---|
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.
|
createMGRS, putCoordsFromMGRS
static final int IID5f90bcef_a161_443a_a8c7_450c3faef4ab
static final int xxDummy
static final java.lang.String IID
java.lang.String getUSNGFromCoords(int numDigits, boolean numericRounding, boolean addSpaces) throws java.io.IOException, AutomationException
numDigits
- The numDigits (in)numericRounding
- The numericRounding (in)addSpaces
- The addSpaces (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getUTMFromCoords(int utmOptions) throws java.io.IOException, AutomationException
utmOptions
- A com.esri.arcgis.geometry.esriUTMConversionOptionsEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGARSFromCoords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGeoRefFromCoords(int numDigits, boolean numericRounding) throws java.io.IOException, AutomationException
numDigits
- The numDigits (in)numericRounding
- The numericRounding (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDDFromCoords(int precision) throws java.io.IOException, AutomationException
precision
- The precision (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDDMFromCoords(int precision) throws java.io.IOException, AutomationException
precision
- The precision (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDMSFromCoords(int precision) throws java.io.IOException, AutomationException
precision
- The precision (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsFromUSNG(java.lang.String uSNGString) throws java.io.IOException, AutomationException
uSNGString
- The uSNGString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsFromUTM(int utmOptions, java.lang.String uTMString) throws java.io.IOException, AutomationException
utmOptions
- A com.esri.arcgis.geometry.esriUTMConversionOptionsEnum constant (in)uTMString
- The uTMString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsFromGARS(int mode, java.lang.String gARSString) throws java.io.IOException, AutomationException
mode
- A com.esri.arcgis.geometry.esriGARSModeEnum constant (in)gARSString
- The gARSString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsFromGeoRef(java.lang.String geoRefString) throws java.io.IOException, AutomationException
geoRefString
- The geoRefString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsFromDD(java.lang.String dDString) throws java.io.IOException, AutomationException
dDString
- The dDString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsFromDDM(java.lang.String dDMString) throws java.io.IOException, AutomationException
dDMString
- The dDMString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsFromDMS(java.lang.String dMSString) throws java.io.IOException, AutomationException
dMSString
- The dMSString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.