|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebSpatialQueryInfo
public class ArcWebSpatialQueryInfo
The information describing an ArcWebSpatialQuery.
| Constructor Summary | |
|---|---|
ArcWebSpatialQueryInfo(Object obj)
Construct a ArcWebSpatialQueryInfo using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getDataSource()
The name of the data source. |
IArcWebFields |
getFields()
A set of fields. |
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 ArcWebSpatialQueryInfo(Object obj)
throws IOException
obj to ArcWebSpatialQueryInfo. *
ArcWebSpatialQueryInfo o = (ArcWebSpatialQueryInfo)obj; // will not work
ArcWebSpatialQueryInfo o = new ArcWebSpatialQueryInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebSpatialQueryInfo theArcWebSpatialQueryInfo = (ArcWebSpatialQueryInfo) 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 IArcWebSpatialQueryInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDataSource()
throws IOException,
AutomationException
getDataSource in interface IArcWebSpatialQueryInfoIOException - 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 | ||||||||