com.esri.arcgis.datasourcesraster
Class IGeoTransformationHelperProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IGeoTransformationHelperProxy
All Implemented Interfaces:
IGeoTransformationHelper, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGeoTransformationHelper'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to member that control a geographic transformation helper.' 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 IGeoTransformationHelperProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeoTransformationHelper, 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.datasourcesraster.IGeoTransformationHelper
IID, IID1e0bd206_6370_4a39_b79a_cae98f94640b
 
Constructor Summary
  IGeoTransformationHelperProxy()
          Deprecated. For internal use only
  IGeoTransformationHelperProxy(java.lang.Object obj)
          Deprecated.  
protected IGeoTransformationHelperProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeoTransformationHelperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeoTransformationHelperProxy(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.  
 IArray getDefaultTargetCoordinateSystems()
          Deprecated. The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.
 void init(IGeoTransformationOperationSet pGTs, IGeographicCoordinateSystem pCompositionGCS)
          Deprecated. Initializes the object given a primary set of geographic transformation operators (GT + direction).
 void install(ISpatialReference pSourceSR, ISpatialReference pTargetSR, boolean bAddNew)
          Deprecated. Sets the system default geographic transformation on the primary operation set if missing.
 void removeAll()
          Deprecated. All previously installed geotransformation methods are removed from the system.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void set(int direction, IGeoTransformation pGT, boolean bAddNew)
          Deprecated. Sets the system default geographic transformation on the primary operation set if missing.
 void setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems)
          Deprecated. The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeoTransformationHelperProxy

public IGeoTransformationHelperProxy(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

IGeoTransformationHelperProxy

public IGeoTransformationHelperProxy()
Deprecated. 
For internal use only


IGeoTransformationHelperProxy

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

IGeoTransformationHelperProxy

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

IGeoTransformationHelperProxy

protected IGeoTransformationHelperProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

init

public void init(IGeoTransformationOperationSet pGTs,
                 IGeographicCoordinateSystem pCompositionGCS)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initializes the object given a primary set of geographic transformation operators (GT + direction). Previously installed geotransformation methods are removed from the system.

Specified by:
init in interface IGeoTransformationHelper
Parameters:
pGTs - A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)
pCompositionGCS - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

install

public void install(ISpatialReference pSourceSR,
                    ISpatialReference pTargetSR,
                    boolean bAddNew)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Sets the system default geographic transformation on the primary operation set if missing.

Specified by:
install in interface IGeoTransformationHelper
Parameters:
pSourceSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pTargetSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
bAddNew - The bAddNew (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
All previously installed geotransformation methods are removed from the system.

Specified by:
removeAll in interface IGeoTransformationHelper
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultTargetCoordinateSystemsByRef

public void setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems)
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.

Specified by:
setDefaultTargetCoordinateSystemsByRef in interface IGeoTransformationHelper
Parameters:
ppDefaultTargetCoordinateSystems - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultTargetCoordinateSystems

public IArray getDefaultTargetCoordinateSystems()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.

Specified by:
getDefaultTargetCoordinateSystems in interface IGeoTransformationHelper
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set

public void set(int direction,
                IGeoTransformation pGT,
                boolean bAddNew)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Sets the system default geographic transformation on the primary operation set if missing.

Specified by:
set in interface IGeoTransformationHelper
Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
pGT - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
bAddNew - The bAddNew (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.