com.esri.arcgis.animation
Interface IVideoExportUtils

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IVideoExportUtils2
All Known Implementing Classes:
AGAnimationUtils, IVideoExportUtils2Proxy, IVideoExportUtilsProxy

public interface IVideoExportUtils
extends java.io.Serializable

COM Interface 'IVideoExportUtils'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to video export utility methods.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3bd31712_38e4_4b6f_9ef5_bd46f90276a9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getOffScreenBitmapHandle(IAGAnimationContainer pContainer, int[] phBitmap)
          The bitmap handle from an offscreen rendering buffer.
 void getOffScreenTiledBitmapHandle(IAGAnimationContainer pContainer, tagRECT pOutputRect, int[] phBitmap)
          The tiled bitmap handle from an offscreen rendering buffer.
 void getWindowBitmapHandle(IAGAnimationContainer pContainer, int[] phBitmap)
          The bitmap handle from an OpenGL or GDI rendered window.
 boolean isBBoxNavigationMode(IAGAnimationContainer pContainer)
          Indicates bounding box navigation mode.
 void restorePreviousContext(IAGAnimationContainer pContainer)
          Restores the OpenGL rendering context after offscreen video export.
 void setBBoxNavigationMode(IAGAnimationContainer pContainer, boolean pbBBoxMode)
          Indicates bounding box navigation mode.
 

Field Detail

IID3bd31712_38e4_4b6f_9ef5_bd46f90276a9

static final int IID3bd31712_38e4_4b6f_9ef5_bd46f90276a9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

restorePreviousContext

void restorePreviousContext(IAGAnimationContainer pContainer)
                            throws java.io.IOException,
                                   AutomationException
Restores the OpenGL rendering context after offscreen video export.

Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOffScreenBitmapHandle

void getOffScreenBitmapHandle(IAGAnimationContainer pContainer,
                              int[] phBitmap)
                              throws java.io.IOException,
                                     AutomationException
The bitmap handle from an offscreen rendering buffer.

Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
phBitmap - The phBitmap (A COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWindowBitmapHandle

void getWindowBitmapHandle(IAGAnimationContainer pContainer,
                           int[] phBitmap)
                           throws java.io.IOException,
                                  AutomationException
The bitmap handle from an OpenGL or GDI rendered window.

Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
phBitmap - The phBitmap (A COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOffScreenTiledBitmapHandle

void getOffScreenTiledBitmapHandle(IAGAnimationContainer pContainer,
                                   tagRECT pOutputRect,
                                   int[] phBitmap)
                                   throws java.io.IOException,
                                          AutomationException
The tiled bitmap handle from an offscreen rendering buffer.

Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
pOutputRect - A Structure: com.esri.arcgis.system.tagRECT (in)
phBitmap - The phBitmap (A COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBBoxNavigationMode

boolean isBBoxNavigationMode(IAGAnimationContainer pContainer)
                             throws java.io.IOException,
                                    AutomationException
Indicates bounding box navigation mode.

Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
Returns:
The pbBBoxMode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBBoxNavigationMode

void setBBoxNavigationMode(IAGAnimationContainer pContainer,
                           boolean pbBBoxMode)
                           throws java.io.IOException,
                                  AutomationException
Indicates bounding box navigation mode.

Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
pbBBoxMode - The pbBBoxMode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.