public interface IColorspaceConversionFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control colorspace conversion 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID30a52a27_cc15_4185_bff7_58c7b3c99195 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getConversionType()
The colorspace conversion type.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
setConversionType(int pConversionType)
The colorspace conversion type.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID30a52a27_cc15_4185_bff7_58c7b3c99195
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getConversionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConversionType(int pConversionType) throws java.io.IOException, AutomationException
pConversionType
- A com.esri.arcgis.datasourcesraster.esriColorspaceConversionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.