|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.EnumArcWebRouteStops
public class EnumArcWebRouteStops
An enumerator of ArcWebRouteStops.
| Constructor Summary | |
|---|---|
EnumArcWebRouteStops()
Constructs a EnumArcWebRouteStops using ArcGIS Engine. |
|
EnumArcWebRouteStops(Object obj)
Construct a EnumArcWebRouteStops using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
add(IArcWebRouteStop routeStop)
Adds a route stop to the enumerator. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
makeFirst(IArcWebRouteStop routeStop)
Makes a route stop the first one. |
void |
makeLast(IArcWebRouteStop routeStop)
Makes a route stop the first one. |
void |
moveDown(IArcWebRouteStop routeStop)
Moves a route stop one position down. |
void |
moveUp(IArcWebRouteStop routeStop)
Moves a route stop one position up. |
IArcWebRouteStop |
next()
Retrieves the next esriArcWebCountry in the enumeration sequence. |
void |
remove(IArcWebRouteStop routeStop)
Removes a route stop from the enumerator. |
void |
removeAll()
Removes all route stops from the enumerator. |
void |
reset()
Resets the enumeration sequence to the beginning. |
| 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 EnumArcWebRouteStops()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public EnumArcWebRouteStops(Object obj)
throws IOException
obj to EnumArcWebRouteStops.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
EnumArcWebRouteStops theEnumArcWebRouteStops = (EnumArcWebRouteStops) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void reset()
throws IOException,
AutomationException
reset in interface IEnumArcWebRouteStopsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArcWebRouteStop next()
throws IOException,
AutomationException
next in interface IEnumArcWebRouteStopsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
add in interface IEnumArcWebRouteStopsrouteStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
remove in interface IEnumArcWebRouteStopsrouteStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws IOException,
AutomationException
removeAll in interface IEnumArcWebRouteStopsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveUp(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
moveUp in interface IEnumArcWebRouteStopsrouteStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveDown(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
moveDown in interface IEnumArcWebRouteStopsrouteStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void makeFirst(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
makeFirst in interface IEnumArcWebRouteStopsrouteStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void makeLast(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
makeLast in interface IEnumArcWebRouteStopsrouteStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (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 | ||||||||