|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPValueTable
Provides access to the properties/methods of a value table object.
For an extended code sample refer to the Parameter DataType—Lists section of the Building Geoprocessing Functions technical document.
| Method Summary | |
|---|---|
void |
addDataType(IGPDataType pDataType)
Adds the data type as a column to the value table. |
void |
addRecord(IArray pValues)
Adds a record to the value table. |
IGPDataType |
getDataType(int index)
The data type object of the given column index. |
int |
getDataTypeCount()
The number of data types/columns of the value table. |
IArray |
getRecord(int index)
Returns the array of values of the specified record in the value table. |
int |
getRecordCount()
The number of rows in the value table. |
IGPValue |
getValue(int row,
int col)
Returns the value of the given row/column. |
void |
insertRecord(int index,
IArray pValues)
Inserts a record in the value table at the specified index. |
void |
removeDataType(int index)
Removes the given column from the value table. |
void |
removeRecord(int index)
Removes the specified record from the value table. |
void |
removeValue(IGPValue pValue)
Removes the given value from the value table. |
void |
replaceRecord(int index,
IArray pValues)
Replaces the record in the value table at the specified index. |
void |
setValue(int row,
int col,
IGPValue ppValue)
Sets the vlaue of the given row/column. |
| Method Detail |
|---|
int getDataTypeCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPDataType getDataType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDataType(IGPDataType pDataType)
throws IOException,
AutomationException
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeDataType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRecordCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPValue getValue(int row,
int col)
throws IOException,
AutomationException
row - The row (in)col - The col (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(int row,
int col,
IGPValue ppValue)
throws IOException,
AutomationException
row - The row (in)col - The col (in)ppValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addRecord(IArray pValues)
throws IOException,
AutomationException
pValues - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insertRecord(int index,
IArray pValues)
throws IOException,
AutomationException
index - The index (in)pValues - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void replaceRecord(int index,
IArray pValues)
throws IOException,
AutomationException
index - The index (in)pValues - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeRecord(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getRecord(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeValue(IGPValue pValue)
throws IOException,
AutomationException
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (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 | ||||||||