|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpValueTableObject
COM Interface 'IGpValueTableObject'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the Dispatch 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 |
DISPID_1_NAME
|
static java.lang.String |
DISPID_10_NAME
|
static java.lang.String |
DISPID_11_NAME
|
static java.lang.String |
DISPID_13_NAME
|
static java.lang.String |
DISPID_2_GET_NAME
|
static java.lang.String |
DISPID_3_GET_NAME
|
static java.lang.String |
DISPID_4_NAME
|
static java.lang.String |
DISPID_5_NAME
|
static java.lang.String |
DISPID_6_NAME
|
static java.lang.String |
DISPID_7_NAME
|
static java.lang.String |
DISPID_8_NAME
|
static java.lang.String |
DISPID_9_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID527b0a11_811d_474c_b34e_919b560e72c0
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addRow(java.lang.Object row)
Add a row. |
java.lang.String |
exportToString()
Export the Value Table to a string. |
int |
getColumnCount()
The number of columns. |
java.lang.String |
getRow(int index)
Get a row. |
int |
getRowCount()
The number of rows. |
java.lang.String |
getValue(int rowIndex,
int columnIndex)
Get a value. |
void |
loadFromString(java.lang.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,
java.lang.Object value)
Set a given row with a new value. |
void |
setValue(int rowIndex,
int columnIndex,
java.lang.Object value)
Set a given column value. |
Field Detail |
---|
static final int IID527b0a11_811d_474c_b34e_919b560e72c0
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_3_GET_NAME
static final java.lang.String DISPID_4_NAME
static final java.lang.String DISPID_5_NAME
static final java.lang.String DISPID_6_NAME
static final java.lang.String DISPID_7_NAME
static final java.lang.String DISPID_8_NAME
static final java.lang.String DISPID_9_NAME
static final java.lang.String DISPID_10_NAME
static final java.lang.String DISPID_11_NAME
static final java.lang.String DISPID_13_NAME
Method Detail |
---|
void setColumns(int nColumns) throws java.io.IOException, AutomationException
nColumns
- The nColumns (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRowCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addRow(java.lang.Object row) throws java.io.IOException, AutomationException
row
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRow(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.java.lang.String getValue(int rowIndex, int columnIndex) throws java.io.IOException, AutomationException
rowIndex
- The rowIndex (in)columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromString(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String exportToString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeRow(int rowIndex) throws java.io.IOException, AutomationException
rowIndex
- The rowIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRow(int rowIndex, java.lang.Object value) throws java.io.IOException, AutomationException
rowIndex
- The rowIndex (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int rowIndex, int columnIndex, java.lang.Object value) throws java.io.IOException, AutomationException
rowIndex
- The rowIndex (in)columnIndex
- The columnIndex (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void populate(IGPValueTable pGpValueTable) throws java.io.IOException, AutomationException
pGpValueTable
- A reference to a com.esri.arcgis.geoprocessing.IGPValueTable (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 |