|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBookmark3D
Provides access to members than control bookmarks in 3D.
A 3D bookmark is analogous to a 2D bookmark that is used in ArcMap, except it is used in ArcScene. This interface is responsible for managing 3D bookmarks in the scene.
| 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. |
String |
getName()
The name of the 3D bookmark. |
void |
setName(String name)
The name of the 3D bookmark. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void capture(ICamera pCamera)
throws IOException,
AutomationException
pCamera - A reference to a com.esri.arcgis.analyst3d.ICamera (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void apply(ISceneViewer pViewer,
boolean bAnimate,
double animDuration)
throws IOException,
AutomationException
pViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)bAnimate - The bAnimate (in)animDuration - The animDuration (in)
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 | ||||||||