com.esri.arcgis.datasourcesraster
Interface IEnumRasterBand

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumRasterBandProxy, RasterBands

public interface IEnumRasterBand
extends Serializable

Provides access to members that control a raster band enumerator object.

Product Availability

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


Method Summary
 IRasterBand IEnumRasterBand_next()
          Retrieves the next raster band in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

IEnumRasterBand_next

IRasterBand IEnumRasterBand_next()
                                 throws IOException,
                                        AutomationException
Retrieves the next raster band in the enumeration sequence.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterBand
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.