|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.animation.AGAnimationTrackContainer
public class AGAnimationTrackContainer
The Animation Track Container Object.
| Constructor Summary | |
|---|---|
AGAnimationTrackContainer()
Constructs a AGAnimationTrackContainer using ArcGIS Engine. |
|
AGAnimationTrackContainer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AGAnimationTrackContainer theAGAnimationTrackContainer = (AGAnimationTrackContainer) obj; |
|
| Method Summary | |
|---|---|
void |
addTrack(IAGAnimationTrack pTrack)
Adds a track to the collection. |
void |
applyTracks(boolean bApplyToAllViewers,
double time)
Uses the enabled animation tracks for the given time. |
void |
changePriority(IAGAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
Changes the priority (index) of the track. |
IAGAnimationTrack |
createTrack(IAGAnimationType pType)
Creates a new track and adds it to the collection. |
void |
detachObject(Object pObject)
Detach an object from all tracks it is attached to. |
boolean |
equals(Object o)
Compare this object with another |
void |
findTrack(String name,
IAGAnimationTrack[] ppTrack)
Finds a track by name. |
IArray |
getAGTracks()
The animation tracks. |
IAGAnimationContainer |
getAnimationObjectContainer()
The container of the animation objects attached to the tracks. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
getTrackCount()
The number of tracks. |
IArray |
getTracksOfType(IAGAnimationType pType)
The animation tracks of a given type. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
void |
load(IStream pstm)
load |
void |
loadTracks(IStream pStm)
Load the animation tracks from a stream. |
void |
readExternal(ObjectInput in)
|
void |
refreshAttachedObjects()
Detaches from the tracks those objects that no longer exist. |
void |
removeAllTracks()
Removes all tracks. |
void |
removeTrack(IAGAnimationTrack pTrack)
Removes a track from the collection. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
saveTracks(IStream pStm)
Save the animation tracks to a stream. |
void |
setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
The container of the animation objects attached to the tracks. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public AGAnimationTrackContainer()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public AGAnimationTrackContainer(Object obj)
throws IOException
AGAnimationTrackContainer theAGAnimationTrackContainer = (AGAnimationTrackContainer) obj;
obj to AGAnimationTrackContainer.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IAGAnimationContainer getAnimationObjectContainer()
throws IOException,
AutomationException
getAnimationObjectContainer in interface IAGAnimationTracksIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
throws IOException,
AutomationException
setAnimationObjectContainerByRef in interface IAGAnimationTracksppContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTrackCount()
throws IOException,
AutomationException
getTrackCount in interface IAGAnimationTracksIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getAGTracks()
throws IOException,
AutomationException
This property returns the animation tracks in the animation track container, which is an IArray object.
getAGTracks in interface IAGAnimationTracksIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getTracksOfType(IAGAnimationType pType)
throws IOException,
AutomationException
getTracksOfType in interface IAGAnimationTrackspType - A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGAnimationTrack createTrack(IAGAnimationType pType)
throws IOException,
AutomationException
createTrack in interface IAGAnimationTrackspType - A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addTrack(IAGAnimationTrack pTrack)
throws IOException,
AutomationException
addTrack in interface IAGAnimationTrackspTrack - A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findTrack(String name,
IAGAnimationTrack[] ppTrack)
throws IOException,
AutomationException
findTrack in interface IAGAnimationTracksname - The name (in)ppTrack - A reference to a com.esri.arcgis.animation.IAGAnimationTrack (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeTrack(IAGAnimationTrack pTrack)
throws IOException,
AutomationException
removeTrack in interface IAGAnimationTrackspTrack - A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAllTracks()
throws IOException,
AutomationException
removeAllTracks in interface IAGAnimationTracksIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveTracks(IStream pStm)
throws IOException,
AutomationException
saveTracks in interface IAGAnimationTrackspStm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadTracks(IStream pStm)
throws IOException,
AutomationException
loadTracks in interface IAGAnimationTrackspStm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void detachObject(Object pObject)
throws IOException,
AutomationException
detachObject in interface IAGAnimationTrackspObject - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refreshAttachedObjects()
throws IOException,
AutomationException
refreshAttachedObjects in interface IAGAnimationTracksIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void applyTracks(boolean bApplyToAllViewers,
double time)
throws IOException,
AutomationException
applyTracks in interface IAGAnimationTracksbApplyToAllViewers - The bApplyToAllViewers (in)time - The time (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void changePriority(IAGAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
throws IOException,
AutomationException
changePriority in interface IAGAnimationTrackspTrack - A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)bAbsolute - The bAbsolute (in)bInSameType - The bInSameType (in)changeInIndex - The changeInIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||