|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.EnumArcWebSpatialQueryInfo
public class EnumArcWebSpatialQueryInfo
An enumerator of the ArcWebSpatialQuery infornmation.
| Constructor Summary | |
|---|---|
EnumArcWebSpatialQueryInfo(Object obj)
Construct a EnumArcWebSpatialQueryInfo using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
add(IArcWebSpatialQueryInfo spatialQueryInfo)
Adds an ArcWebSpatialQueryInfo to the enumerator. |
boolean |
equals(Object o)
Compare this object with another |
int |
hashCode()
the hashcode for this object |
IArcWebSpatialQueryInfo |
next()
Retrieves the next IArcWebSpatialQueryInfo in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
| 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 EnumArcWebSpatialQueryInfo(Object obj)
throws IOException
obj to EnumArcWebSpatialQueryInfo. *
EnumArcWebSpatialQueryInfo o = (EnumArcWebSpatialQueryInfo)obj; // will not work
EnumArcWebSpatialQueryInfo o = new EnumArcWebSpatialQueryInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
EnumArcWebSpatialQueryInfo theEnumArcWebSpatialQueryInfo = (EnumArcWebSpatialQueryInfo) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void reset()
throws IOException,
AutomationException
reset in interface IEnumArcWebSpatialQueryInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArcWebSpatialQueryInfo next()
throws IOException,
AutomationException
next in interface IEnumArcWebSpatialQueryInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(IArcWebSpatialQueryInfo spatialQueryInfo)
throws IOException,
AutomationException
add in interface IEnumArcWebSpatialQueryInfospatialQueryInfo - A reference to a com.esri.arcgis.arcweb.IArcWebSpatialQueryInfo (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 | ||||||||