|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.AnimationTrack
public class AnimationTrack
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 =
| 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 |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public AnimationTrack()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AnimationTrack(java.lang.Object obj)
throws java.io.IOException
AnimationTrack theAnimationTrack = (AnimationTrack) obj;
obj to AnimationTrack.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public ILongArray getActiveProperties()
throws java.io.IOException,
AutomationException
getActiveProperties in interface IAnimationTrackgetActiveProperties in interface IAGAnimationTrackKeyframesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActiveProperties(ILongArray ppActiveProps)
throws java.io.IOException,
AutomationException
setActiveProperties in interface IAnimationTracksetActiveProperties in interface IAGAnimationTrackKeyframesppActiveProps - A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isActiveProperty(int propIndex)
throws java.io.IOException,
AutomationException
isActiveProperty in interface IAnimationTrackisActiveProperty in interface IAGAnimationTrackKeyframespropIndex - The propIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsActiveProperty(int propIndex,
boolean pbIsActiveProp)
throws java.io.IOException,
AutomationException
setIsActiveProperty in interface IAnimationTracksetIsActiveProperty in interface IAGAnimationTrackKeyframespropIndex - The propIndex (in)pbIsActiveProp - The pbIsActiveProp (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IAnimationTrackgetName in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IAnimationTracksetName in interface IAGAnimationTrackname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAnimationType getAnimationType()
throws java.io.IOException,
AutomationException
getAnimationType in interface IAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnimationTypeByRef(IAnimationType ppAnimationType)
throws java.io.IOException,
AutomationException
setAnimationTypeByRef in interface IAnimationTrackppAnimationType - A reference to a com.esri.arcgis.analyst3d.IAnimationType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getKeyframeCount()
throws java.io.IOException,
AutomationException
getKeyframeCount in interface IAnimationTrackgetKeyframeCount in interface IAGAnimationTrackKeyframesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IKeyframe getKeyframe(int index)
throws java.io.IOException,
AutomationException
getKeyframe in interface IAnimationTrackindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCycle()
throws java.io.IOException,
AutomationException
isCycle in interface IAnimationTrackisCycle in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsCycle(boolean pbIsCycle)
throws java.io.IOException,
AutomationException
setIsCycle in interface IAnimationTracksetIsCycle in interface IAGAnimationTrackpbIsCycle - The pbIsCycle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBeginTime()
throws java.io.IOException,
AutomationException
getBeginTime in interface IAnimationTrackgetBeginTime in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBeginTime(double pBeginTime)
throws java.io.IOException,
AutomationException
setBeginTime in interface IAnimationTracksetBeginTime in interface IAGAnimationTrackpBeginTime - The pBeginTime (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getEndTime()
throws java.io.IOException,
AutomationException
getEndTime in interface IAnimationTrackgetEndTime in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEndTime(double pEndTime)
throws java.io.IOException,
AutomationException
setEndTime in interface IAnimationTracksetEndTime in interface IAGAnimationTrackpEndTime - The pEndTime (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws java.io.IOException,
AutomationException
isEnabled in interface IAnimationTrackisEnabled in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsEnabled(boolean pbIsEnabled)
throws java.io.IOException,
AutomationException
setIsEnabled in interface IAnimationTracksetIsEnabled in interface IAGAnimationTrackpbIsEnabled - The pbIsEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEvenTimeStamps(boolean pbEvenTimeStamps)
throws java.io.IOException,
AutomationException
setEvenTimeStamps in interface IAnimationTracksetEvenTimeStamps in interface IAGAnimationTrackKeyframespbEvenTimeStamps - The pbEvenTimeStamps (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEvenTimeStamps()
throws java.io.IOException,
AutomationException
isEvenTimeStamps in interface IAnimationTrackisEvenTimeStamps in interface IAGAnimationTrackKeyframesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setApplyToAllViewers(boolean pbApplyToAllViewers)
throws java.io.IOException,
AutomationException
setApplyToAllViewers in interface IAnimationTracksetApplyToAllViewers in interface IAGAnimationTrackpbApplyToAllViewers - The pbApplyToAllViewers (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isApplyToAllViewers()
throws java.io.IOException,
AutomationException
isApplyToAllViewers in interface IAnimationTrackisApplyToAllViewers in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAttachedObjectsCount()
throws java.io.IOException,
AutomationException
getAttachedObjectsCount in interface IAnimationTrackgetAttachedObjectsCount in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getAttachedObjects()
throws java.io.IOException,
AutomationException
getAttachedObjects in interface IAnimationTrackgetAttachedObjects in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAttached(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
isAttached in interface IAnimationTrackisAttached in interface IAGAnimationTrackpObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAttachedObjects(IArray ppObjectArray)
throws java.io.IOException,
AutomationException
setAttachedObjects in interface IAnimationTracksetAttachedObjects in interface IAGAnimationTrackppObjectArray - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attachObject(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
attachObject in interface IAnimationTrackattachObject in interface IAGAnimationTrackpObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void detachObject(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
detachObject in interface IAnimationTrackdetachObject in interface IAGAnimationTrackpObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void detachAllObjects()
throws java.io.IOException,
AutomationException
detachAllObjects in interface IAnimationTrackdetachAllObjects in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAttachedObjects(IScene pScene)
throws java.io.IOException,
AutomationException
resetAttachedObjects in interface IAnimationTrackpScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insertKeyframe(IKeyframe pKeyframe,
int index)
throws java.io.IOException,
AutomationException
insertKeyframe in interface IAnimationTrackpKeyframe - A reference to a com.esri.arcgis.analyst3d.IKeyframe (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeKeyframe(int index)
throws java.io.IOException,
AutomationException
removeKeyframe in interface IAnimationTrackremoveKeyframe in interface IAGAnimationTrackKeyframesindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAllKeyframes()
throws java.io.IOException,
AutomationException
removeAllKeyframes in interface IAnimationTrackremoveAllKeyframes in interface IAGAnimationTrackKeyframesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findKeyframe(java.lang.String name,
IKeyframe[] ppKeyframe)
throws java.io.IOException,
AutomationException
findKeyframe in interface IAnimationTrackname - The name (in)ppKeyframe - A reference to a com.esri.arcgis.analyst3d.IKeyframe (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveKeyframe(int originIndex,
int destinationIndex)
throws java.io.IOException,
AutomationException
moveKeyframe in interface IAnimationTrackmoveKeyframe in interface IAGAnimationTrackKeyframesoriginIndex - The originIndex (in)destinationIndex - The destinationIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void sortKeyframes()
throws java.io.IOException,
AutomationException
sortKeyframes in interface IAnimationTracksortKeyframes in interface IAGAnimationTrackKeyframesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetTimeStamps()
throws java.io.IOException,
AutomationException
resetTimeStamps in interface IAnimationTrackresetTimeStamps in interface IAGAnimationTrackKeyframesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveObjectProperties(IScene pScene,
int index)
throws java.io.IOException,
AutomationException
saveObjectProperties in interface IAnimationTrackpScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void restoreObjectProperties(IScene pScene,
int index)
throws java.io.IOException,
AutomationException
restoreObjectProperties in interface IAnimationTrackpScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interpolateObjectProperties(IScene pScene,
double time)
throws java.io.IOException,
AutomationException
interpolateObjectProperties in interface IAnimationTrackpScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)time - The time (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGAnimationType IAGAnimationTrack_getAnimationType()
throws java.io.IOException,
AutomationException
IAGAnimationTrack_getAnimationType in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnimationTypeByRef(IAGAnimationType ppAnimationType)
throws java.io.IOException,
AutomationException
setAnimationTypeByRef in interface IAGAnimationTrackppAnimationType - A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAttachedObjects(IAGAnimationContainer pContainer)
throws java.io.IOException,
AutomationException
resetAttachedObjects in interface IAGAnimationTrackpContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interpolateObjectProperties(IAGAnimationContainer pContainer,
double time)
throws java.io.IOException,
AutomationException
interpolateObjectProperties in interface IAGAnimationTrackpContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)time - The time (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGAnimationContainer getAnimationObjectContainer()
throws java.io.IOException,
AutomationException
getAnimationObjectContainer in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
throws java.io.IOException,
AutomationException
setAnimationObjectContainerByRef in interface IAGAnimationTrackppContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGKeyframe IAGAnimationTrackKeyframes_getKeyframe(int index)
throws java.io.IOException,
AutomationException
IAGAnimationTrackKeyframes_getKeyframe in interface IAGAnimationTrackKeyframesindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGKeyframe createKeyframe(int index)
throws java.io.IOException,
AutomationException
createKeyframe in interface IAGAnimationTrackKeyframesindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insertKeyframe(IAGKeyframe pKeyframe,
int index)
throws java.io.IOException,
AutomationException
insertKeyframe in interface IAGAnimationTrackKeyframespKeyframe - A reference to a com.esri.arcgis.animation.IAGKeyframe (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findKeyframe(java.lang.String name,
IAGKeyframe[] ppKeyframe)
throws java.io.IOException,
AutomationException
findKeyframe in interface IAGAnimationTrackKeyframesname - The name (in)ppKeyframe - A reference to a com.esri.arcgis.animation.IAGKeyframe (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveObjectProperties(IAGAnimationContainer pContainer,
int index)
throws java.io.IOException,
AutomationException
saveObjectProperties in interface IAGAnimationTrackKeyframespContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void restoreObjectProperties(IAGAnimationContainer pContainer,
int index)
throws java.io.IOException,
AutomationException
restoreObjectProperties in interface IAGAnimationTrackKeyframespContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGKeyframe getLastInterpolatedKeyframe()
throws java.io.IOException,
AutomationException
getLastInterpolatedKeyframe in interface IAGAnimationTrackKeyframesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||