|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GpValueTableObject
public class GpValueTableObject
Geoprocessing Value Table object.
Constructor Summary | |
---|---|
GpValueTableObject()
Constructs a GpValueTableObject using ArcGIS Engine. |
|
GpValueTableObject(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpValueTableObject theGpValueTableObject = (GpValueTableObject) obj; |
Method Summary | |
---|---|
void |
addRow(Object row)
Add a row. |
boolean |
equals(Object o)
Compare this object with another |
String |
exportToString()
Export the Value Table to a string. |
static String |
getClsid()
getClsid. |
int |
getColumnCount()
The number of columns. |
String |
getRow(int index)
Get a row. |
int |
getRowCount()
The number of rows. |
IGPValue |
getTrueValue(int rowIndex,
int columnIndex)
Get a value. |
String |
getValue(int rowIndex,
int columnIndex)
Get a value. |
int |
hashCode()
the hashcode for this object |
void |
loadFromString(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,
Object value)
Set a given row with a new value. |
void |
setValue(int rowIndex,
int columnIndex,
Object value)
Set a given column value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GpValueTableObject() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GpValueTableObject(Object obj) throws IOException
GpValueTableObject theGpValueTableObject = (GpValueTableObject) obj;
obj
to GpValueTableObject
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setColumns(int nColumns) throws IOException, AutomationException
setColumns
in interface IGpValueTableObject
nColumns
- The nColumns (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRowCount() throws IOException, AutomationException
getRowCount
in interface IGpValueTableObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnCount() throws IOException, AutomationException
getColumnCount
in interface IGpValueTableObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addRow(Object row) throws IOException, AutomationException
addRow
in interface IGpValueTableObject
row
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRow(int index) throws IOException, AutomationException
getRow
in interface IGpValueTableObject
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getValue(int rowIndex, int columnIndex) throws IOException, AutomationException
getValue
in interface IGpValueTableObject
rowIndex
- The rowIndex (in)columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadFromString(String value) throws IOException, AutomationException
loadFromString
in interface IGpValueTableObject
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String exportToString() throws IOException, AutomationException
exportToString
in interface IGpValueTableObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeRow(int rowIndex) throws IOException, AutomationException
removeRow
in interface IGpValueTableObject
rowIndex
- The rowIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRow(int rowIndex, Object value) throws IOException, AutomationException
setRow
in interface IGpValueTableObject
rowIndex
- The rowIndex (in)value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(int rowIndex, int columnIndex, Object value) throws IOException, AutomationException
setValue
in interface IGpValueTableObject
rowIndex
- The rowIndex (in)columnIndex
- The columnIndex (in)value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void populate(IGPValueTable pGpValueTable) throws IOException, AutomationException
populate
in interface IGpValueTableObject
pGpValueTable
- A reference to a com.esri.arcgis.geoprocessing.IGPValueTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue getTrueValue(int rowIndex, int columnIndex) throws IOException, AutomationException
getTrueValue
in interface IGpValueTableObject2
rowIndex
- The rowIndex (in)columnIndex
- The columnIndex (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 |