|
||||||||||
| 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.IAnimationTracksProxy
Provides access to members that control the scene animation tracks.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IAnimationTracksProxy()
For internal use only |
|
IAnimationTracksProxy(java.lang.Object obj)
|
protected |
IAnimationTracksProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IAnimationTracksProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IAnimationTracksProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
void |
addTrack(IAnimationTrack pTrack)
Adds a track to the collection. |
void |
applyTracks(ISceneViewer pViewer,
double time,
double duration)
Plays the enabled animation tracks in the given viewer (in all if null). |
void |
changePriority(IAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
Changes the priority (index) of the track. |
void |
detachObject(java.lang.Object pObject)
Detach an object from all tracks it is attached to. |
void |
findTrack(java.lang.String name,
IAnimationTrack[] ppTrack)
Finds a track by name. |
IArray |
getAnimationTypes()
The objects that describe the registered types of animation. |
int |
getTrackCount()
The number of tracks. |
IArray |
getTracks()
The animation tracks. |
IArray |
getTracksOfType(IAnimationType pType)
The animation tracks of a given type. |
void |
loadTracks(IStream pStm)
Load the animation tracks from a stream. |
void |
refreshAttachedObjects()
Detaches from the tracks those objects that no longer exist. |
void |
removeAllTracks()
Removes all tracks. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
removeTrack(IAnimationTrack pTrack)
Removes a track from the collection. |
void |
saveTracks(IStream pStm)
Save the animation tracks to a stream. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IAnimationTracksProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IAnimationTracksProxy()
public IAnimationTracksProxy(java.lang.Object obj)
throws java.io.IOException
protected IAnimationTracksProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IAnimationTracksProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public IArray getAnimationTypes()
throws java.io.IOException,
AutomationException
IAnimationTracks
getAnimationTypes in interface IAnimationTracksjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTrackCount()
throws java.io.IOException,
AutomationException
IAnimationTracks
getTrackCount in interface IAnimationTracksjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getTracks()
throws java.io.IOException,
AutomationException
IAnimationTracks
getTracks in interface IAnimationTracksjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getTracksOfType(IAnimationType pType)
throws java.io.IOException,
AutomationException
IAnimationTracks
getTracksOfType in interface IAnimationTrackspType - A reference to a com.esri.arcgis.analyst3d.IAnimationType (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void addTrack(IAnimationTrack pTrack)
throws java.io.IOException,
AutomationException
IAnimationTracks
addTrack in interface IAnimationTrackspTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void findTrack(java.lang.String name,
IAnimationTrack[] ppTrack)
throws java.io.IOException,
AutomationException
IAnimationTracks
findTrack in interface IAnimationTracksname - The name (in)ppTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void removeTrack(IAnimationTrack pTrack)
throws java.io.IOException,
AutomationException
IAnimationTracks
removeTrack in interface IAnimationTrackspTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void removeAllTracks()
throws java.io.IOException,
AutomationException
IAnimationTracks
removeAllTracks in interface IAnimationTracksAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void saveTracks(IStream pStm)
throws java.io.IOException,
AutomationException
IAnimationTracks
saveTracks in interface IAnimationTrackspStm - 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 loadTracks(IStream pStm)
throws java.io.IOException,
AutomationException
IAnimationTracks
loadTracks in interface IAnimationTrackspStm - A reference to a com.esri.arcgis.system.IStream (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void detachObject(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
IAnimationTracks
detachObject in interface IAnimationTrackspObject - A reference to another Object (IUnknown) (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void refreshAttachedObjects()
throws java.io.IOException,
AutomationException
IAnimationTracks
refreshAttachedObjects in interface IAnimationTracksjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void applyTracks(ISceneViewer pViewer,
double time,
double duration)
throws java.io.IOException,
AutomationException
IAnimationTracks
applyTracks in interface IAnimationTrackspViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)time - The time (in)duration - The duration (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void changePriority(IAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
throws java.io.IOException,
AutomationException
IAnimationTracks
changePriority in interface IAnimationTrackspTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)bAbsolute - The bAbsolute (in)bInSameType - The bInSameType (in)changeInIndex - The changeInIndex (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 | |||||||||