|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGpValueTableObject
Provides access to the Dispatch Value Table Object.
| Method Summary | |
|---|---|
void |
addRow(Object row)
Add a row. |
String |
exportToString()
Export the Value Table to a string. |
int |
getColumnCount()
The number of columns. |
String |
getRow(int index)
Get a row. |
int |
getRowCount()
The number of rows. |
String |
getValue(int rowIndex,
int columnIndex)
Get a value. |
void |
loadFromString(String value)
Load the Value Table from a string. |
void |
populate(IGPValueTable pGpValueTable)
Populate a given ValueTable with the values from this one. |
void |
removeRow(int rowIndex)
Remove a row. |
void |
setColumns(int nColumns)
The number of columns. |
void |
setRow(int rowIndex,
Object value)
Set a given row with a new value. |
void |
setValue(int rowIndex,
int columnIndex,
Object value)
Set a given column value. |
| Method Detail |
|---|
void setColumns(int nColumns)
throws IOException,
AutomationException
nColumns - The nColumns (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRowCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColumnCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addRow(Object row)
throws IOException,
AutomationException
row - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getRow(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getValue(int rowIndex,
int columnIndex)
throws IOException,
AutomationException
rowIndex - The rowIndex (in)columnIndex - The columnIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadFromString(String value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String exportToString()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeRow(int rowIndex)
throws IOException,
AutomationException
rowIndex - The rowIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRow(int rowIndex,
Object value)
throws IOException,
AutomationException
rowIndex - The rowIndex (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(int rowIndex,
int columnIndex,
Object value)
throws IOException,
AutomationException
rowIndex - The rowIndex (in)columnIndex - The columnIndex (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void populate(IGPValueTable pGpValueTable)
throws IOException,
AutomationException
pGpValueTable - A reference to a com.esri.arcgis.geoprocessing.IGPValueTable (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 | ||||||||