com.esri.arcgis.datasourcesraster
Class IArithmeticFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IArithmeticFunctionArgumentsProxy
All Implemented Interfaces:
IArithmeticFunctionArguments, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IArithmeticFunctionArguments2Proxy

public class IArithmeticFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IArithmeticFunctionArguments, java.io.Serializable

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

Description: 'Provides access to members that control arithmetic 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IArithmeticFunctionArguments
IID, IIDf1a4a7af_bddd_43b8_89c0_6768675ddd0d
 
Constructor Summary
  IArithmeticFunctionArgumentsProxy()
          For internal use only
  IArithmeticFunctionArgumentsProxy(java.lang.Object obj)
           
protected IArithmeticFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
           
  IArithmeticFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IArithmeticFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 int getOperation()
          The arithmetic operation.
 java.lang.Object getRaster()
          The 1st raster object.
 java.lang.Object getRaster2()
          The 2nd raster object.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setOperation(int pOperation)
          The arithmetic operation.
 void setRaster2ByRef(java.lang.Object ppRaster)
          The 2nd raster object.
 void setRasterByRef(java.lang.Object ppRaster)
          The 1st raster object.
 
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

noncastable

public boolean noncastable
Constructor Detail

IArithmeticFunctionArgumentsProxy

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

IArithmeticFunctionArgumentsProxy

public IArithmeticFunctionArgumentsProxy()
For internal use only


IArithmeticFunctionArgumentsProxy

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

IArithmeticFunctionArgumentsProxy

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

IArithmeticFunctionArgumentsProxy

protected IArithmeticFunctionArgumentsProxy(java.lang.String CLSID,
                                            java.lang.String iid,
                                            java.lang.String host,
                                            com.esri.arcgis.interop.AuthInfo authInfo)
                                     throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRaster

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

Specified by:
getRaster in interface IArithmeticFunctionArguments
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
The 1st raster object.

Specified by:
setRasterByRef in interface IArithmeticFunctionArguments
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.

getRaster2

public java.lang.Object getRaster2()
                            throws java.io.IOException,
                                   AutomationException
The 2nd raster object.

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

setRaster2ByRef

public void setRaster2ByRef(java.lang.Object ppRaster)
                     throws java.io.IOException,
                            AutomationException
The 2nd raster object.

Specified by:
setRaster2ByRef in interface IArithmeticFunctionArguments
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.

setOperation

public void setOperation(int pOperation)
                  throws java.io.IOException,
                         AutomationException
The arithmetic operation.

Specified by:
setOperation in interface IArithmeticFunctionArguments
Parameters:
pOperation - A com.esri.arcgis.datasourcesraster.esriRasterArithmeticOperation constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOperation

public int getOperation()
                 throws java.io.IOException,
                        AutomationException
The arithmetic operation.

Specified by:
getOperation in interface IArithmeticFunctionArguments
Returns:
A com.esri.arcgis.datasourcesraster.esriRasterArithmeticOperation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.