|
||||||||||
| 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.IAnimationTypeProxy
Provides access to the animation type objects.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IAnimationTypeProxy()
For internal use only |
|
IAnimationTypeProxy(java.lang.Object obj)
|
protected |
IAnimationTypeProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IAnimationTypeProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IAnimationTypeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
java.lang.Object |
getAnimationObjectByID(IScene pScene,
int objectID)
The animated object with the given ID. |
int |
getAnimationObjectID(IScene pScene,
java.lang.Object pObject)
The ID (index) of the given object among those of its animation type in the scene. |
java.lang.String |
getAnimationObjectName(IScene pScene,
java.lang.Object pObject)
The name of the given object for animation purposes. |
IUID |
getCLSID()
The class ID of the animation type. |
int |
getEnumPropertyMaxValue(int index)
The maximum value of an integer or long enumerated property. |
int |
getEnumPropertyMinValue(int index)
The minimum value of an integer or long enumerated property. |
java.lang.String |
getEnumPropertyValueName(int index,
int value)
The name of a value in an enumerated property. |
IUID |
getKeyframeCLSID()
The class ID of the associated keyframe. |
java.lang.String |
getName()
The name of the animation type. |
IArray |
getObjectArray(IScene pScene)
The array of objects of this type in the scene. |
int |
getPropertyCount()
The number of properties that can be animated. |
java.lang.String |
getPropertyName(int index)
The name of the properties that can be animated. |
int |
getPropertyType(int index)
The type of the properties that can be animated. |
boolean |
isAppliesToObject(java.lang.Object pObject)
Indicates if the animation type applies to a specific object. |
boolean |
isEnumProperty(int index)
Indicates if an integer or long property is an enumeration. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
resetObject(IScene pScene,
java.lang.Object pObject)
Resets the state of the object, preparing it for animation. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IAnimationTypeProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IAnimationTypeProxy()
public IAnimationTypeProxy(java.lang.Object obj)
throws java.io.IOException
protected IAnimationTypeProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IAnimationTypeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IAnimationType
getName in interface IAnimationTypejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getCLSID()
throws java.io.IOException,
AutomationException
IAnimationType
getCLSID in interface IAnimationTypejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getKeyframeCLSID()
throws java.io.IOException,
AutomationException
IAnimationType
getKeyframeCLSID in interface IAnimationTypejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAppliesToObject(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
IAnimationType
isAppliesToObject in interface IAnimationTypepObject - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPropertyCount()
throws java.io.IOException,
AutomationException
IAnimationType
getPropertyCount in interface IAnimationTypeAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getPropertyType(int index)
throws java.io.IOException,
AutomationException
IAnimationType
getPropertyType in interface IAnimationTypeindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getPropertyName(int index)
throws java.io.IOException,
AutomationException
IAnimationType
getPropertyName in interface IAnimationTypeindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnumProperty(int index)
throws java.io.IOException,
AutomationException
IAnimationType
isEnumProperty in interface IAnimationTypeindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getEnumPropertyValueName(int index,
int value)
throws java.io.IOException,
AutomationException
IAnimationType
getEnumPropertyValueName in interface IAnimationTypeindex - The index (in)value - The value (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getEnumPropertyMinValue(int index)
throws java.io.IOException,
AutomationException
IAnimationType
getEnumPropertyMinValue in interface IAnimationTypeindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getEnumPropertyMaxValue(int index)
throws java.io.IOException,
AutomationException
IAnimationType
getEnumPropertyMaxValue in interface IAnimationTypeindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IArray getObjectArray(IScene pScene)
throws java.io.IOException,
AutomationException
IAnimationType
getObjectArray in interface IAnimationTypepScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAnimationObjectID(IScene pScene,
java.lang.Object pObject)
throws java.io.IOException,
AutomationException
IAnimationType
getAnimationObjectID in interface IAnimationTypepScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)pObject - A Variant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.Object getAnimationObjectByID(IScene pScene,
int objectID)
throws java.io.IOException,
AutomationException
IAnimationType
getAnimationObjectByID in interface IAnimationTypepScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)objectID - The objectID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getAnimationObjectName(IScene pScene,
java.lang.Object pObject)
throws java.io.IOException,
AutomationException
IAnimationType
getAnimationObjectName in interface IAnimationTypepScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)pObject - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetObject(IScene pScene,
java.lang.Object pObject)
throws java.io.IOException,
AutomationException
IAnimationType
resetObject in interface IAnimationTypepScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)pObject - A Variant (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 | |||||||||