com.esri.arcgis.analyst3d
Interface ISceneBookmarks

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISceneBookmarks2
All Known Implementing Classes:
Globe, ISceneBookmarks2Proxy, ISceneBookmarksProxy, Scene

public interface ISceneBookmarks
extends java.io.Serializable

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

Description: 'Provides access to members that control the scene 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 IIDbcdb3325_9afa_11d5_b29f_00508bcdde28
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addBookmark(IBookmark3D pBookmark)
          Adds a bookmark to the collection.
 void findBookmark(java.lang.String name, IBookmark3D[] ppBookmark)
          Finds a bookmark by name.
 int getBookmarkCount()
          The number of bookmarks.
 IArray getBookmarks()
          The bookmarks.
 void loadBookmarks(IStream pStm)
          Load the bookmarks from a stream.
 void removeAllBookmarks()
          Removes all bookmarks.
 void removeBookmark(IBookmark3D bookmark)
          Removes a bookmark from the collection.
 void saveBookmarks(IStream pStm)
          Save the bookmarks to a stream.
 

Field Detail

IIDbcdb3325_9afa_11d5_b29f_00508bcdde28

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

getBookmarks

IArray getBookmarks()
                    throws java.io.IOException,
                           AutomationException
The bookmarks.

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

addBookmark

void addBookmark(IBookmark3D pBookmark)
                 throws java.io.IOException,
                        AutomationException
Adds a bookmark to the collection.

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

findBookmark

void findBookmark(java.lang.String name,
                  IBookmark3D[] ppBookmark)
                  throws java.io.IOException,
                         AutomationException
Finds a bookmark by name.

Parameters:
name - The name (in)
ppBookmark - A reference to a com.esri.arcgis.analyst3d.IBookmark3D (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeBookmark

void removeBookmark(IBookmark3D bookmark)
                    throws java.io.IOException,
                           AutomationException
Removes a bookmark from the collection.

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

removeAllBookmarks

void removeAllBookmarks()
                        throws java.io.IOException,
                               AutomationException
Removes all bookmarks.

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

getBookmarkCount

int getBookmarkCount()
                     throws java.io.IOException,
                            AutomationException
The number of bookmarks.

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

saveBookmarks

void saveBookmarks(IStream pStm)
                   throws java.io.IOException,
                          AutomationException
Save the bookmarks to a stream.

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

loadBookmarks

void loadBookmarks(IStream pStm)
                   throws java.io.IOException,
                          AutomationException
Load the bookmarks from a stream.

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