|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumArcWebRouteStops
Provides access to members that enumerate and manipulate the route stops.
| Method Summary | |
|---|---|
void |
add(IArcWebRouteStop routeStop)
Adds a route stop to the enumerator. |
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. |
| Method Detail |
|---|
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebRouteStop next()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
routeStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
routeStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveUp(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
routeStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveDown(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
routeStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void makeFirst(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
routeStop - A reference to a com.esri.arcgis.arcweb.IArcWebRouteStop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void makeLast(IArcWebRouteStop routeStop)
throws IOException,
AutomationException
routeStop - 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 | ||||||||