|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTable
Provides access to members that control a raster table.
This interface is only suppoted on for raster bands that contains a table. Some file based RasterBand and database RasterBand do not contain a table.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getTableType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrimaryField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrimaryField(int fieldIndex) throws IOException, AutomationException
fieldIndex
- The fieldIndex (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 |