public interface IDescColumn
extends java.io.Serializable
Description: 'Provides access to members that control a descriptor table column.' 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 |
IID2a415fe1_f8f9_11d2_8ef2_00609770ad52 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name of the descriptor table.
|
int |
getWidth()
Width of the descriptor table.
|
java.lang.Object |
read(int start,
int count)
Read data from the descriptor table.
|
void |
setName(java.lang.String name)
Name of the descriptor table.
|
short |
type()
The type of the values in this column of the descriptor table.
|
int |
valueToIndex(double pixval)
Converts pixel values to columns in the descriptor table.
|
void |
write(int start,
int count,
java.lang.Object array)
Writes data to the descriptor table.
|
static final int IID2a415fe1_f8f9_11d2_8ef2_00609770ad52
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.short type()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object read(int start,
int count)
throws java.io.IOException,
AutomationException
start - The start (in)count - The count (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void write(int start,
int count,
java.lang.Object array)
throws java.io.IOException,
AutomationException
start - The start (in)count - The count (in)array - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int valueToIndex(double pixval)
throws java.io.IOException,
AutomationException
pixval - The pixval (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.