|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IAGAnimationContainer getAnimationObjectContainer() throws IOException, AutomationException
getAnimationObjectContainer
in interface IAGAnimationTracks
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer) throws IOException, AutomationException
setAnimationObjectContainerByRef
in interface IAGAnimationTracks
ppContainer
- 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 IAGAnimationTracks
IOException
- 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 IAGAnimationTracks
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getTracksOfType(IAGAnimationType pType) throws IOException, AutomationException
getTracksOfType
in interface IAGAnimationTracks
pType
- 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 IAGAnimationTracks
pType
- 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 IAGAnimationTracks
pTrack
- 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 IAGAnimationTracks
name
- 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 IAGAnimationTracks
pTrack
- 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 IAGAnimationTracks
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveTracks(IStream pStm) throws IOException, AutomationException
saveTracks
in interface IAGAnimationTracks
pStm
- 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 IAGAnimationTracks
pStm
- 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 IAGAnimationTracks
pObject
- 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 IAGAnimationTracks
IOException
- 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 IAGAnimationTracks
bApplyToAllViewers
- 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 IAGAnimationTracks
pTrack
- 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 IPersistStream
IOException
- 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 IPersistStream
pstm
- 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 IPersistStream
pstm
- 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 IPersistStream
pcbSize
- 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 IPersist
pClassID
- 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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |