com.esri.arcgis.datasourcesraster
Interface IRasterAttributeTableManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterAttributeTableManager

public interface IRasterAttributeTableManager
extends Serializable

Provides access to members that controls raster attribute manager.

Remarks

The IRasterAttributeTableManager intrface allows to get the associated raster dataset given a raster attribute table

Product Availability

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


Method Summary
 IGeoDataset findGeoDataset(ITable pVAT)
          Finds the associated geodataset of a given raster attribute table.
 

Method Detail

findGeoDataset

IGeoDataset findGeoDataset(ITable pVAT)
                           throws IOException,
                                  AutomationException
Finds the associated geodataset of a given raster attribute table.

Product Availability

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

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