com.esri.arcgis.animation
Interface IAGKeyframeInterval

All Superinterfaces:
Serializable
All Known Implementing Classes:
TimeKeyframe, TimeLayerKeyframe

public interface IAGKeyframeInterval
extends Serializable

Provides access to Keyframes with interval information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getAnimationInterval(IAGKeyframe pNextKeyframe)
          The interval for this keyframe.
 void getDisplayTime(String[] pDisplayTime)
          The last interpolated time interval for this keyframe.
 

Method Detail

getAnimationInterval

double getAnimationInterval(IAGKeyframe pNextKeyframe)
                            throws IOException,
                                   AutomationException
The interval for this keyframe.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pNextKeyframe - A reference to a com.esri.arcgis.animation.IAGKeyframe (in)
Returns:
The pInterval
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayTime

void getDisplayTime(String[] pDisplayTime)
                    throws IOException,
                           AutomationException
The last interpolated time interval for this keyframe.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pDisplayTime - The pDisplayTime (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.