|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultibandFilter
Provides access to members that control a multiband filter.
The IMultibandFilter interface provides the access to the pixelfilters of all the raster bands for a multiband raster dataset.
Method Summary | |
---|---|
IPixelFilter |
getFilter(int iBand)
Gets a given pixel filter. |
Method Detail |
---|
IPixelFilter getFilter(int iBand) throws IOException, AutomationException
Get the pixelfilter of a given band.
iBand
- The iBand (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |