|
|||||||||
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
Description: 'Provides access to members that control the scene 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 IAnimationTracksProxy
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.IAnimationTracks |
---|
IID, IIDfa3dba5b_a879_11d5_b2a0_00508bcdde28 |
Constructor Summary | |
---|---|
|
IAnimationTracksProxy()
Deprecated. For internal use only |
|
IAnimationTracksProxy(java.lang.Object obj)
Deprecated. |
protected |
IAnimationTracksProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IAnimationTracksProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IAnimationTracksProxy(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 |
addTrack(IAnimationTrack pTrack)
Deprecated. Adds a track to the collection. |
void |
applyTracks(ISceneViewer pViewer,
double time,
double duration)
Deprecated. Plays the enabled animation tracks in the given viewer (in all if null). |
void |
changePriority(IAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
Deprecated. Changes the priority (index) of the track. |
void |
detachObject(java.lang.Object pObject)
Deprecated. Detach an object from all tracks it is attached to. |
void |
findTrack(java.lang.String name,
IAnimationTrack[] ppTrack)
Deprecated. Finds a track by name. |
IArray |
getAnimationTypes()
Deprecated. The objects that describe the registered types of animation. |
int |
getTrackCount()
Deprecated. The number of tracks. |
IArray |
getTracks()
Deprecated. The animation tracks. |
IArray |
getTracksOfType(IAnimationType pType)
Deprecated. The animation tracks of a given type. |
void |
loadTracks(IStream pStm)
Deprecated. Load the animation tracks from a stream. |
void |
refreshAttachedObjects()
Deprecated. Detaches from the tracks those objects that no longer exist. |
void |
removeAllTracks()
Deprecated. Removes all tracks. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeTrack(IAnimationTrack pTrack)
Deprecated. Removes a track from the collection. |
void |
saveTracks(IStream pStm)
Deprecated. Save the animation tracks to a stream. |
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 IAnimationTracksProxy(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.IOException
public IAnimationTracksProxy()
public IAnimationTracksProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAnimationTracksProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAnimationTracksProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IArray getAnimationTypes() throws java.io.IOException, AutomationException
getAnimationTypes
in interface IAnimationTracks
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTrackCount() throws java.io.IOException, AutomationException
getTrackCount
in interface IAnimationTracks
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getTracks() throws java.io.IOException, AutomationException
getTracks
in interface IAnimationTracks
java.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
getTracksOfType
in interface IAnimationTracks
pType
- 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 void addTrack(IAnimationTrack pTrack) throws java.io.IOException, AutomationException
addTrack
in interface IAnimationTracks
pTrack
- A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findTrack(java.lang.String name, IAnimationTrack[] ppTrack) throws java.io.IOException, AutomationException
findTrack
in interface IAnimationTracks
name
- The name (in)ppTrack
- A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeTrack(IAnimationTrack pTrack) throws java.io.IOException, AutomationException
removeTrack
in interface IAnimationTracks
pTrack
- A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllTracks() throws java.io.IOException, AutomationException
removeAllTracks
in interface IAnimationTracks
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveTracks(IStream pStm) throws java.io.IOException, AutomationException
saveTracks
in interface IAnimationTracks
pStm
- 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
loadTracks
in interface IAnimationTracks
pStm
- 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 detachObject(java.lang.Object pObject) throws java.io.IOException, AutomationException
detachObject
in interface IAnimationTracks
pObject
- 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 refreshAttachedObjects() throws java.io.IOException, AutomationException
refreshAttachedObjects
in interface IAnimationTracks
java.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
applyTracks
in interface IAnimationTracks
pViewer
- A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)time
- The time (in)duration
- The duration (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void changePriority(IAnimationTrack pTrack, boolean bAbsolute, boolean bInSameType, int changeInIndex) throws java.io.IOException, AutomationException
changePriority
in interface IAnimationTracks
pTrack
- 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 |