|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebFields
public class ArcWebFields
A set of fields from an ArcWebTable.
| Constructor Summary | |
|---|---|
ArcWebFields(Object obj)
Construct a ArcWebFields using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IArcWebField |
getField(int fieldID)
A field by index (base 0). |
int |
getFieldCount()
The number of fields in the table. |
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 ArcWebFields(Object obj)
throws IOException
obj to ArcWebFields. *
ArcWebFields o = (ArcWebFields)obj; // will not work
ArcWebFields o = new ArcWebFields(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebFields theArcWebFields = (ArcWebFields) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getFieldCount()
throws IOException,
AutomationException
getFieldCount in interface IArcWebFieldsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArcWebField getField(int fieldID)
throws IOException,
AutomationException
getField in interface IArcWebFieldsfieldID - The fieldID (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 | ||||||||