|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GpValueTableObject
public class GpValueTableObject
COM Class 'GpValueTableObject'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Geoprocessing 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 |
|---|
| 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, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGpValueTableObject2 |
|---|
DISPID_1_NAME, IID, IID1f3f1579_8c0c_46dd_b408_09dea1166aa7, xxDummy |
| Constructor Summary | |
|---|---|
GpValueTableObject()
Constructs a GpValueTableObject using ArcGIS Engine. |
|
GpValueTableObject(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpValueTableObject theGpValueTableObject = (GpValueTableObject) obj; |
|
| Method Summary | |
|---|---|
void |
addRow(java.lang.Object row)
Add a row. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
exportToString()
Export the Value Table to a string. |
static java.lang.String |
getClsid()
getClsid. |
int |
getColumnCount()
The number of columns. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getRow(int index)
Get a row. |
int |
getRowCount()
The number of rows. |
IGPValue |
getTrueValue(int rowIndex,
int columnIndex)
Get a value. |
java.lang.String |
getValue(int rowIndex,
int columnIndex)
Get a value. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a GpValueTableObject. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GpValueTableObject()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GpValueTableObject(java.lang.Object obj)
throws java.io.IOException
GpValueTableObject theGpValueTableObject = (GpValueTableObject) obj;
obj to GpValueTableObject.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setColumns(int nColumns)
throws java.io.IOException,
AutomationException
setColumns in interface IGpValueTableObjectnColumns - 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 IGpValueTableObjectjava.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 IGpValueTableObjectjava.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 IGpValueTableObjectrow - 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 IGpValueTableObjectindex - 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 IGpValueTableObjectrowIndex - 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 IGpValueTableObjectvalue - 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 IGpValueTableObjectjava.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 IGpValueTableObjectrowIndex - 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 IGpValueTableObjectrowIndex - 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 IGpValueTableObjectrowIndex - 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 IGpValueTableObjectpGpValueTable - 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.
public IGPValue getTrueValue(int rowIndex,
int columnIndex)
throws java.io.IOException,
AutomationException
getTrueValue in interface IGpValueTableObject2rowIndex - The rowIndex (in)columnIndex - The columnIndex (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 | ||||||||