com.esri.arcgis.analyst3d
Interface IBookmarkToKeyframe

All Superinterfaces:
Serializable
All Known Implementing Classes:
Bookmark3D

public interface IBookmarkToKeyframe
extends Serializable

Provides access to methods to convert Bookmarks in Keyframes.

Remarks

This interface is used to convert a 3D bookmark to a camera keyframe that can then be used in a camera animation (such as a flyby).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.


Method Summary
 IKeyframe convertToKeyframe()
          Create a Camera keyframe based on bookmark properties.
 

Method Detail

convertToKeyframe

IKeyframe convertToKeyframe()
                            throws IOException,
                                   AutomationException
Create a Camera keyframe based on bookmark properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux

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