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