|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geometry.IConversionMGRSProxy com.esri.arcgis.geometry.IConversionNotationProxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geometry.IConversionNotation |
---|
IID, IID5f90bcef_a161_443a_a8c7_450c3faef4ab |
Fields inherited from interface com.esri.arcgis.geometry.IConversionMGRS |
---|
IID9c5419f0_872e_4dad_ab83_e9cd0935202b |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
Methods inherited from class com.esri.arcgis.geometry.IConversionMGRSProxy |
---|
createMGRS, putCoordsFromMGRS |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.geometry.IConversionMGRS |
---|
createMGRS, putCoordsFromMGRS |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IConversionMGRSProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IConversionMGRSProxy
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |