com.esri.arcgis.datasourcesraster
Interface IColorspaceConversionFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
ColorspaceConversionFunctionArguments, IColorspaceConversionFunctionArgumentsProxy

public interface IColorspaceConversionFunctionArguments
extends Serializable

Provides access to members that control colorspace conversion function arguments.

Product Availability

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


Method Summary
 int getConversionType()
          The colorspace conversion type.
 Object getRaster()
          The source raster object.
 void setConversionType(int pConversionType)
          The colorspace conversion type.
 void setRasterByRef(Object ppRaster)
          The source raster object.
 

Method Detail

getRaster

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

Product Availability

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

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

setRasterByRef

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

Product Availability

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

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

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

Product Availability

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

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

setConversionType

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

Product Availability

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

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.