com.esri.arcgis.datasourcesraster
Interface IMultibandFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
MultibandFilter, PixelFilterCollection

public interface IMultibandFilter
extends Serializable

Provides access to members that control a multiband filter.

Description

The IMultibandFilter interface provides the access to the pixelfilters of all the raster bands for a multiband raster dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPixelFilter getFilter(int iBand)
          Gets a given pixel filter.
 

Method Detail

getFilter

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

Description

Get the pixelfilter of a given band.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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