com.esri.arcgis.geometry
Class IConversionNotationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IConversionMGRSProxy
          extended by com.esri.arcgis.geometry.IConversionNotationProxy
All Implemented Interfaces:
IConversionMGRS, IConversionNotation, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IConversionNotationProxy
extends IConversionMGRSProxy
implements IConversionNotation, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IConversionNotationProxy

public IConversionNotationProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IConversionNotationProxy

public IConversionNotationProxy()
Deprecated. 
For internal use only


IConversionNotationProxy

public IConversionNotationProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IConversionNotationProxy

protected IConversionNotationProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IConversionNotationProxy

protected IConversionNotationProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IConversionMGRSProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IConversionMGRSProxy
Throws:
java.io.IOException

getUSNGFromCoords

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

Specified by:
getUSNGFromCoords in interface IConversionNotation
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

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

Specified by:
getUTMFromCoords in interface IConversionNotation
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

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

Specified by:
getGARSFromCoords in interface IConversionNotation
Returns:
The gARSString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoRefFromCoords

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

Specified by:
getGeoRefFromCoords in interface IConversionNotation
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

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

Specified by:
getDDFromCoords in interface IConversionNotation
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

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

Specified by:
getDDMFromCoords in interface IConversionNotation
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

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

Specified by:
getDMSFromCoords in interface IConversionNotation
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

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

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

putCoordsFromUTM

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

Specified by:
putCoordsFromUTM in interface IConversionNotation
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

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

Specified by:
putCoordsFromGARS in interface IConversionNotation
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

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

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

putCoordsFromDD

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

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

putCoordsFromDDM

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

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

putCoordsFromDMS

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

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