com.esri.arcgis.datasourcesraster
Class IReprojectFunctionArgumentsProxy

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

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

Description: 'Provides access to members that control reproject function arguments.' 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 IReprojectFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IReprojectFunctionArguments, 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.IReprojectFunctionArguments
IID, IID13b37f70_95d1_4add_93b8_d4ca83b0af66
 
Constructor Summary
  IReprojectFunctionArgumentsProxy()
          Deprecated. For internal use only
  IReprojectFunctionArgumentsProxy(java.lang.Object obj)
          Deprecated.  
protected IReprojectFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IReprojectFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IReprojectFunctionArgumentsProxy(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.Object getRaster()
          Deprecated. The source raster object.
 java.lang.Object getSpatialReference()
          Deprecated. The output spatial reference.
 double getXCellsize()
          Deprecated. The X cell size.
 double getXOrigin()
          Deprecated. The X origin.
 double getYCellsize()
          Deprecated. The Y cell size.
 double getYOrigin()
          Deprecated. The Y origin.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setRasterByRef(java.lang.Object ppRaster)
          Deprecated. The source raster object.
 void setSpatialReferenceByRef(java.lang.Object ppSRS)
          Deprecated. The output spatial reference.
 void setXCellsize(double pXCellsize)
          Deprecated. The X cell size.
 void setXOrigin(double pXOrigin)
          Deprecated. The X origin.
 void setYCellsize(double pYCellsize)
          Deprecated. The Y cell size.
 void setYOrigin(double pYOrigin)
          Deprecated. The Y origin.
 
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

IReprojectFunctionArgumentsProxy

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

IReprojectFunctionArgumentsProxy

public IReprojectFunctionArgumentsProxy()
Deprecated. 
For internal use only


IReprojectFunctionArgumentsProxy

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

IReprojectFunctionArgumentsProxy

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

IReprojectFunctionArgumentsProxy

protected IReprojectFunctionArgumentsProxy(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

getRaster

public java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The source raster object.

Specified by:
getRaster in interface IReprojectFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The source raster object.

Specified by:
setRasterByRef in interface IReprojectFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

public java.lang.Object getSpatialReference()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The output spatial reference.

Specified by:
getSpatialReference in interface IReprojectFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

public void setSpatialReferenceByRef(java.lang.Object ppSRS)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The output spatial reference.

Specified by:
setSpatialReferenceByRef in interface IReprojectFunctionArguments
Parameters:
ppSRS - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXCellsize

public double getXCellsize()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The X cell size.

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

setXCellsize

public void setXCellsize(double pXCellsize)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The X cell size.

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

getYCellsize

public double getYCellsize()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Y cell size.

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

setYCellsize

public void setYCellsize(double pYCellsize)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The Y cell size.

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

getXOrigin

public double getXOrigin()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The X origin.

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

setXOrigin

public void setXOrigin(double pXOrigin)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The X origin.

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

getYOrigin

public double getYOrigin()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The Y origin.

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

setYOrigin

public void setYOrigin(double pYOrigin)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The Y origin.

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