com.esri.arcgis.datasourcesraster
Interface IRasterAttributeTableManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterAttributeTableManagerProxy, RasterAttributeTableManager

public interface IRasterAttributeTableManager
extends java.io.Serializable

COM Interface 'IRasterAttributeTableManager'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that controls raster attribute manager.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd2270488_5946_430e_a1b3_26454a7c1687
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoDataset findGeoDataset(ITable pVAT)
          Finds the associated geodataset of a given raster attribute table.
 

Field Detail

IIDd2270488_5946_430e_a1b3_26454a7c1687

static final int IIDd2270488_5946_430e_a1b3_26454a7c1687
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

findGeoDataset

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

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