com.esri.arcgis.analyst3d
Interface IBookmark3D

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Bookmark3D, IBookmark3DProxy

public interface IBookmark3D
extends java.io.Serializable

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

Description: 'Provides access to members than control bookmarks in 3D.' 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 IIDbcdb3324_9afa_11d5_b29f_00508bcdde28
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void apply(ISceneViewer pViewer, boolean bAnimate, double animDuration)
          Applies bookmark to given viewer.
 void capture(ICamera pCamera)
          Copies bookmark properties from given camera.
 java.lang.String getName()
          The name of the 3D bookmark.
 void setName(java.lang.String name)
          The name of the 3D bookmark.
 

Field Detail

IIDbcdb3324_9afa_11d5_b29f_00508bcdde28

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the 3D 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
The name of the 3D bookmark.

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

capture

void capture(ICamera pCamera)
             throws java.io.IOException,
                    AutomationException
Copies bookmark properties from given camera.

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

apply

void apply(ISceneViewer pViewer,
           boolean bAnimate,
           double animDuration)
           throws java.io.IOException,
                  AutomationException
Applies bookmark to given viewer.

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