com.esri.arcgis.datasourcesraster
Class IColorspaceConversionFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IColorspaceConversionFunctionArgumentsProxy
All Implemented Interfaces:
IColorspaceConversionFunctionArguments, Externalizable, Serializable

public class IColorspaceConversionFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IColorspaceConversionFunctionArguments, Serializable

Provides access to members that control colorspace conversion function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IColorspaceConversionFunctionArgumentsProxy()
           
  IColorspaceConversionFunctionArgumentsProxy(Object obj)
           
protected IColorspaceConversionFunctionArgumentsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getConversionType()
          The colorspace conversion type.
 Object getRaster()
          The source raster object.
 void removeListener(String iidStr, Object theListener)
           
 void setConversionType(int pConversionType)
          The colorspace conversion type.
 void setRasterByRef(Object ppRaster)
          The source 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

noncastable

public boolean noncastable
Constructor Detail

IColorspaceConversionFunctionArgumentsProxy

public IColorspaceConversionFunctionArgumentsProxy()

IColorspaceConversionFunctionArgumentsProxy

public IColorspaceConversionFunctionArgumentsProxy(Object obj)
                                            throws IOException
Throws:
IOException

IColorspaceConversionFunctionArgumentsProxy

protected IColorspaceConversionFunctionArgumentsProxy(Object obj,
                                                      String iid)
                                               throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getRaster

public Object getRaster()
                 throws IOException,
                        AutomationException
The source raster object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRasterByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getConversionType

public int getConversionType()
                      throws IOException,
                             AutomationException
The colorspace conversion type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getConversionType in interface IColorspaceConversionFunctionArguments
Returns:
A com.esri.arcgis.datasourcesraster.esriColorspaceConversionType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConversionType

public void setConversionType(int pConversionType)
                       throws IOException,
                              AutomationException
The colorspace conversion type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setConversionType in interface IColorspaceConversionFunctionArguments
Parameters:
pConversionType - A com.esri.arcgis.datasourcesraster.esriColorspaceConversionType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.