com.esri.arcgis.animation
Class IAGAnimationTrackProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.animation.IAGAnimationTrackProxy
All Implemented Interfaces:
IAGAnimationTrack, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IAGAnimationTrack'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

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 IAGAnimationTrackProxy
extends com.esri.arcgis.interop.Dispatch
implements IAGAnimationTrack, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.animation.IAGAnimationTrack
IID, IID79dd6360_268d_47ee_a4fc_384f2cbe1aa5
 
Constructor Summary
  IAGAnimationTrackProxy()
          Deprecated. For internal use only
  IAGAnimationTrackProxy(java.lang.Object obj)
          Deprecated.  
protected IAGAnimationTrackProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAGAnimationTrackProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAGAnimationTrackProxy(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.
 IAGAnimationContainer getAnimationObjectContainer()
          Deprecated. The container of the animation objects attached to the tracks.
 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.
 java.lang.String getName()
          Deprecated. The name of the track.
 IAGAnimationType IAGAnimationTrack_getAnimationType()
          Deprecated. The animation type.
 void interpolateObjectProperties(IAGAnimationContainer pContainer, double time)
          Deprecated. Interpolates the state of the attached object for a time between BeginTime and Endtime.
 boolean isApplyToAllViewers()
          Deprecated. Indicates whether to apply a camera track to all viewers.
 boolean isAttached(java.lang.Object pObject)
          Deprecated. Indicates if the given object is attached to the track.
 boolean isCycle()
          Deprecated. Indicates if the track is repeated periodically.
 boolean isEnabled()
          Deprecated. Indicates if the track is enabled.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void resetAttachedObjects(IAGAnimationContainer pContainer)
          Deprecated. Reset the state of the attached objects to be ready for animation.
 void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
          Deprecated. The container of the animation objects attached to the tracks.
 void setAnimationTypeByRef(IAGAnimationType ppAnimationType)
          Deprecated. The animation type.
 void setApplyToAllViewers(boolean pbApplyToAllViewers)
          Deprecated. Indicates whether to apply a camera track to all 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 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.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IAGAnimationTrackProxy

public IAGAnimationTrackProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IAGAnimationTrackProxy

public IAGAnimationTrackProxy()
Deprecated. 
For internal use only


IAGAnimationTrackProxy

public IAGAnimationTrackProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAGAnimationTrackProxy

protected IAGAnimationTrackProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAGAnimationTrackProxy

protected IAGAnimationTrackProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the track.

Specified by:
getName in interface IAGAnimationTrack
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The name of the track.

Specified by:
setName in interface IAGAnimationTrack
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IAGAnimationTrack_getAnimationType

public IAGAnimationType IAGAnimationTrack_getAnimationType()
                                                    throws java.io.IOException,
                                                           AutomationException
Deprecated. 
The animation type.

Specified by:
IAGAnimationTrack_getAnimationType in interface IAGAnimationTrack
Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationTypeByRef

public void setAnimationTypeByRef(IAGAnimationType ppAnimationType)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The animation type.

Specified by:
setAnimationTypeByRef in interface IAGAnimationTrack
Parameters:
ppAnimationType - A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCycle

public boolean isCycle()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the track is repeated periodically.

Specified by:
isCycle in interface IAGAnimationTrack
Returns:
The pbIsCycle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsCycle

public void setIsCycle(boolean pbIsCycle)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the track is repeated periodically.

Specified by:
setIsCycle in interface IAGAnimationTrack
Parameters:
pbIsCycle - The pbIsCycle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBeginTime

public double getBeginTime()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The initial time of the track.

Specified by:
getBeginTime in interface IAGAnimationTrack
Returns:
The pBeginTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBeginTime

public void setBeginTime(double pBeginTime)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The initial time of the track.

Specified by:
setBeginTime in interface IAGAnimationTrack
Parameters:
pBeginTime - The pBeginTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndTime

public double getEndTime()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The final time of the track.

Specified by:
getEndTime in interface IAGAnimationTrack
Returns:
The pEndTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndTime

public void setEndTime(double pEndTime)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The final time of the track.

Specified by:
setEndTime in interface IAGAnimationTrack
Parameters:
pEndTime - The pEndTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnabled

public boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the track is enabled.

Specified by:
isEnabled in interface IAGAnimationTrack
Returns:
The pbIsEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsEnabled

public void setIsEnabled(boolean pbIsEnabled)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the track is enabled.

Specified by:
setIsEnabled in interface IAGAnimationTrack
Parameters:
pbIsEnabled - The pbIsEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplyToAllViewers

public void setApplyToAllViewers(boolean pbApplyToAllViewers)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether to apply a camera track to all viewers.

Specified by:
setApplyToAllViewers in interface IAGAnimationTrack
Parameters:
pbApplyToAllViewers - The pbApplyToAllViewers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isApplyToAllViewers

public boolean isApplyToAllViewers()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether to apply a camera track to all viewers.

Specified by:
isApplyToAllViewers in interface IAGAnimationTrack
Returns:
The pbApplyToAllViewers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttachedObjectsCount

public int getAttachedObjectsCount()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The number of objects to which the track is attached.

Specified by:
getAttachedObjectsCount in interface IAGAnimationTrack
Returns:
The pObjectCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttachedObjects

public IArray getAttachedObjects()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The objects to which the track is attached, or null.

Specified by:
getAttachedObjects in interface IAGAnimationTrack
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAttached

public boolean isAttached(java.lang.Object pObject)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if the given object is attached to the track.

Specified by:
isAttached in interface IAGAnimationTrack
Parameters:
pObject - A reference to another Object (IUnknown) (in)
Returns:
The pbIsAttached
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttachedObjects

public void setAttachedObjects(IArray ppObjectArray)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The objects to which the track is attached, or null.

Specified by:
setAttachedObjects in interface IAGAnimationTrack
Parameters:
ppObjectArray - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

attachObject

public void attachObject(java.lang.Object pObject)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Attach object to the track.

Specified by:
attachObject in interface IAGAnimationTrack
Parameters:
pObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

detachObject

public void detachObject(java.lang.Object pObject)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Detach object from the track.

Specified by:
detachObject in interface IAGAnimationTrack
Parameters:
pObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

detachAllObjects

public void detachAllObjects()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Detach all objects from the track.

Specified by:
detachAllObjects in interface IAGAnimationTrack
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetAttachedObjects

public void resetAttachedObjects(IAGAnimationContainer pContainer)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Reset the state of the attached objects to be ready for animation.

Specified by:
resetAttachedObjects in interface IAGAnimationTrack
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateObjectProperties

public void interpolateObjectProperties(IAGAnimationContainer pContainer,
                                        double time)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Interpolates the state of the attached object for a time between BeginTime and Endtime.

Specified by:
interpolateObjectProperties in interface IAGAnimationTrack
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
time - The time (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimationObjectContainer

public IAGAnimationContainer getAnimationObjectContainer()
                                                  throws java.io.IOException,
                                                         AutomationException
Deprecated. 
The container of the animation objects attached to the tracks.

Specified by:
getAnimationObjectContainer in interface IAGAnimationTrack
Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationContainer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationObjectContainerByRef

public void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The container of the animation objects attached to the tracks.

Specified by:
setAnimationObjectContainerByRef in interface IAGAnimationTrack
Parameters:
ppContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.