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 =
public class IConversionNotationProxy extends IConversionMGRSProxy implements IConversionNotation, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID5f90bcef_a161_443a_a8c7_450c3faef4abIID9c5419f0_872e_4dad_ab83_e9cd0935202b| Modifier | Constructor and Description |
|---|---|
|
IConversionNotationProxy()
Deprecated.
For internal use only
|
|
IConversionNotationProxy(java.lang.Object obj)
Deprecated.
|
protected |
IConversionNotationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IConversionNotationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IConversionNotationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getDDFromCoords(int precision)
Deprecated.
Returns the decimal degrees description of a point.
|
java.lang.String |
getDDMFromCoords(int precision)
Deprecated.
Returns the degrees decimal minutes description of a point.
|
java.lang.String |
getDMSFromCoords(int precision)
Deprecated.
Returns the degrees/minutes/seconds description of a point.
|
java.lang.String |
getGARSFromCoords()
Deprecated.
Returns the GARS description of a point.
|
java.lang.String |
getGeoRefFromCoords(int numDigits,
boolean numericRounding)
Deprecated.
Returns the GeoRef description of a point.
|
java.lang.String |
getUSNGFromCoords(int numDigits,
boolean numericRounding,
boolean addSpaces)
Deprecated.
Returns the USNG description of a point.
|
java.lang.String |
getUTMFromCoords(int utmOptions)
Deprecated.
Returns the UTM description of a point.
|
void |
putCoordsFromDD(java.lang.String dDString)
Deprecated.
Creates the coordinates of a point from the decimal degrees description.
|
void |
putCoordsFromDDM(java.lang.String dDMString)
Deprecated.
Creates the coordinates of a point from the degrees decimal minutes description.
|
void |
putCoordsFromDMS(java.lang.String dMSString)
Deprecated.
Creates the coordinates of a point from the degrees/minutes/seconds description.
|
void |
putCoordsFromGARS(int mode,
java.lang.String gARSString)
Deprecated.
Creates the coordinates of a point from the GARS description.
|
void |
putCoordsFromGeoRef(java.lang.String geoRefString)
Deprecated.
Creates the coordinates of a point from the GeoRef description.
|
void |
putCoordsFromUSNG(java.lang.String uSNGString)
Deprecated.
Creates the coordinates of a point from the USNG description.
|
void |
putCoordsFromUTM(int utmOptions,
java.lang.String uTMString)
Deprecated.
Creates the coordinates of a point from the UTM description.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
createMGRS, putCoordsFromMGRSbindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateMGRS, putCoordsFromMGRSpublic static final java.lang.Class targetClass
public boolean noncastable
public IConversionNotationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IConversionNotationProxy()
public IConversionNotationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IConversionNotationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IConversionNotationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IConversionMGRSProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IConversionMGRSProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getUSNGFromCoords(int numDigits,
boolean numericRounding,
boolean addSpaces)
throws java.io.IOException,
AutomationException
getUSNGFromCoords in interface IConversionNotationnumDigits - 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.public java.lang.String getUTMFromCoords(int utmOptions)
throws java.io.IOException,
AutomationException
getUTMFromCoords in interface IConversionNotationutmOptions - A com.esri.arcgis.geometry.esriUTMConversionOptionsEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGARSFromCoords()
throws java.io.IOException,
AutomationException
getGARSFromCoords in interface IConversionNotationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGeoRefFromCoords(int numDigits,
boolean numericRounding)
throws java.io.IOException,
AutomationException
getGeoRefFromCoords in interface IConversionNotationnumDigits - The numDigits (in)numericRounding - The numericRounding (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDDFromCoords(int precision)
throws java.io.IOException,
AutomationException
getDDFromCoords in interface IConversionNotationprecision - The precision (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDDMFromCoords(int precision)
throws java.io.IOException,
AutomationException
getDDMFromCoords in interface IConversionNotationprecision - The precision (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDMSFromCoords(int precision)
throws java.io.IOException,
AutomationException
getDMSFromCoords in interface IConversionNotationprecision - The precision (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putCoordsFromUSNG(java.lang.String uSNGString)
throws java.io.IOException,
AutomationException
putCoordsFromUSNG in interface IConversionNotationuSNGString - The uSNGString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putCoordsFromUTM(int utmOptions,
java.lang.String uTMString)
throws java.io.IOException,
AutomationException
putCoordsFromUTM in interface IConversionNotationutmOptions - 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.public void putCoordsFromGARS(int mode,
java.lang.String gARSString)
throws java.io.IOException,
AutomationException
putCoordsFromGARS in interface IConversionNotationmode - 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.public void putCoordsFromGeoRef(java.lang.String geoRefString)
throws java.io.IOException,
AutomationException
putCoordsFromGeoRef in interface IConversionNotationgeoRefString - The geoRefString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putCoordsFromDD(java.lang.String dDString)
throws java.io.IOException,
AutomationException
putCoordsFromDD in interface IConversionNotationdDString - The dDString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putCoordsFromDDM(java.lang.String dDMString)
throws java.io.IOException,
AutomationException
putCoordsFromDDM in interface IConversionNotationdDMString - The dDMString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putCoordsFromDMS(java.lang.String dMSString)
throws java.io.IOException,
AutomationException
putCoordsFromDMS in interface IConversionNotationdMSString - The dMSString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.