|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.analyst3d.IAnimationTrackProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IAnimationTrackProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IAnimationTrackProxy()
public IAnimationTrackProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IAnimationTrackProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IAnimationTrackProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public ILongArray getActiveProperties()
throws java.io.IOException,
AutomationException
getActiveProperties in interface IAnimationTrackjava.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 IAnimationTrackppActiveProps - 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 IAnimationTrackpropIndex - 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 IAnimationTrackpropIndex - 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 IAnimationTrackjava.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 IAnimationTrackname - 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 IAnimationTrackjava.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 IAnimationTrackjava.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 IAnimationTrackpbIsCycle - 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 IAnimationTrackjava.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 IAnimationTrackpBeginTime - 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 IAnimationTrackjava.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 IAnimationTrackpEndTime - 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 IAnimationTrackjava.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 IAnimationTrackpbIsEnabled - 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 IAnimationTrackpbEvenTimeStamps - 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 IAnimationTrackjava.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 IAnimationTrackpbApplyToAllViewers - 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 IAnimationTrackjava.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 IAnimationTrackjava.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 IAnimationTrackjava.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 IAnimationTrackpObject - 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 IAnimationTrackppObjectArray - 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 IAnimationTrackpObject - 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 IAnimationTrackpObject - 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 IAnimationTrackjava.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 IAnimationTrackindex - 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 IAnimationTrackjava.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 IAnimationTrackoriginIndex - 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 IAnimationTrackjava.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 IAnimationTrackjava.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||