com.esri.arcgis.animation
Class IAGGroupAnimationOptionsProxy

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

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

Description: 'Provides access to options of the 'create group animation' functionality.' 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 IAGGroupAnimationOptionsProxy
extends com.esri.arcgis.interop.Dispatch
implements IAGGroupAnimationOptions, 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.IAGGroupAnimationOptions
IID, IIDa09e0261_ae4f_4351_a482_72a3f805380b
 
Constructor Summary
  IAGGroupAnimationOptionsProxy()
          Deprecated. For internal use only
  IAGGroupAnimationOptionsProxy(java.lang.Object obj)
          Deprecated.  
protected IAGGroupAnimationOptionsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAGGroupAnimationOptionsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAGGroupAnimationOptionsProxy(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.  
 IAGAnimationEnvironment getAnimationEnvironment()
          Deprecated. The animation environment.
 IAGAnimationTracks getAnimationTracks()
          Deprecated. The animation track container.
 int getFadingPercentage()
          Deprecated. The percentage (0-100) of transparency fading time.
 IArray getLayerSet()
          Deprecated. The layers to animate.
 java.lang.String getTrackBaseName()
          Deprecated. The base name for the tracks.
 void getTrackInterval(double[] pBeginTime, double[] pEndTime)
          Deprecated. Gets the begin and end times for the group animation.
 void getVisibilitySettings(boolean[] pbOneLayer, boolean[] pbAppear, boolean[] pbReverse)
          Deprecated. Get the visibility settings.
 boolean isBlending()
          Deprecated. Indicates whether to blend layers during animation.
 boolean isCycleAnimation()
          Deprecated. Indicates whether to cycle the group animation.
 boolean isOverwriteExisting()
          Deprecated. Indicates whether to overwrite option.
 void putTrackInterval(double beginTime, double endTime)
          Deprecated. Sets the begin and end times for the group animation.
 void putVisibilitySettings(boolean bOneLayer, boolean bAppear, boolean bReverse)
          Deprecated. Put the visibility settings.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
          Deprecated. The animation environment.
 void setAnimationTracksByRef(IAGAnimationTracks ppTracks)
          Deprecated. The animation track container.
 void setBlending(boolean pbBlend)
          Deprecated. Indicates whether to blend layers during animation.
 void setCycleAnimation(boolean pbIsCycle)
          Deprecated. Indicates whether to cycle the group animation.
 void setFadingPercentage(int pFadePercent)
          Deprecated. The percentage (0-100) of transparency fading time.
 void setLayerSetByRef(IArray ppLayerSet)
          Deprecated. The layers to animate.
 void setOverwriteExisting(boolean pbOverwrite)
          Deprecated. Indicates whether to overwrite option.
 void setTrackBaseName(java.lang.String pTrackName)
          Deprecated. The base name for the tracks.
 
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

IAGGroupAnimationOptionsProxy

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

IAGGroupAnimationOptionsProxy

public IAGGroupAnimationOptionsProxy()
Deprecated. 
For internal use only


IAGGroupAnimationOptionsProxy

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

IAGGroupAnimationOptionsProxy

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

IAGGroupAnimationOptionsProxy

protected IAGGroupAnimationOptionsProxy(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

getAnimationTracks

public IAGAnimationTracks getAnimationTracks()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The animation track container.

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

setAnimationTracksByRef

public void setAnimationTracksByRef(IAGAnimationTracks ppTracks)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The animation track container.

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

getAnimationEnvironment

public IAGAnimationEnvironment getAnimationEnvironment()
                                                throws java.io.IOException,
                                                       AutomationException
Deprecated. 
The animation environment.

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

setAnimationEnvironmentByRef

public void setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The animation environment.

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

getLayerSet

public IArray getLayerSet()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The layers to animate.

Specified by:
getLayerSet in interface IAGGroupAnimationOptions
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.

setLayerSetByRef

public void setLayerSetByRef(IArray ppLayerSet)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The layers to animate.

Specified by:
setLayerSetByRef in interface IAGGroupAnimationOptions
Parameters:
ppLayerSet - 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.

getTrackBaseName

public java.lang.String getTrackBaseName()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The base name for the tracks.

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

setTrackBaseName

public void setTrackBaseName(java.lang.String pTrackName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The base name for the tracks.

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

getVisibilitySettings

public void getVisibilitySettings(boolean[] pbOneLayer,
                                  boolean[] pbAppear,
                                  boolean[] pbReverse)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Get the visibility settings.

Specified by:
getVisibilitySettings in interface IAGGroupAnimationOptions
Parameters:
pbOneLayer - The pbOneLayer (out: use single element array)
pbAppear - The pbAppear (out: use single element array)
pbReverse - The pbReverse (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putVisibilitySettings

public void putVisibilitySettings(boolean bOneLayer,
                                  boolean bAppear,
                                  boolean bReverse)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Put the visibility settings.

Specified by:
putVisibilitySettings in interface IAGGroupAnimationOptions
Parameters:
bOneLayer - The bOneLayer (in)
bAppear - The bAppear (in)
bReverse - The bReverse (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFadingPercentage

public int getFadingPercentage()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The percentage (0-100) of transparency fading time.

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

setFadingPercentage

public void setFadingPercentage(int pFadePercent)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The percentage (0-100) of transparency fading time.

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

isBlending

public boolean isBlending()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether to blend layers during animation.

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

setBlending

public void setBlending(boolean pbBlend)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether to blend layers during animation.

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

isCycleAnimation

public boolean isCycleAnimation()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether to cycle the group animation.

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

setCycleAnimation

public void setCycleAnimation(boolean pbIsCycle)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether to cycle the group animation.

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

getTrackInterval

public void getTrackInterval(double[] pBeginTime,
                             double[] pEndTime)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Gets the begin and end times for the group animation.

Specified by:
getTrackInterval in interface IAGGroupAnimationOptions
Parameters:
pBeginTime - The pBeginTime (out: use single element array)
pEndTime - The pEndTime (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putTrackInterval

public void putTrackInterval(double beginTime,
                             double endTime)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Sets the begin and end times for the group animation.

Specified by:
putTrackInterval in interface IAGGroupAnimationOptions
Parameters:
beginTime - The beginTime (in)
endTime - The endTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOverwriteExisting

public boolean isOverwriteExisting()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether to overwrite option.

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

setOverwriteExisting

public void setOverwriteExisting(boolean pbOverwrite)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether to overwrite option.

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