|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebTable
public class ArcWebTable
A table hodling the rows resulting from a query.
| Constructor Summary | |
|---|---|
ArcWebTable(Object obj)
Construct a ArcWebTable using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IArcWebFields |
getFields()
The IArcWebFields used to retrieve information about the field content. |
IArcWebRow |
getRow(int rowID)
An IArcWebRow used to retrieve information about the row content. |
int |
getRowCount()
The total number of rows in the table. |
int |
getTotalCount()
The total number of rows that match the search criteria. |
int |
hashCode()
the hashcode for this object |
| 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 ArcWebTable(Object obj)
throws IOException
obj to ArcWebTable. *
ArcWebTable o = (ArcWebTable)obj; // will not work
ArcWebTable o = new ArcWebTable(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebTable theArcWebTable = (ArcWebTable) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IArcWebFields getFields()
throws IOException,
AutomationException
getFields in interface IArcWebTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRowCount()
throws IOException,
AutomationException
getRowCount in interface IArcWebTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTotalCount()
throws IOException,
AutomationException
getTotalCount in interface IArcWebTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArcWebRow getRow(int rowID)
throws IOException,
AutomationException
getRow in interface IArcWebTablerowID - The rowID (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 | ||||||||