public interface IRasterAttributeTableManager
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd2270488_5946_430e_a1b3_26454a7c1687 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeoDataset |
findGeoDataset(ITable pVAT)
Finds the associated geodataset of a given raster attribute table.
|
static final int IIDd2270488_5946_430e_a1b3_26454a7c1687
static final int xxDummy
static final java.lang.String IID
IGeoDataset findGeoDataset(ITable pVAT) throws java.io.IOException, AutomationException
pVAT
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.