|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IColorspaceConversionFunctionArguments
Provides access to members that control colorspace conversion function arguments.
| 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 |
|---|
Object getRaster()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterByRef(Object ppRaster)
throws IOException,
AutomationException
ppRaster - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConversionType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConversionType(int pConversionType)
throws IOException,
AutomationException
pConversionType - A com.esri.arcgis.datasourcesraster.esriColorspaceConversionType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||