|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPValueTable
COM Interface 'IGPValueTable'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a value table object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID270e32ad_b10d_4de0_8664_688062ba1846
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID270e32ad_b10d_4de0_8664_688062ba1846
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getDataTypeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDataType getDataType(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addDataType(IGPDataType pDataType) throws java.io.IOException, AutomationException
pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeDataType(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRecordCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPValue getValue(int row, int col) throws java.io.IOException, AutomationException
row
- The row (in)col
- The col (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int row, int col, IGPValue ppValue) throws java.io.IOException, AutomationException
row
- The row (in)col
- The col (in)ppValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addRecord(IArray pValues) throws java.io.IOException, AutomationException
pValues
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertRecord(int index, IArray pValues) throws java.io.IOException, AutomationException
index
- The index (in)pValues
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replaceRecord(int index, IArray pValues) throws java.io.IOException, AutomationException
index
- The index (in)pValues
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeRecord(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getRecord(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeValue(IGPValue pValue) throws java.io.IOException, AutomationException
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.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 |