com.esri.arcgis.analyst3d
Class IKeyframeProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IKeyframeProxy
All Implemented Interfaces:
IKeyframe, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to keyframe of animated objects.' 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 IKeyframeProxy
extends com.esri.arcgis.interop.Dispatch
implements IKeyframe, 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.analyst3d.IKeyframe
IID, IID767c9b53_5a8e_11d5_b295_00508bcdde28
 
Constructor Summary
  IKeyframeProxy()
          Deprecated. For internal use only
  IKeyframeProxy(java.lang.Object obj)
          Deprecated.  
protected IKeyframeProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IKeyframeProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IKeyframeProxy(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 apply(IScene pScene, java.lang.Object pObject)
          Deprecated. Apply to the object the active properties of the keyframe.
 void captureProperties(IScene pScene, java.lang.Object pObject)
          Deprecated. Copy the properties from the object to the keyframe.
 ILongArray getActiveProperties()
          Deprecated. The combination of active properties.
 IAnimationType getAnimationType()
          Deprecated. The animation type.
 java.lang.String getName()
          Deprecated. The name of the keyframe.
 double getPropertyValueDouble(int propIndex)
          Deprecated. The value of a double-typed property.
 IEnvelope getPropertyValueExtent(int propIndex)
          Deprecated. The value of an Extent-typed property.
 int getPropertyValueInt(int propIndex)
          Deprecated. The value of an integer typed property.
 int getPropertyValueLong(int propIndex)
          Deprecated. The value of a long integer typed property.
 IPoint getPropertyValuePoint(int propIndex)
          Deprecated. The value of a Point-typed property.
 IColor getPropertyValueRGBColor(int propIndex)
          Deprecated. The value of an RGB Color-typed property.
 double getTimeStamp()
          Deprecated. The time stamp (in the interval 0-1).
 void interpolate(IScene pScene, java.lang.Object pObject, int propertyIndex, double time, IKeyframe pNextKeyframe, IKeyframe pPrevKeyframe, IKeyframe pAfterNextKeyframe)
          Deprecated. Interpolates the values of an object property for a time between this keyframe and the next (time is in [0,1]).
 boolean isActiveProperty(int propIndex)
          Deprecated. Indicates if an animation property is active.
 boolean isObjectNeedsRefresh()
          Deprecated. Indicates if the object must be refreshed after interpolating its state.
 boolean isPropertyValueBoolean(int propIndex)
          Deprecated. Indicates if the property is TRUE.
 void refreshObject(IScene pScene, java.lang.Object pObject)
          Deprecated. Recreates the object after its properties have been interpolated.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActiveProperties(ILongArray ppActiveProps)
          Deprecated. The combination of active properties.
 void setIsActiveProperty(int propIndex, boolean pbIsActiveProp)
          Deprecated. Indicates if an animation property is active.
 void setName(java.lang.String name)
          Deprecated. The name of the keyframe.
 void setPropertyValueBoolean(int propIndex, boolean pBoolValue)
          Deprecated. Indicates if the property is TRUE.
 void setPropertyValueDouble(int propIndex, double pDoubleValue)
          Deprecated. The value of a double-typed property.
 void setPropertyValueExtent(int propIndex, IEnvelope ppExtent)
          Deprecated. The value of an Extent-typed property.
 void setPropertyValueInt(int propIndex, int pIntValue)
          Deprecated. The value of an integer typed property.
 void setPropertyValueLong(int propIndex, int pLongValue)
          Deprecated. The value of a long integer typed property.
 void setPropertyValuePoint(int propIndex, IPoint ppPoint)
          Deprecated. The value of a Point-typed property.
 void setPropertyValueRGBColor(int propIndex, IColor ppColor)
          Deprecated. The value of an RGB Color-typed property.
 void setTimeStamp(double pTimeStamp)
          Deprecated. The time stamp (in the interval 0-1).
 
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

IKeyframeProxy

public IKeyframeProxy(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

IKeyframeProxy

public IKeyframeProxy()
Deprecated. 
For internal use only


IKeyframeProxy

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

IKeyframeProxy

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

IKeyframeProxy

protected IKeyframeProxy(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 keyframe.

Specified by:
getName in interface IKeyframe
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 keyframe.

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

getActiveProperties

public ILongArray getActiveProperties()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The combination of active properties.

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

setActiveProperties

public void setActiveProperties(ILongArray ppActiveProps)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The combination of active properties.

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

isActiveProperty

public boolean isActiveProperty(int propIndex)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if an animation property is active.

Specified by:
isActiveProperty in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
The pbIsActiveProp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsActiveProperty

public void setIsActiveProperty(int propIndex,
                                boolean pbIsActiveProp)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if an animation property is active.

Specified by:
setIsActiveProperty in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
pbIsActiveProp - The pbIsActiveProp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyValueInt

public int getPropertyValueInt(int propIndex)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The value of an integer typed property.

Specified by:
getPropertyValueInt in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
The pIntValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyValueLong

public int getPropertyValueLong(int propIndex)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The value of a long integer typed property.

Specified by:
getPropertyValueLong in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
The pLongValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyValueDouble

public double getPropertyValueDouble(int propIndex)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The value of a double-typed property.

Specified by:
getPropertyValueDouble in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
The pDoubleValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPropertyValueBoolean

public boolean isPropertyValueBoolean(int propIndex)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the property is TRUE.

Specified by:
isPropertyValueBoolean in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
The pBoolValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyValuePoint

public IPoint getPropertyValuePoint(int propIndex)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The value of a Point-typed property.

Specified by:
getPropertyValuePoint in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyValueExtent

public IEnvelope getPropertyValueExtent(int propIndex)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The value of an Extent-typed property.

Specified by:
getPropertyValueExtent in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyValueRGBColor

public IColor getPropertyValueRGBColor(int propIndex)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The value of an RGB Color-typed property.

Specified by:
getPropertyValueRGBColor in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValueInt

public void setPropertyValueInt(int propIndex,
                                int pIntValue)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The value of an integer typed property.

Specified by:
setPropertyValueInt in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
pIntValue - The pIntValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValueLong

public void setPropertyValueLong(int propIndex,
                                 int pLongValue)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The value of a long integer typed property.

Specified by:
setPropertyValueLong in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
pLongValue - The pLongValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValueDouble

public void setPropertyValueDouble(int propIndex,
                                   double pDoubleValue)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The value of a double-typed property.

Specified by:
setPropertyValueDouble in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
pDoubleValue - The pDoubleValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValueBoolean

public void setPropertyValueBoolean(int propIndex,
                                    boolean pBoolValue)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the property is TRUE.

Specified by:
setPropertyValueBoolean in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
pBoolValue - The pBoolValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValuePoint

public void setPropertyValuePoint(int propIndex,
                                  IPoint ppPoint)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The value of a Point-typed property.

Specified by:
setPropertyValuePoint in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
ppPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValueExtent

public void setPropertyValueExtent(int propIndex,
                                   IEnvelope ppExtent)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The value of an Extent-typed property.

Specified by:
setPropertyValueExtent in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyValueRGBColor

public void setPropertyValueRGBColor(int propIndex,
                                     IColor ppColor)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The value of an RGB Color-typed property.

Specified by:
setPropertyValueRGBColor in interface IKeyframe
Parameters:
propIndex - The propIndex (in)
ppColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeStamp

public void setTimeStamp(double pTimeStamp)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The time stamp (in the interval 0-1).

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

getTimeStamp

public double getTimeStamp()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The time stamp (in the interval 0-1).

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

getAnimationType

public IAnimationType getAnimationType()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The animation type.

Specified by:
getAnimationType in interface IKeyframe
Returns:
A reference to a com.esri.arcgis.analyst3d.IAnimationType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

apply

public void apply(IScene pScene,
                  java.lang.Object pObject)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Apply to the object the active properties of the keyframe.

Specified by:
apply in interface IKeyframe
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
pObject - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

captureProperties

public void captureProperties(IScene pScene,
                              java.lang.Object pObject)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Copy the properties from the object to the keyframe.

Specified by:
captureProperties in interface IKeyframe
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
pObject - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolate

public void interpolate(IScene pScene,
                        java.lang.Object pObject,
                        int propertyIndex,
                        double time,
                        IKeyframe pNextKeyframe,
                        IKeyframe pPrevKeyframe,
                        IKeyframe pAfterNextKeyframe)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Interpolates the values of an object property for a time between this keyframe and the next (time is in [0,1]).

Specified by:
interpolate in interface IKeyframe
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
pObject - A Variant (in)
propertyIndex - The propertyIndex (in)
time - The time (in)
pNextKeyframe - A reference to a com.esri.arcgis.analyst3d.IKeyframe (in)
pPrevKeyframe - A reference to a com.esri.arcgis.analyst3d.IKeyframe (in)
pAfterNextKeyframe - A reference to a com.esri.arcgis.analyst3d.IKeyframe (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isObjectNeedsRefresh

public boolean isObjectNeedsRefresh()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the object must be refreshed after interpolating its state.

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

refreshObject

public void refreshObject(IScene pScene,
                          java.lang.Object pObject)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Recreates the object after its properties have been interpolated.

Specified by:
refreshObject in interface IKeyframe
Parameters:
pScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
pObject - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.