|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebPlaceFinder
public class ArcWebPlaceFinder
An ArcWeb service used for finding places.
| Constructor Summary | |
|---|---|
ArcWebPlaceFinder()
Constructs a ArcWebPlaceFinder using ArcGIS Engine. |
|
ArcWebPlaceFinder(Object obj)
Construct a ArcWebPlaceFinder using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IArcWebLocationInfo |
find(String place,
IArcWebPlaceFinderOptions placeFinderOptions,
ITrackCancel pCancelTracker)
Finds a place. |
static String |
getClsid()
getClsid. |
IEnumArcWebPlaceFinderInfo |
getDataSourceInfo(IEnumArcWebDataSourceInfo pDataSourceInfo,
ITrackCancel pCancelTracker)
Gets the country and type information for the specified data sources. |
IEnumArcWebDataSourceInfo |
getSupportedDataSources(ITrackCancel pCancelTracker)
Gets all the data sources information that can support this service. |
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 ArcWebPlaceFinder()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebPlaceFinder(Object obj)
throws IOException
obj to ArcWebPlaceFinder.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebPlaceFinder theArcWebPlaceFinder = (ArcWebPlaceFinder) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IArcWebLocationInfo find(String place,
IArcWebPlaceFinderOptions placeFinderOptions,
ITrackCancel pCancelTracker)
throws IOException,
AutomationException
find in interface IArcWebPlaceFinderplace - The place (in)placeFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebPlaceFinderOptions (in)pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebPlaceFinderInfo getDataSourceInfo(IEnumArcWebDataSourceInfo pDataSourceInfo,
ITrackCancel pCancelTracker)
throws IOException,
AutomationException
getDataSourceInfo in interface IArcWebPlaceFinderpDataSourceInfo - A reference to a com.esri.arcgis.arcweb.IEnumArcWebDataSourceInfo (in)pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebDataSourceInfo getSupportedDataSources(ITrackCancel pCancelTracker)
throws IOException,
AutomationException
getSupportedDataSources in interface IArcWebPlaceFinderpCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (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 | ||||||||