com.esri.arcgis.carto
Interface ISpatialBookmark

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAOIBookmark, IFeatureBookmark, IPushPin
All Known Implementing Classes:
AOIBookmark, FeatureBookmark, IAOIBookmarkProxy, IFeatureBookmarkProxy, IPushPinProxy, ISpatialBookmarkProxy

public interface ISpatialBookmark
extends java.io.Serializable

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

Description: 'Provides access to members that control a spatial bookmark.' 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 IIDee53528b_41c9_11d1_880a_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getBookmarkType()
          Type of the bookmark.
 java.lang.String getName()
          Name of the bookmark.
 void setName(java.lang.String name)
          Name of the bookmark.
 void zoomTo(IMap map)
          Zooms to the bookmark.
 

Field Detail

IIDee53528b_41c9_11d1_880a_080009ec732a

static final int IIDee53528b_41c9_11d1_880a_080009ec732a
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

getBookmarkType

java.lang.String getBookmarkType()
                                 throws java.io.IOException,
                                        AutomationException
Type of the bookmark.

Returns:
The type
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the bookmark.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the bookmark.

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

zoomTo

void zoomTo(IMap map)
            throws java.io.IOException,
                   AutomationException
Zooms to the bookmark.

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