com.esri.arcgis.geodatabase
Interface IRasterCatalogItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterCatalogItem

public interface IRasterCatalogItem
extends Serializable

Provides access to members that control a raster catalog item.

Remarks

The IRasterCatalogItem interface provides access to the Raster field of the RasterCatalogItem. It is a shortcut to obtain the RasterDataset in the Raster field of the feature. Another way to get the RasterDataset is through RasterValue.


Product Availability

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

See Also:
IRasterCatalogItem, RasterValue, RasterCatalogItem

Method Summary
 IRasterDataset getRasterDataset()
          The raster dataset of the raster catalog feature.
 void setRasterDatasetByRef(IRasterDataset dataset)
          The raster dataset of the raster catalog feature.
 

Method Detail

getRasterDataset

IRasterDataset getRasterDataset()
                                throws IOException,
                                       AutomationException
The raster dataset of the raster catalog feature.

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.IRasterDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterDatasetByRef

void setRasterDatasetByRef(IRasterDataset dataset)
                           throws IOException,
                                  AutomationException
The raster dataset of the raster catalog feature.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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