com.esri.arcgis.analyst3d
Class ISxAnimationEnvironment2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.ISxAnimationEnvironmentProxy
          extended by com.esri.arcgis.analyst3d.ISxAnimationEnvironment2Proxy
All Implemented Interfaces:
ISxAnimationEnvironment, ISxAnimationEnvironment2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the Animation Environment.' 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 ISxAnimationEnvironment2Proxy
extends ISxAnimationEnvironmentProxy
implements ISxAnimationEnvironment2, 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.ISxAnimationEnvironment2
IID, IIDf406fe81_1101_47eb_9a45_5c4f64b9a0f0
 
Fields inherited from interface com.esri.arcgis.analyst3d.ISxAnimationEnvironment
IIDa4c0b647_82ad_11d5_b29b_00508bcdde28
 
Constructor Summary
  ISxAnimationEnvironment2Proxy()
          Deprecated. For internal use only
  ISxAnimationEnvironment2Proxy(java.lang.Object obj)
          Deprecated.  
protected ISxAnimationEnvironment2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISxAnimationEnvironment2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISxAnimationEnvironment2Proxy(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.  
 int getPlayMode()
          Deprecated. The play mode (once/loop, forward/reverse).
 double getPlayTime()
          Deprecated. The current animation time during playing.
 boolean isPlayInAllViewers()
          Deprecated. Indicates if the option to play camera animations in for all viewers.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setPlayInAllViewers(boolean pbPlayInAll)
          Deprecated. Indicates if the option to play camera animations in for all viewers.
 void setPlayMode(int pPlayMode)
          Deprecated. The play mode (once/loop, forward/reverse).
 void setPlayTime(double pTime)
          Deprecated. The current animation time during playing.
 
Methods inherited from class com.esri.arcgis.analyst3d.ISxAnimationEnvironmentProxy
getAnimationControlsHWnd, getAnimationDuration, getPlayInterval, getSelectedAnimationType, getSelectedKeyframes, getSelectedTracks, getState, isIntervalPlay, putPlayInterval, setAnimationControlsHWnd, setAnimationDuration, setIsIntervalPlay, setSelectedAnimationTypeByRef, setSelectedKeyframesByRef, setSelectedTracksByRef, setState
 
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
 
Methods inherited from interface com.esri.arcgis.analyst3d.ISxAnimationEnvironment
getAnimationControlsHWnd, getAnimationDuration, getPlayInterval, getSelectedAnimationType, getSelectedKeyframes, getSelectedTracks, getState, isIntervalPlay, putPlayInterval, setAnimationControlsHWnd, setAnimationDuration, setIsIntervalPlay, setSelectedAnimationTypeByRef, setSelectedKeyframesByRef, setSelectedTracksByRef, setState
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISxAnimationEnvironment2Proxy

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

ISxAnimationEnvironment2Proxy

public ISxAnimationEnvironment2Proxy()
Deprecated. 
For internal use only


ISxAnimationEnvironment2Proxy

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

ISxAnimationEnvironment2Proxy

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

ISxAnimationEnvironment2Proxy

protected ISxAnimationEnvironment2Proxy(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 ISxAnimationEnvironmentProxy
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 ISxAnimationEnvironmentProxy
Throws:
java.io.IOException

getPlayTime

public double getPlayTime()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The current animation time during playing.

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

setPlayTime

public void setPlayTime(double pTime)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The current animation time during playing.

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

isPlayInAllViewers

public boolean isPlayInAllViewers()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the option to play camera animations in for all viewers.

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

setPlayInAllViewers

public void setPlayInAllViewers(boolean pbPlayInAll)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the option to play camera animations in for all viewers.

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

getPlayMode

public int getPlayMode()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The play mode (once/loop, forward/reverse).

Specified by:
getPlayMode in interface ISxAnimationEnvironment2
Returns:
A com.esri.arcgis.animation.esriAnimationPlayMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlayMode

public void setPlayMode(int pPlayMode)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The play mode (once/loop, forward/reverse).

Specified by:
setPlayMode in interface ISxAnimationEnvironment2
Parameters:
pPlayMode - A com.esri.arcgis.animation.esriAnimationPlayMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.