|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebPlaceFinderInfo
public class ArcWebPlaceFinderInfo
The information describing an ArcWebPlaceFinder.
| Constructor Summary | |
|---|---|
ArcWebPlaceFinderInfo(Object obj)
Construct a ArcWebPlaceFinderInfo 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 data source name used to find a place. |
IEnumArcWebCountry |
getEnumCountry()
An enumerator of the countries supported by the data source. |
IEnumArcWebKeyValue |
getTypeEnum()
The possible types of places that can be used for the search in ArcWebPlaceFinderOptions::FilterType. |
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 ArcWebPlaceFinderInfo(Object obj)
throws IOException
obj to ArcWebPlaceFinderInfo. *
ArcWebPlaceFinderInfo o = (ArcWebPlaceFinderInfo)obj; // will not work
ArcWebPlaceFinderInfo o = new ArcWebPlaceFinderInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebPlaceFinderInfo theArcWebPlaceFinderInfo = (ArcWebPlaceFinderInfo) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getDataSource()
throws IOException,
AutomationException
getDataSource in interface IArcWebPlaceFinderInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebCountry getEnumCountry()
throws IOException,
AutomationException
getEnumCountry in interface IArcWebPlaceFinderInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebKeyValue getTypeEnum()
throws IOException,
AutomationException
getTypeEnum in interface IArcWebPlaceFinderInfoIOException - 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 | ||||||||