|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebLocationInfo
public class ArcWebLocationInfo
The information describing a geocode request.
| Constructor Summary | |
|---|---|
ArcWebLocationInfo(Object obj)
Construct a ArcWebLocationInfo using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IEnumArcWebLocation |
getEnumArcWebLocation()
An enumerator of places that match the input criteria. |
int |
getMatchType()
The type of candidate match. |
int |
getTotalCount()
The total number of results that meet the search criteria. |
int |
hashCode()
the hashcode for this object |
boolean |
isHasMore()
Indicates if there are more records available in the result than returned. |
| 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 ArcWebLocationInfo(Object obj)
throws IOException
obj to ArcWebLocationInfo. *
ArcWebLocationInfo o = (ArcWebLocationInfo)obj; // will not work
ArcWebLocationInfo o = new ArcWebLocationInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebLocationInfo theArcWebLocationInfo = (ArcWebLocationInfo) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean isHasMore()
throws IOException,
AutomationException
isHasMore in interface IArcWebLocationInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMatchType()
throws IOException,
AutomationException
getMatchType in interface IArcWebLocationInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTotalCount()
throws IOException,
AutomationException
getTotalCount in interface IArcWebLocationInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebLocation getEnumArcWebLocation()
throws IOException,
AutomationException
getEnumArcWebLocation in interface IArcWebLocationInfoIOException - 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 | ||||||||