|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGpValueTableObjectProxy
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 =
public class IGpValueTableObjectProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGpValueTableObject |
---|
DISPID_1_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_13_NAME, DISPID_2_GET_NAME, DISPID_3_GET_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID527b0a11_811d_474c_b34e_919b560e72c0 |
Constructor Summary | |
---|---|
|
IGpValueTableObjectProxy()
Deprecated. For internal use only |
|
IGpValueTableObjectProxy(java.lang.Object obj)
Deprecated. |
protected |
IGpValueTableObjectProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGpValueTableObjectProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGpValueTableObjectProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addRow(java.lang.Object row)
Deprecated. Add a row. |
java.lang.String |
exportToString()
Deprecated. Export the Value Table to a string. |
int |
getColumnCount()
Deprecated. The number of columns. |
java.lang.String |
getRow(int index)
Deprecated. Get a row. |
int |
getRowCount()
Deprecated. The number of rows. |
java.lang.String |
getValue(int rowIndex,
int columnIndex)
Deprecated. Get a value. |
void |
loadFromString(java.lang.String value)
Deprecated. Load the Value Table from a string. |
void |
populate(IGPValueTable pGpValueTable)
Deprecated. Populate a given ValueTable with the values from this one. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeRow(int rowIndex)
Deprecated. Remove a row. |
void |
setColumns(int nColumns)
Deprecated. The number of columns. |
void |
setRow(int rowIndex,
java.lang.Object value)
Deprecated. Set a given row with a new value. |
void |
setValue(int rowIndex,
int columnIndex,
java.lang.Object value)
Deprecated. Set a given column value. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGpValueTableObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGpValueTableObjectProxy()
public IGpValueTableObjectProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGpValueTableObjectProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGpValueTableObjectProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setColumns(int nColumns) throws java.io.IOException, AutomationException
setColumns
in interface IGpValueTableObject
nColumns
- The nColumns (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRowCount() throws java.io.IOException, AutomationException
getRowCount
in interface IGpValueTableObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnCount() throws java.io.IOException, AutomationException
getColumnCount
in interface IGpValueTableObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addRow(java.lang.Object row) throws java.io.IOException, AutomationException
addRow
in interface IGpValueTableObject
row
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRow(int index) throws java.io.IOException, AutomationException
getRow
in interface IGpValueTableObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getValue(int rowIndex, int columnIndex) throws java.io.IOException, AutomationException
getValue
in interface IGpValueTableObject
rowIndex
- The rowIndex (in)columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadFromString(java.lang.String value) throws java.io.IOException, AutomationException
loadFromString
in interface IGpValueTableObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String exportToString() throws java.io.IOException, AutomationException
exportToString
in interface IGpValueTableObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeRow(int rowIndex) throws java.io.IOException, AutomationException
removeRow
in interface IGpValueTableObject
rowIndex
- The rowIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRow(int rowIndex, java.lang.Object value) throws java.io.IOException, AutomationException
setRow
in interface IGpValueTableObject
rowIndex
- The rowIndex (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(int rowIndex, int columnIndex, java.lang.Object value) throws java.io.IOException, AutomationException
setValue
in interface IGpValueTableObject
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.public void populate(IGPValueTable pGpValueTable) throws java.io.IOException, AutomationException
populate
in interface IGpValueTableObject
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 |