|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDescTable
Provides access to members that control a descriptor table.
This interface is not intended to be used by outside developers.
Method Summary | |
---|---|
void |
addColumn(int col_index,
IDescColumn col)
Adds a column to the descriptor table. |
void |
deleteColumn(int col_index)
Deletes a column from the descriptor table. |
void |
fieldDesc(int index,
String[] name,
short[] type,
int[] width)
Provides a description of the field. |
int |
findField(String strtofind)
Finds a field in the descriptor table. |
IBinFunction |
getBinFunction()
Pixel to Row tranlator. |
int |
getNumFields()
Number of fields in the descriptor table. |
IDescColumn |
readColumn(int col_index)
Reads a column from the descriptor table. |
IDescRow |
readRow(int row_index)
Returns a row from the the descriptor table. |
int |
valueToIndex(double pixval)
Converts pixel values to rows in the descriptor table. |
IDescColumn |
writeColumn(int col_index)
Writes column to the descriptor table. |
void |
writeRow(int row_index,
IDescRow row)
Writes row of data to the descriptor table. |
Method Detail |
---|
int getNumFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fieldDesc(int index, String[] name, short[] type, int[] width) throws IOException, AutomationException
index
- The index (in)name
- The name (out: use single element array)type
- The type (out: use single element array)width
- The width (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBinFunction getBinFunction() throws IOException, AutomationException
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.IDescRow readRow(int row_index) throws IOException, AutomationException
row_index
- The row_index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeRow(int row_index, IDescRow row) throws IOException, AutomationException
row_index
- The row_index (in)row
- A reference to a com.esri.arcgis.datasourcesraster.IDescRow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDescColumn readColumn(int col_index) throws IOException, AutomationException
col_index
- The col_index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDescColumn writeColumn(int col_index) throws IOException, AutomationException
col_index
- The col_index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findField(String strtofind) throws IOException, AutomationException
strtofind
- The strtofind (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addColumn(int col_index, IDescColumn col) throws IOException, AutomationException
col_index
- The col_index (in)col
- A reference to a com.esri.arcgis.datasourcesraster.IDescColumn (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteColumn(int col_index) throws IOException, AutomationException
col_index
- The col_index (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 |