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, objRef
IID, IID5f90bcef_a161_443a_a8c7_450c3faef4ab
IID9c5419f0_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, putCoordsFromMGRS
bindUsingMoniker, 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, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
createMGRS, putCoordsFromMGRS
public 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.UnknownHostException
java.io.IOException
public IConversionNotationProxy()
public IConversionNotationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IConversionNotationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IConversionMGRSProxy
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IConversionMGRSProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getUSNGFromCoords(int numDigits, boolean numericRounding, boolean addSpaces) throws java.io.IOException, AutomationException
getUSNGFromCoords
in interface IConversionNotation
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.public java.lang.String getUTMFromCoords(int utmOptions) throws java.io.IOException, AutomationException
getUTMFromCoords
in interface IConversionNotation
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.public java.lang.String getGARSFromCoords() throws java.io.IOException, AutomationException
getGARSFromCoords
in interface IConversionNotation
java.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 IConversionNotation
numDigits
- 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 IConversionNotation
precision
- 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 IConversionNotation
precision
- 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 IConversionNotation
precision
- 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 IConversionNotation
uSNGString
- 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 IConversionNotation
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.public void putCoordsFromGARS(int mode, java.lang.String gARSString) throws java.io.IOException, AutomationException
putCoordsFromGARS
in interface IConversionNotation
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.public void putCoordsFromGeoRef(java.lang.String geoRefString) throws java.io.IOException, AutomationException
putCoordsFromGeoRef
in interface IConversionNotation
geoRefString
- 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 IConversionNotation
dDString
- 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 IConversionNotation
dDMString
- 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 IConversionNotation
dMSString
- The dMSString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.