com.esri.arcgis.carto
Interface IMapBookmarks2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapBookmarks2Proxy, Map

public interface IMapBookmarks2
extends java.io.Serializable

COM Interface 'IMapBookmarks2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the map bookmarks.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdec80b31_b4ba_48b2_84e1_9b80119f405e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void moveBookmarkTo(ISpatialBookmark bookmark, int index)
          Moves a bookmark in the collection.
 void sortBookmarks(boolean ascending)
          Adds a bookmark to the collection.
 

Field Detail

IIDdec80b31_b4ba_48b2_84e1_9b80119f405e

static final int IIDdec80b31_b4ba_48b2_84e1_9b80119f405e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

moveBookmarkTo

void moveBookmarkTo(ISpatialBookmark bookmark,
                    int index)
                    throws java.io.IOException,
                           AutomationException
Moves a bookmark in the collection.

Parameters:
bookmark - A reference to a com.esri.arcgis.carto.ISpatialBookmark (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sortBookmarks

void sortBookmarks(boolean ascending)
                   throws java.io.IOException,
                          AutomationException
Adds a bookmark to the collection.

Parameters:
ascending - The ascending (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.