|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebRouteFinder
public class ArcWebRouteFinder
An ArcWeb service used to find routes and generate driving directions between multiple locations.
| Constructor Summary | |
|---|---|
ArcWebRouteFinder()
Constructs a ArcWebRouteFinder using ArcGIS Engine. |
|
ArcWebRouteFinder(Object obj)
Construct a ArcWebRouteFinder using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IArcWebRouteInfo |
findRoute(IEnumArcWebRouteStops routeStops,
IArcWebRouteFinderOptions routeFinderOptions,
ITrackCancel cancelTracker)
Returns route information for a given set of route stops and routing parameters. |
static String |
getClsid()
getClsid. |
IEnumBSTR |
getLanguages(ITrackCancel cancelTracker)
Gets the supported languages for the driving directions. |
IEnumArcWebDataSourceInfo |
getSupportedDataSources(ITrackCancel pCancelTracker)
Gets the supported data sources for the route finding service. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
| 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 ArcWebRouteFinder()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebRouteFinder(Object obj)
throws IOException
obj to ArcWebRouteFinder.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebRouteFinder theArcWebRouteFinder = (ArcWebRouteFinder) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IEnumBSTR getLanguages(ITrackCancel cancelTracker)
throws IOException,
AutomationException
getLanguages in interface IArcWebRouteFindercancelTracker - 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 IArcWebRouteInfo findRoute(IEnumArcWebRouteStops routeStops,
IArcWebRouteFinderOptions routeFinderOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
findRoute in interface IArcWebRouteFinderrouteStops - A reference to a com.esri.arcgis.arcweb.IEnumArcWebRouteStops (in)routeFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebRouteFinderOptions (in)cancelTracker - 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 IArcWebRouteFinderpCancelTracker - 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 void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||