|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterCatalogItem
Provides access to members that control a raster catalog item.
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.
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 |
---|
IRasterDataset getRasterDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterDatasetByRef(IRasterDataset dataset) throws IOException, AutomationException
dataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |