com.esri.arcgis.datasourcesraster
Interface IMultibandFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMultibandFilterProxy, MultibandFilter, PixelFilterCollection

public interface IMultibandFilter
extends java.io.Serializable

COM Interface 'IMultibandFilter'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb6c6883c_5487_4b5a_9162_ac8e2da34f5a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPixelFilter getFilter(int iBand)
          Gets a given pixel filter.
 

Field Detail

IIDb6c6883c_5487_4b5a_9162_ac8e2da34f5a

static final int IIDb6c6883c_5487_4b5a_9162_ac8e2da34f5a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFilter

IPixelFilter getFilter(int iBand)
                       throws java.io.IOException,
                              AutomationException
Gets a given pixel filter.

Parameters:
iBand - The iBand (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.