com.esri.arcgis.datasourcesraster
Interface IDEMosaicDataset2

All Superinterfaces:
IDEMosaicDataset, Serializable
All Known Implementing Classes:
DEMosaicDataset

public interface IDEMosaicDataset2
extends IDEMosaicDataset, Serializable

Provides access to a Mosaic Dataset Data Element.

Product Availability

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


Method Summary
 IDETable getDERasterAttributeTable()
          The raster attribute table.
 void setDERasterAttributeTableByRef(IDETable ppTable)
          The raster attribute table.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IDEMosaicDataset
getChildrenNames, getContent, getDefinitionQuery, getDERasterCatalog, getParameters, isReferenced, setChildrenNamesByRef, setContent, setDefinitionQuery, setDERasterCatalogByRef, setParametersByRef, setReferenced
 

Method Detail

getDERasterAttributeTable

IDETable getDERasterAttributeTable()
                                   throws IOException,
                                          AutomationException
The raster attribute table.

Product Availability

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

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

setDERasterAttributeTableByRef

void setDERasterAttributeTableByRef(IDETable ppTable)
                                    throws IOException,
                                           AutomationException
The raster attribute table.

Product Availability

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

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