|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDescColumn
Provides access to members that control a descriptor table column.
This interface is not intended to be used by outside developers.
Method Summary | |
---|---|
String |
getName()
Name of the descriptor table. |
int |
getWidth()
Width of the descriptor table. |
Object |
read(int start,
int count)
Read data from the descriptor table. |
void |
setName(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,
Object array)
Writes data to the descriptor table. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short type() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object read(int start, int count) throws IOException, AutomationException
start
- The start (in)count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void write(int start, int count, Object array) throws IOException, AutomationException
start
- The start (in)count
- The count (in)array
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int valueToIndex(double pixval) throws IOException, AutomationException
pixval
- The pixval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |