com.esri.arcgis.carto
Interface IEnumSpatialBookmark

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumSpatialBookmarkProxy

public interface IEnumSpatialBookmark
extends java.io.Serializable

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

Description: 'Provides access to members that control the spatial bookmark list.' 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 IIDee535290_41c9_11d1_880a_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISpatialBookmark next()
          Returns the next spatial bookmark.
 void reset()
          Resets the enumerator.
 

Field Detail

IIDee535290_41c9_11d1_880a_080009ec732a

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

next

ISpatialBookmark next()
                      throws java.io.IOException,
                             AutomationException
Returns the next spatial bookmark.

Returns:
A reference to a com.esri.arcgis.carto.ISpatialBookmark
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator.

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