|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMStopsCollection
Provides access to the collection of route stops.
Represents the collection of route stops.
Method Summary | |
---|---|
void |
add(ISMStop pItem)
Adds a stop to the end of collection. |
void |
clear()
Removes all stops from the collection. |
int |
getCount()
The number of stops in the collection. |
ISMStop |
getItem(int position)
The stop at the specified position in the collection. |
void |
insert(int position,
ISMStop pItem)
Inserts a stop at the specified position in the collection. |
void |
remove(int position)
Removes the stop at the specified position in the collection. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
Returns the number of stops in a collection.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISMStop getItem(int position) throws IOException, AutomationException
position
- The position (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ISMStop pItem) throws IOException, AutomationException
Add a stop to the end of a collection.
pItem
- A reference to a com.esri.arcgis.datasourcesfile.ISMStop (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int position, ISMStop pItem) throws IOException, AutomationException
Inserts a stop at a specifed position within a collection.
position
- The position (in)pItem
- A reference to a com.esri.arcgis.datasourcesfile.ISMStop (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int position) throws IOException, AutomationException
Removes a stop at a specifed position within a collection.
position
- The position (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws IOException, AutomationException
Removes all stops from the collection.
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 |