public interface ISpectralConversionFunctionArguments2 extends ISpectralConversionFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control the validation of band information for the spectral conversion function.' 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 |
IID071550ce_88c6_4510_86f2_b074139decc1 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID28b79fd7_9ab2_45c5_97d5_02e2a1eed116
Modifier and Type | Method and Description |
---|---|
boolean |
isPseudoColorOutput()
Indicates whether the output is a pseudo-color raster.
|
void |
setIsPseudoColorOutput(boolean pbIsPseudoColorOutput)
Indicates whether the output is a pseudo-color raster.
|
getConversionMatrix, getRaster, setConversionMatrixByRef, setRasterByRef
static final int IID071550ce_88c6_4510_86f2_b074139decc1
static final int xxDummy
static final java.lang.String IID
boolean isPseudoColorOutput() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsPseudoColorOutput(boolean pbIsPseudoColorOutput) throws java.io.IOException, AutomationException
pbIsPseudoColorOutput
- The pbIsPseudoColorOutput (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.