com.esri.arcgis.geodatabase
Interface IRasterDatasetName

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetCDFRasterDatasetName, RasterDatasetName

public interface IRasterDatasetName
extends Serializable

Provides access to members that maintain name information about a raster dataset.

Product Availability

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


Method Summary
 IEnumDatasetName getRasterBandNames()
          The band names in the RasterDataset.
 

Method Detail

getRasterBandNames

IEnumDatasetName getRasterBandNames()
                                    throws IOException,
                                           AutomationException
The band names in the RasterDataset.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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