com.esri.arcgis.geodatabase
Interface IDERasterDatasetEx

All Superinterfaces:
Serializable
All Known Implementing Classes:
DERasterDataset

public interface IDERasterDatasetEx
extends Serializable

Provides access to the RasterDataset Data Element - optional properties.

Product Availability

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


Method Summary
 IRasterStorageDef getStorageDef()
          The storage definition of this RasterRataset.
 void setStorageDef(IRasterStorageDef storageDef)
          The storage definition of this RasterRataset.
 

Method Detail

getStorageDef

IRasterStorageDef getStorageDef()
                                throws IOException,
                                       AutomationException
The storage definition of this RasterRataset.

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.

setStorageDef

void setStorageDef(IRasterStorageDef storageDef)
                   throws IOException,
                          AutomationException
The storage definition of this RasterRataset.

Product Availability

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

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