|
|||||||||
| 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.animation.IAGAnimationTrackProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IAGAnimationTrackProxy(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.IOExceptionpublic IAGAnimationTrackProxy()
public IAGAnimationTrackProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IAGAnimationTrackProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IAGAnimationTrackProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IAGAnimationTrackname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGAnimationType IAGAnimationTrack_getAnimationType()
throws java.io.IOException,
AutomationException
IAGAnimationTrack_getAnimationType in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnimationTypeByRef(IAGAnimationType ppAnimationType)
throws java.io.IOException,
AutomationException
setAnimationTypeByRef in interface IAGAnimationTrackppAnimationType - A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCycle()
throws java.io.IOException,
AutomationException
isCycle in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsCycle(boolean pbIsCycle)
throws java.io.IOException,
AutomationException
setIsCycle in interface IAGAnimationTrackpbIsCycle - The pbIsCycle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBeginTime()
throws java.io.IOException,
AutomationException
getBeginTime in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBeginTime(double pBeginTime)
throws java.io.IOException,
AutomationException
setBeginTime in interface IAGAnimationTrackpBeginTime - The pBeginTime (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getEndTime()
throws java.io.IOException,
AutomationException
getEndTime in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEndTime(double pEndTime)
throws java.io.IOException,
AutomationException
setEndTime in interface IAGAnimationTrackpEndTime - The pEndTime (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws java.io.IOException,
AutomationException
isEnabled in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsEnabled(boolean pbIsEnabled)
throws java.io.IOException,
AutomationException
setIsEnabled in interface IAGAnimationTrackpbIsEnabled - The pbIsEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setApplyToAllViewers(boolean pbApplyToAllViewers)
throws java.io.IOException,
AutomationException
setApplyToAllViewers in interface IAGAnimationTrackpbApplyToAllViewers - The pbApplyToAllViewers (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isApplyToAllViewers()
throws java.io.IOException,
AutomationException
isApplyToAllViewers in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAttachedObjectsCount()
throws java.io.IOException,
AutomationException
getAttachedObjectsCount in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getAttachedObjects()
throws java.io.IOException,
AutomationException
getAttachedObjects in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAttached(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
isAttached in interface IAGAnimationTrackpObject - 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 setAttachedObjects(IArray ppObjectArray)
throws java.io.IOException,
AutomationException
setAttachedObjects in interface IAGAnimationTrackppObjectArray - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attachObject(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
attachObject in interface IAGAnimationTrackpObject - 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 detachObject(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
detachObject in interface IAGAnimationTrackpObject - 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 detachAllObjects()
throws java.io.IOException,
AutomationException
detachAllObjects in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAttachedObjects(IAGAnimationContainer pContainer)
throws java.io.IOException,
AutomationException
resetAttachedObjects in interface IAGAnimationTrackpContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interpolateObjectProperties(IAGAnimationContainer pContainer,
double time)
throws java.io.IOException,
AutomationException
interpolateObjectProperties in interface IAGAnimationTrackpContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)time - The time (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGAnimationContainer getAnimationObjectContainer()
throws java.io.IOException,
AutomationException
getAnimationObjectContainer in interface IAGAnimationTrackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
throws java.io.IOException,
AutomationException
setAnimationObjectContainerByRef in interface IAGAnimationTrackppContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (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 | ||||||||