com.esri.arcgis.analyst3d
Class IAnimationTrackProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IAnimationTrackProxy
All Implemented Interfaces:
IAnimationTrack, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IAnimationTrack'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to animation tracks.' 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 =

public class IAnimationTrackProxy
extends com.esri.arcgis.interop.Dispatch
implements IAnimationTrack, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.analyst3d.IAnimationTrack
IID, IIDbbf1af31_a6ec_11d5_b2a0_00508bcdde28
 
Constructor Summary
  IAnimationTrackProxy()
          Deprecated. For internal use only
  IAnimationTrackProxy(java.lang.Object obj)
          Deprecated.  
protected IAnimationTrackProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAnimationTrackProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAnimationTrackProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void attachObject(java.lang.Object pObject)
          Deprecated. Attach object to the track.
 void detachAllObjects()
          Deprecated. Detach all objects from the track.
 void detachObject(java.lang.Object pObject)
          Deprecated. Detach object from the track.
 void findKeyframe(java.lang.String name, IKeyframe[] ppKeyframe)
          Deprecated. Finds a keyframe by name.
 ILongArray getActiveProperties()
          Deprecated. The combination of active properties for the track.
 IAnimationType getAnimationType()
          Deprecated. The animation type.
 IArray getAttachedObjects()
          Deprecated. The objects to which the track is attached, or null.
 int getAttachedObjectsCount()
          Deprecated. The number of objects to which the track is attached.
 double getBeginTime()
          Deprecated. The initial time of the track.
 double getEndTime()
          Deprecated. The final time of the track.
 IKeyframe getKeyframe(int index)
          Deprecated. The keyframe with the given index in the track.
 int getKeyframeCount()
          Deprecated. The number of keyframes defined in the track.
 java.lang.String getName()
          Deprecated. The name of the track.
 void insertKeyframe(IKeyframe pKeyframe, int index)
          Deprecated. Inserts a new keyframe.
 void interpolateObjectProperties(IScene pScene, double time)
          Deprecated. Interpolates the state of the attached object for a time between BeginTime and Endtime.
 boolean isActiveProperty(int propIndex)
          Deprecated. Indicates if an animation property is active.
 boolean isApplyToAllViewers()
          Deprecated. Indicates whether to apply a camera track to all scene viewers.
 boolean isAttached(java.lang.Object pObject)
          Deprecated. Indicates if the given objects is attached to the track.
 boolean isCycle()
          Deprecated. Indicates if the track is repeated periodically.
 boolean isEnabled()
          Deprecated. Indicates if the track is enabled.
 boolean isEvenTimeStamps()
          Deprecated. Indicates whether to distribute time stamps evenly in the interval 0-1.
 void moveKeyframe(int originIndex, int destinationIndex)
          Deprecated. Moves the keyframe with the given index, inserting it with a different index.
 void removeAllKeyframes()
          Deprecated. Removes all the keyframes.
 void removeKeyframe(int index)
          Deprecated. Removes the keyframe with the given index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void resetAttachedObjects(IScene pScene)
          Deprecated. Reset the state of the attached objects to be ready for animation.
 void resetTimeStamps()
          Deprecated. Redistributes the time stamps in the interval [0,1].
 void restoreObjectProperties(IScene pScene, int index)
          Deprecated. Restores the saved properties of the attached object specified.
 void saveObjectProperties(IScene pScene, int index)
          Deprecated. Internally saves the properties of the attached object specified.
 void setActiveProperties(ILongArray ppActiveProps)
          Deprecated. The combination of active properties for the track.
 void setAnimationTypeByRef(IAnimationType ppAnimationType)
          Deprecated. The animation type.
 void setApplyToAllViewers(boolean pbApplyToAllViewers)
          Deprecated. Indicates whether to apply a camera track to all scene viewers.
 void setAttachedObjects(IArray ppObjectArray)
          Deprecated. The objects to which the track is attached, or null.
 void setBeginTime(double pBeginTime)
          Deprecated. The initial time of the track.
 void setEndTime(double pEndTime)
          Deprecated. The final time of the track.
 void setEvenTimeStamps(boolean pbEvenTimeStamps)
          Deprecated. Indicates whether to distribute time stamps evenly in the interval 0-1.
 void setIsActiveProperty(int propIndex, boolean pbIsActiveProp)
          Deprecated. Indicates if an animation property is active.
 void setIsCycle(boolean pbIsCycle)
          Deprecated. Indicates if the track is repeated periodically.
 void setIsEnabled(boolean pbIsEnabled)
          Deprecated. Indicates if the track is enabled.
 void setName(java.lang.String name)
          Deprecated. The name of the track.
 void sortKeyframes()
          Deprecated. Sorts the keyframes in ascending time order.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IAnimationTrackProxy

public IAnimationTrackProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IAnimationTrackProxy

public IAnimationTrackProxy()
Deprecated. 
For internal use only


IAnimationTrackProxy

public IAnimationTrackProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAnimationTrackProxy

protected IAnimationTrackProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAnimationTrackProxy

protected IAnimationTrackProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getActiveProperties

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

Specified by:
getActiveProperties in interface IAnimationTrack
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
Deprecated. 
The combination of active properties for the track.

Specified by:
setActiveProperties in interface IAnimationTrack
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
Deprecated. 
Indicates if an animation property is active.

Specified by:
isActiveProperty in interface IAnimationTrack
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
Deprecated. 
Indicates if an animation property is active.

Specified by:
setIsActiveProperty in interface IAnimationTrack
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
Deprecated. 
The name of the track.

Specified by:
getName in interface IAnimationTrack
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
Deprecated. 
The name of the track.

Specified by:
setName in interface IAnimationTrack
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
The number of keyframes defined in the track.

Specified by:
getKeyframeCount in interface IAnimationTrack
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
Deprecated. 
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
Deprecated. 
Indicates if the track is repeated periodically.

Specified by:
isCycle in interface IAnimationTrack
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
Deprecated. 
Indicates if the track is repeated periodically.

Specified by:
setIsCycle in interface IAnimationTrack
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
Deprecated. 
The initial time of the track.

Specified by:
getBeginTime in interface IAnimationTrack
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
Deprecated. 
The initial time of the track.

Specified by:
setBeginTime in interface IAnimationTrack
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
Deprecated. 
The final time of the track.

Specified by:
getEndTime in interface IAnimationTrack
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
Deprecated. 
The final time of the track.

Specified by:
setEndTime in interface IAnimationTrack
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
Deprecated. 
Indicates if the track is enabled.

Specified by:
isEnabled in interface IAnimationTrack
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
Deprecated. 
Indicates if the track is enabled.

Specified by:
setIsEnabled in interface IAnimationTrack
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
Deprecated. 
Indicates whether to distribute time stamps evenly in the interval 0-1.

Specified by:
setEvenTimeStamps in interface IAnimationTrack
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
Deprecated. 
Indicates whether to distribute time stamps evenly in the interval 0-1.

Specified by:
isEvenTimeStamps in interface IAnimationTrack
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
Deprecated. 
Indicates whether to apply a camera track to all scene viewers.

Specified by:
setApplyToAllViewers in interface IAnimationTrack
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
Deprecated. 
Indicates whether to apply a camera track to all scene viewers.

Specified by:
isApplyToAllViewers in interface IAnimationTrack
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
Deprecated. 
The number of objects to which the track is attached.

Specified by:
getAttachedObjectsCount in interface IAnimationTrack
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
Deprecated. 
The objects to which the track is attached, or null.

Specified by:
getAttachedObjects in interface IAnimationTrack
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
Deprecated. 
Indicates if the given objects is attached to the track.

Specified by:
isAttached in interface IAnimationTrack
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
Deprecated. 
The objects to which the track is attached, or null.

Specified by:
setAttachedObjects in interface IAnimationTrack
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
Deprecated. 
Attach object to the track.

Specified by:
attachObject in interface IAnimationTrack
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
Deprecated. 
Detach object from the track.

Specified by:
detachObject in interface IAnimationTrack
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
Deprecated. 
Detach all objects from the track.

Specified by:
detachAllObjects in interface IAnimationTrack
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Removes the keyframe with the given index.

Specified by:
removeKeyframe in interface IAnimationTrack
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
Deprecated. 
Removes all the keyframes.

Specified by:
removeAllKeyframes in interface IAnimationTrack
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
Deprecated. 
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
Deprecated. 
Moves the keyframe with the given index, inserting it with a different index.

Specified by:
moveKeyframe in interface IAnimationTrack
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
Deprecated. 
Sorts the keyframes in ascending time order.

Specified by:
sortKeyframes in interface IAnimationTrack
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
Deprecated. 
Redistributes the time stamps in the interval [0,1].

Specified by:
resetTimeStamps in interface IAnimationTrack
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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.