public interface IMultibandFilter
extends java.io.Serializable
Description: 'Provides access to members that control a multiband filter.' 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 |
IIDb6c6883c_5487_4b5a_9162_ac8e2da34f5a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPixelFilter |
getFilter(int iBand)
Gets a given pixel filter.
|
static final int IIDb6c6883c_5487_4b5a_9162_ac8e2da34f5a
static final int xxDummy
static final java.lang.String IID
IPixelFilter getFilter(int iBand) throws java.io.IOException, AutomationException
iBand
- The iBand (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.