com.esri.arcgis.geodatabase
Interface IRasterDatasetInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRasterDatasetInfoProxy

public interface IRasterDatasetInfo
extends Serializable

Provides access to a raster dataset information.

Product Availability

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


Method Summary
 IStringArray getFileList()
          The list of files associated with this dataset.
 IRasterStorageDef getStorageDef()
          The GeoDatabase raster storage definition.
 

Method Detail

getStorageDef

IRasterStorageDef getStorageDef()
                                throws IOException,
                                       AutomationException
The GeoDatabase raster storage definition.

Product Availability

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

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

getFileList

IStringArray getFileList()
                         throws IOException,
                                AutomationException
The list of files associated with this dataset.

Product Availability

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

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