|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapBookmarks
Provides access to members that control the map bookmarks.
The collection of bookmarks in the map.
See the help for ISpatialBookmark and the examples in the Carto library overview.
Method Summary | |
---|---|
void |
addBookmark(ISpatialBookmark bookmark)
Adds a bookmark to the collection. |
IEnumSpatialBookmark |
getBookmarks()
The bookmarks. |
void |
removeAllBookmarks()
Removes all bookmarks. |
void |
removeBookmark(ISpatialBookmark bookmark)
Removes a bookmark from the collection. |
Method Detail |
---|
IEnumSpatialBookmark getBookmarks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addBookmark(ISpatialBookmark bookmark) throws IOException, AutomationException
bookmark
- A reference to a com.esri.arcgis.carto.ISpatialBookmark (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeBookmark(ISpatialBookmark bookmark) throws IOException, AutomationException
bookmark
- A reference to a com.esri.arcgis.carto.ISpatialBookmark (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllBookmarks() throws IOException, AutomationException
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 |