com.esri.arcgis.analyst3d
Class AnimationTrack

java.lang.Object
  extended by com.esri.arcgis.analyst3d.AnimationTrack
All Implemented Interfaces:
IAnimationTrack, IAGAnimationTrack, IAGAnimationTrackKeyframes, com.esri.arcgis.interop.RemoteObjRef, IPersist, IPersistStream, java.io.Externalizable, java.io.Serializable

public class AnimationTrack
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAnimationTrack, IAGAnimationTrack, IAGAnimationTrackKeyframes, IPersistStream, java.io.Externalizable

COM Class 'AnimationTrack'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description 'The Animation Track coclass.' 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 =

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Fields inherited from interface com.esri.arcgis.analyst3d.IAnimationTrack
IID, IIDbbf1af31_a6ec_11d5_b2a0_00508bcdde28, xxDummy
 
Fields inherited from interface com.esri.arcgis.animation.IAGAnimationTrack
IID, IID79dd6360_268d_47ee_a4fc_384f2cbe1aa5, xxDummy
 
Fields inherited from interface com.esri.arcgis.animation.IAGAnimationTrackKeyframes
IID, IID8d9fe1b4_25fe_4586_b011_c60f36ea0a8b, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersistStream
IID, IID00000109_0000_0000_c000_000000000046, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersist
IID0000010c_0000_0000_c000_000000000046
 
Constructor Summary
AnimationTrack()
          Constructs a AnimationTrack using ArcGIS Engine.
AnimationTrack(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AnimationTrack theAnimationTrack = (AnimationTrack) obj;
 
Method Summary
 void attachObject(java.lang.Object pObject)
          Attach object to the track.
 IAGKeyframe createKeyframe(int index)
          Creates a new keyframe of the appropriate type and inserts it.
 void detachAllObjects()
          Detach all objects from the track.
 void detachObject(java.lang.Object pObject)
          Detach object from the track.
 boolean equals(java.lang.Object o)
          Compare this object with another
 void findKeyframe(java.lang.String name, IAGKeyframe[] ppKeyframe)
          Finds a keyframe by name.
 void findKeyframe(java.lang.String name, IKeyframe[] ppKeyframe)
          Finds a keyframe by name.
 ILongArray getActiveProperties()
          The combination of active properties for the track.
 IAGAnimationContainer getAnimationObjectContainer()
          The container of the animation objects attached to the tracks.
 IAnimationType getAnimationType()
          The animation type.
 IArray getAttachedObjects()
          The objects to which the track is attached, or null.
 int getAttachedObjectsCount()
          The number of objects to which the track is attached.
 double getBeginTime()
          The initial time of the track.
 void getClassID(GUID[] pClassID)
          getClassID
static java.lang.String getClsid()
          getClsid.
 double getEndTime()
          The final time of the track.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 IKeyframe getKeyframe(int index)
          The keyframe with the given index in the track.
 int getKeyframeCount()
          The number of keyframes defined in the track.
 IAGKeyframe getLastInterpolatedKeyframe()
          The last keyframe that was interpolated in the track.
 java.lang.String getName()
          The name of the track.
 void getSizeMax(_ULARGE_INTEGER[] pcbSize)
          getSizeMax
 int hashCode()
          the hashcode for this object
 IAGAnimationType IAGAnimationTrack_getAnimationType()
          The animation type.
 IAGKeyframe IAGAnimationTrackKeyframes_getKeyframe(int index)
          The keyframe with the given index in the track.
 void insertKeyframe(IAGKeyframe pKeyframe, int index)
          Inserts a new keyframe.
 void insertKeyframe(IKeyframe pKeyframe, int index)
          Inserts a new keyframe.
 void interpolateObjectProperties(IAGAnimationContainer pContainer, double time)
          Interpolates the state of the attached object for a time between BeginTime and Endtime.
 void interpolateObjectProperties(IScene pScene, double time)
          Interpolates the state of the attached object for a time between BeginTime and Endtime.
 boolean isActiveProperty(int propIndex)
          Indicates if an animation property is active.
 boolean isApplyToAllViewers()
          Indicates whether to apply a camera track to all scene viewers.
 boolean isAttached(java.lang.Object pObject)
          Indicates if the given objects is attached to the track.
 boolean isCycle()
          Indicates if the track is repeated periodically.
 void isDirty()
          isDirty
 boolean isEnabled()
          Indicates if the track is enabled.
 boolean isEvenTimeStamps()
          Indicates whether to distribute time stamps evenly in the interval 0-1.
 void load(IStream pstm)
          load
 void moveKeyframe(int originIndex, int destinationIndex)
          Moves the keyframe with the given index, inserting it with a different index.
 void readExternal(java.io.ObjectInput in)
           
 void release()
          Release a AnimationTrack.
 void removeAllKeyframes()
          Removes all the keyframes.
 void removeKeyframe(int index)
          Removes the keyframe with the given index.
 void resetAttachedObjects(IAGAnimationContainer pContainer)
          Reset the state of the attached objects to be ready for animation.
 void resetAttachedObjects(IScene pScene)
          Reset the state of the attached objects to be ready for animation.
 void resetTimeStamps()
          Redistributes the time stamps in the interval [0,1].
 void restoreObjectProperties(IAGAnimationContainer pContainer, int index)
          Restores the saved properties of the attached object specified.
 void restoreObjectProperties(IScene pScene, int index)
          Restores the saved properties of the attached object specified.
 void save(IStream pstm, int fClearDirty)
          save
 void saveObjectProperties(IAGAnimationContainer pContainer, int index)
          Internally saves the properties of the attached object specified.
 void saveObjectProperties(IScene pScene, int index)
          Internally saves the properties of the attached object specified.
 void setActiveProperties(ILongArray ppActiveProps)
          The combination of active properties for the track.
 void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
          The container of the animation objects attached to the tracks.
 void setAnimationTypeByRef(IAGAnimationType ppAnimationType)
          The animation type.
 void setAnimationTypeByRef(IAnimationType ppAnimationType)
          The animation type.
 void setApplyToAllViewers(boolean pbApplyToAllViewers)
          Indicates whether to apply a camera track to all scene viewers.
 void setAttachedObjects(IArray ppObjectArray)
          The objects to which the track is attached, or null.
 void setBeginTime(double pBeginTime)
          The initial time of the track.
 void setEndTime(double pEndTime)
          The final time of the track.
 void setEvenTimeStamps(boolean pbEvenTimeStamps)
          Indicates whether to distribute time stamps evenly in the interval 0-1.
 void setIsActiveProperty(int propIndex, boolean pbIsActiveProp)
          Indicates if an animation property is active.
 void setIsCycle(boolean pbIsCycle)
          Indicates if the track is repeated periodically.
 void setIsEnabled(boolean pbIsEnabled)
          Indicates if the track is enabled.
 void setName(java.lang.String name)
          The name of the track.
 void sortKeyframes()
          Sorts the keyframes in ascending time order.
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AnimationTrack

public AnimationTrack()
               throws java.io.IOException,
                      java.net.UnknownHostException
Constructs a AnimationTrack using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

AnimationTrack

public AnimationTrack(java.lang.Object obj)
               throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AnimationTrack theAnimationTrack = (AnimationTrack) obj;

Construct a AnimationTrack using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AnimationTrack.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a AnimationTrack.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getActiveProperties

public ILongArray getActiveProperties()
                               throws java.io.IOException,
                                      AutomationException
The combination of active properties for the track.

Specified by:
getActiveProperties in interface IAnimationTrack
Specified by:
getActiveProperties in interface IAGAnimationTrackKeyframes
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveProperties

public void setActiveProperties(ILongArray ppActiveProps)
                         throws java.io.IOException,
                                AutomationException
The combination of active properties for the track.

Specified by:
setActiveProperties in interface IAnimationTrack
Specified by:
setActiveProperties in interface IAGAnimationTrackKeyframes
Parameters:
ppActiveProps - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isActiveProperty

public boolean isActiveProperty(int propIndex)
                         throws java.io.IOException,
                                AutomationException
Indicates if an animation property is active.

Specified by:
isActiveProperty in interface IAnimationTrack
Specified by:
isActiveProperty in interface IAGAnimationTrackKeyframes
Parameters:
propIndex - The propIndex (in)
Returns:
The pbIsActiveProp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsActiveProperty

public void setIsActiveProperty(int propIndex,
                                boolean pbIsActiveProp)
                         throws java.io.IOException,
                                AutomationException
Indicates if an animation property is active.

Specified by:
setIsActiveProperty in interface IAnimationTrack
Specified by:
setIsActiveProperty in interface IAGAnimationTrackKeyframes
Parameters:
propIndex - The propIndex (in)
pbIsActiveProp - The pbIsActiveProp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the track.

Specified by:
getName in interface IAnimationTrack
Specified by:
getName in interface IAGAnimationTrack
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name of the track.

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

getAnimationType

public IAnimationType getAnimationType()
                                throws java.io.IOException,
                                       AutomationException
The animation type.

Specified by:
getAnimationType in interface IAnimationTrack
Returns:
A reference to a com.esri.arcgis.analyst3d.IAnimationType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationTypeByRef

public void setAnimationTypeByRef(IAnimationType ppAnimationType)
                           throws java.io.IOException,
                                  AutomationException
The animation type.

Specified by:
setAnimationTypeByRef in interface IAnimationTrack
Parameters:
ppAnimationType - A reference to a com.esri.arcgis.analyst3d.IAnimationType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyframeCount

public int getKeyframeCount()
                     throws java.io.IOException,
                            AutomationException
The number of keyframes defined in the track.

Specified by:
getKeyframeCount in interface IAnimationTrack
Specified by:
getKeyframeCount in interface IAGAnimationTrackKeyframes
Returns:
The pKeyframeCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyframe

public IKeyframe getKeyframe(int index)
                      throws java.io.IOException,
                             AutomationException
The keyframe with the given index in the track.

Specified by:
getKeyframe in interface IAnimationTrack
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.analyst3d.IKeyframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCycle

public boolean isCycle()
                throws java.io.IOException,
                       AutomationException
Indicates if the track is repeated periodically.

Specified by:
isCycle in interface IAnimationTrack
Specified by:
isCycle in interface IAGAnimationTrack
Returns:
The pbIsCycle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsCycle

public void setIsCycle(boolean pbIsCycle)
                throws java.io.IOException,
                       AutomationException
Indicates if the track is repeated periodically.

Specified by:
setIsCycle in interface IAnimationTrack
Specified by:
setIsCycle in interface IAGAnimationTrack
Parameters:
pbIsCycle - The pbIsCycle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBeginTime

public double getBeginTime()
                    throws java.io.IOException,
                           AutomationException
The initial time of the track.

Specified by:
getBeginTime in interface IAnimationTrack
Specified by:
getBeginTime in interface IAGAnimationTrack
Returns:
The pBeginTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBeginTime

public void setBeginTime(double pBeginTime)
                  throws java.io.IOException,
                         AutomationException
The initial time of the track.

Specified by:
setBeginTime in interface IAnimationTrack
Specified by:
setBeginTime in interface IAGAnimationTrack
Parameters:
pBeginTime - The pBeginTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndTime

public double getEndTime()
                  throws java.io.IOException,
                         AutomationException
The final time of the track.

Specified by:
getEndTime in interface IAnimationTrack
Specified by:
getEndTime in interface IAGAnimationTrack
Returns:
The pEndTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndTime

public void setEndTime(double pEndTime)
                throws java.io.IOException,
                       AutomationException
The final time of the track.

Specified by:
setEndTime in interface IAnimationTrack
Specified by:
setEndTime in interface IAGAnimationTrack
Parameters:
pEndTime - The pEndTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnabled

public boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Indicates if the track is enabled.

Specified by:
isEnabled in interface IAnimationTrack
Specified by:
isEnabled in interface IAGAnimationTrack
Returns:
The pbIsEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsEnabled

public void setIsEnabled(boolean pbIsEnabled)
                  throws java.io.IOException,
                         AutomationException
Indicates if the track is enabled.

Specified by:
setIsEnabled in interface IAnimationTrack
Specified by:
setIsEnabled in interface IAGAnimationTrack
Parameters:
pbIsEnabled - The pbIsEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEvenTimeStamps

public void setEvenTimeStamps(boolean pbEvenTimeStamps)
                       throws java.io.IOException,
                              AutomationException
Indicates whether to distribute time stamps evenly in the interval 0-1.

Specified by:
setEvenTimeStamps in interface IAnimationTrack
Specified by:
setEvenTimeStamps in interface IAGAnimationTrackKeyframes
Parameters:
pbEvenTimeStamps - The pbEvenTimeStamps (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEvenTimeStamps

public boolean isEvenTimeStamps()
                         throws java.io.IOException,
                                AutomationException
Indicates whether to distribute time stamps evenly in the interval 0-1.

Specified by:
isEvenTimeStamps in interface IAnimationTrack
Specified by:
isEvenTimeStamps in interface IAGAnimationTrackKeyframes
Returns:
The pbEvenTimeStamps
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplyToAllViewers

public void setApplyToAllViewers(boolean pbApplyToAllViewers)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to apply a camera track to all scene viewers.

Specified by:
setApplyToAllViewers in interface IAnimationTrack
Specified by:
setApplyToAllViewers in interface IAGAnimationTrack
Parameters:
pbApplyToAllViewers - The pbApplyToAllViewers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isApplyToAllViewers

public boolean isApplyToAllViewers()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether to apply a camera track to all scene viewers.

Specified by:
isApplyToAllViewers in interface IAnimationTrack
Specified by:
isApplyToAllViewers in interface IAGAnimationTrack
Returns:
The pbApplyToAllViewers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttachedObjectsCount

public int getAttachedObjectsCount()
                            throws java.io.IOException,
                                   AutomationException
The number of objects to which the track is attached.

Specified by:
getAttachedObjectsCount in interface IAnimationTrack
Specified by:
getAttachedObjectsCount in interface IAGAnimationTrack
Returns:
The pObjectCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttachedObjects

public IArray getAttachedObjects()
                          throws java.io.IOException,
                                 AutomationException
The objects to which the track is attached, or null.

Specified by:
getAttachedObjects in interface IAnimationTrack
Specified by:
getAttachedObjects in interface IAGAnimationTrack
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAttached

public boolean isAttached(java.lang.Object pObject)
                   throws java.io.IOException,
                          AutomationException
Indicates if the given objects is attached to the track.

Specified by:
isAttached in interface IAnimationTrack
Specified by:
isAttached in interface IAGAnimationTrack
Parameters:
pObject - A reference to another Object (IUnknown) (in)
Returns:
The pbIsAttached
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttachedObjects

public void setAttachedObjects(IArray ppObjectArray)
                        throws java.io.IOException,
                               AutomationException
The objects to which the track is attached, or null.

Specified by:
setAttachedObjects in interface IAnimationTrack
Specified by:
setAttachedObjects in interface IAGAnimationTrack
Parameters:
ppObjectArray - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

attachObject

public void attachObject(java.lang.Object pObject)
                  throws java.io.IOException,
                         AutomationException
Attach object to the track.

Specified by:
attachObject in interface IAnimationTrack
Specified by:
attachObject in interface IAGAnimationTrack
Parameters:
pObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

detachObject

public void detachObject(java.lang.Object pObject)
                  throws java.io.IOException,
                         AutomationException
Detach object from the track.

Specified by:
detachObject in interface IAnimationTrack
Specified by:
detachObject in interface IAGAnimationTrack
Parameters:
pObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

detachAllObjects

public void detachAllObjects()
                      throws java.io.IOException,
                             AutomationException
Detach all objects from the track.

Specified by:
detachAllObjects in interface IAnimationTrack
Specified by:
detachAllObjects in interface IAGAnimationTrack
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetAttachedObjects

public void resetAttachedObjects(IScene pScene)
                          throws java.io.IOException,
                                 AutomationException
Reset the state of the attached objects to be ready for animation.

Specified by:
resetAttachedObjects in interface IAnimationTrack
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertKeyframe

public void insertKeyframe(IKeyframe pKeyframe,
                           int index)
                    throws java.io.IOException,
                           AutomationException
Inserts a new keyframe. If the index is -1, it is added last.

Specified by:
insertKeyframe in interface IAnimationTrack
Parameters:
pKeyframe - A reference to a com.esri.arcgis.analyst3d.IKeyframe (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeKeyframe

public void removeKeyframe(int index)
                    throws java.io.IOException,
                           AutomationException
Removes the keyframe with the given index.

Specified by:
removeKeyframe in interface IAnimationTrack
Specified by:
removeKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAllKeyframes

public void removeAllKeyframes()
                        throws java.io.IOException,
                               AutomationException
Removes all the keyframes.

Specified by:
removeAllKeyframes in interface IAnimationTrack
Specified by:
removeAllKeyframes in interface IAGAnimationTrackKeyframes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findKeyframe

public void findKeyframe(java.lang.String name,
                         IKeyframe[] ppKeyframe)
                  throws java.io.IOException,
                         AutomationException
Finds a keyframe by name.

Specified by:
findKeyframe in interface IAnimationTrack
Parameters:
name - The name (in)
ppKeyframe - A reference to a com.esri.arcgis.analyst3d.IKeyframe (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveKeyframe

public void moveKeyframe(int originIndex,
                         int destinationIndex)
                  throws java.io.IOException,
                         AutomationException
Moves the keyframe with the given index, inserting it with a different index.

Specified by:
moveKeyframe in interface IAnimationTrack
Specified by:
moveKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
originIndex - The originIndex (in)
destinationIndex - The destinationIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sortKeyframes

public void sortKeyframes()
                   throws java.io.IOException,
                          AutomationException
Sorts the keyframes in ascending time order.

Specified by:
sortKeyframes in interface IAnimationTrack
Specified by:
sortKeyframes in interface IAGAnimationTrackKeyframes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetTimeStamps

public void resetTimeStamps()
                     throws java.io.IOException,
                            AutomationException
Redistributes the time stamps in the interval [0,1].

Specified by:
resetTimeStamps in interface IAnimationTrack
Specified by:
resetTimeStamps in interface IAGAnimationTrackKeyframes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveObjectProperties

public void saveObjectProperties(IScene pScene,
                                 int index)
                          throws java.io.IOException,
                                 AutomationException
Internally saves the properties of the attached object specified.

Specified by:
saveObjectProperties in interface IAnimationTrack
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

restoreObjectProperties

public void restoreObjectProperties(IScene pScene,
                                    int index)
                             throws java.io.IOException,
                                    AutomationException
Restores the saved properties of the attached object specified.

Specified by:
restoreObjectProperties in interface IAnimationTrack
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateObjectProperties

public void interpolateObjectProperties(IScene pScene,
                                        double time)
                                 throws java.io.IOException,
                                        AutomationException
Interpolates the state of the attached object for a time between BeginTime and Endtime.

Specified by:
interpolateObjectProperties in interface IAnimationTrack
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
time - The time (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IAGAnimationTrack_getAnimationType

public IAGAnimationType IAGAnimationTrack_getAnimationType()
                                                    throws java.io.IOException,
                                                           AutomationException
The animation type.

Specified by:
IAGAnimationTrack_getAnimationType in interface IAGAnimationTrack
Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationTypeByRef

public void setAnimationTypeByRef(IAGAnimationType ppAnimationType)
                           throws java.io.IOException,
                                  AutomationException
The animation type.

Specified by:
setAnimationTypeByRef in interface IAGAnimationTrack
Parameters:
ppAnimationType - A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetAttachedObjects

public void resetAttachedObjects(IAGAnimationContainer pContainer)
                          throws java.io.IOException,
                                 AutomationException
Reset the state of the attached objects to be ready for animation.

Specified by:
resetAttachedObjects in interface IAGAnimationTrack
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateObjectProperties

public void interpolateObjectProperties(IAGAnimationContainer pContainer,
                                        double time)
                                 throws java.io.IOException,
                                        AutomationException
Interpolates the state of the attached object for a time between BeginTime and Endtime.

Specified by:
interpolateObjectProperties in interface IAGAnimationTrack
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
time - The time (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimationObjectContainer

public IAGAnimationContainer getAnimationObjectContainer()
                                                  throws java.io.IOException,
                                                         AutomationException
The container of the animation objects attached to the tracks.

Specified by:
getAnimationObjectContainer in interface IAGAnimationTrack
Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationContainer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationObjectContainerByRef

public void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
                                      throws java.io.IOException,
                                             AutomationException
The container of the animation objects attached to the tracks.

Specified by:
setAnimationObjectContainerByRef in interface IAGAnimationTrack
Parameters:
ppContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IAGAnimationTrackKeyframes_getKeyframe

public IAGKeyframe IAGAnimationTrackKeyframes_getKeyframe(int index)
                                                   throws java.io.IOException,
                                                          AutomationException
The keyframe with the given index in the track.

Specified by:
IAGAnimationTrackKeyframes_getKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.animation.IAGKeyframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createKeyframe

public IAGKeyframe createKeyframe(int index)
                           throws java.io.IOException,
                                  AutomationException
Creates a new keyframe of the appropriate type and inserts it. If the index is -1, it is added last.

Specified by:
createKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.animation.IAGKeyframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertKeyframe

public void insertKeyframe(IAGKeyframe pKeyframe,
                           int index)
                    throws java.io.IOException,
                           AutomationException
Inserts a new keyframe. If the index is -1, it is added last.

Specified by:
insertKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
pKeyframe - A reference to a com.esri.arcgis.animation.IAGKeyframe (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findKeyframe

public void findKeyframe(java.lang.String name,
                         IAGKeyframe[] ppKeyframe)
                  throws java.io.IOException,
                         AutomationException
Finds a keyframe by name.

Specified by:
findKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
name - The name (in)
ppKeyframe - A reference to a com.esri.arcgis.animation.IAGKeyframe (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveObjectProperties

public void saveObjectProperties(IAGAnimationContainer pContainer,
                                 int index)
                          throws java.io.IOException,
                                 AutomationException
Internally saves the properties of the attached object specified.

Specified by:
saveObjectProperties in interface IAGAnimationTrackKeyframes
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

restoreObjectProperties

public void restoreObjectProperties(IAGAnimationContainer pContainer,
                                    int index)
                             throws java.io.IOException,
                                    AutomationException
Restores the saved properties of the attached object specified.

Specified by:
restoreObjectProperties in interface IAGAnimationTrackKeyframes
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastInterpolatedKeyframe

public IAGKeyframe getLastInterpolatedKeyframe()
                                        throws java.io.IOException,
                                               AutomationException
The last keyframe that was interpolated in the track.

Specified by:
getLastInterpolatedKeyframe in interface IAGAnimationTrackKeyframes
Returns:
A reference to a com.esri.arcgis.animation.IAGKeyframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

Specified by:
isDirty in interface IPersistStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IStream pstm)
          throws java.io.IOException,
                 AutomationException
load

Specified by:
load in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public void save(IStream pstm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

Specified by:
save in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
fClearDirty - The fClearDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStream
Parameters:
pcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException