|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISceneBookmarks
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 |
---|
static final int IIDbcdb3325_9afa_11d5_b29f_00508bcdde28
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IArray getBookmarks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addBookmark(IBookmark3D pBookmark) throws java.io.IOException, AutomationException
pBookmark
- A reference to a com.esri.arcgis.analyst3d.IBookmark3D (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findBookmark(java.lang.String name, IBookmark3D[] ppBookmark) throws java.io.IOException, AutomationException
name
- The name (in)ppBookmark
- A reference to a com.esri.arcgis.analyst3d.IBookmark3D (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeBookmark(IBookmark3D bookmark) throws java.io.IOException, AutomationException
bookmark
- A reference to a com.esri.arcgis.analyst3d.IBookmark3D (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllBookmarks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBookmarkCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveBookmarks(IStream pStm) throws java.io.IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadBookmarks(IStream pStm) throws java.io.IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.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 |