public interface IRasterTable
extends java.io.Serializable
Description: 'Provides access to members that control a raster table.' 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 |
IID7aca3d04_0629_11d2_8d24_0000f8780535 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getPrimaryField()
The primary field of the table.
|
int |
getTableType()
The class names of the table.
|
void |
setPrimaryField(int fieldIndex)
The primary field of the table.
|
static final int IID7aca3d04_0629_11d2_8d24_0000f8780535
static final int xxDummy
static final java.lang.String IID
int getTableType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPrimaryField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPrimaryField(int fieldIndex) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.