com.esri.arcgis.analyst3d
Interface ISceneVideoExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AVIExporter, ISceneVideoExporterProxy, QuickTimeExporter

public interface ISceneVideoExporter
extends java.io.Serializable

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

Description: 'Provides access to members that are associated with exporting a 3D scene animation to video.' 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 IID4251ba07_9106_11d5_b29f_00508bcdde28
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getCustomSize(int[] pWidth, int[] pHeight)
          The custom image size for video export.
 int getFrameRate()
          The frame rate in images per second.
 double getVideoDuration()
          The duration of the animation in seconds.
 boolean isUseCustomSize()
          Indicates if a custom image size should be used.
 void putCustomSize(int width, int height)
          The custom image size for video export.
 void setFrameRate(int pImagesPerSecond)
          The frame rate in images per second.
 void setUseCustomSize(boolean pbUseCustomSize)
          Indicates if a custom image size should be used.
 void setVideoDuration(double pSeconds)
          The duration of the animation in seconds.
 void setViewerByRef(ISceneViewer rhs1)
          The animated viewer to be exported.
 

Field Detail

IID4251ba07_9106_11d5_b29f_00508bcdde28

static final int IID4251ba07_9106_11d5_b29f_00508bcdde28
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

setViewerByRef

void setViewerByRef(ISceneViewer rhs1)
                    throws java.io.IOException,
                           AutomationException
The animated viewer to be exported.

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

setVideoDuration

void setVideoDuration(double pSeconds)
                      throws java.io.IOException,
                             AutomationException
The duration of the animation in seconds.

Parameters:
pSeconds - The pSeconds (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVideoDuration

double getVideoDuration()
                        throws java.io.IOException,
                               AutomationException
The duration of the animation in seconds.

Returns:
The pSeconds
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFrameRate

void setFrameRate(int pImagesPerSecond)
                  throws java.io.IOException,
                         AutomationException
The frame rate in images per second.

Parameters:
pImagesPerSecond - The pImagesPerSecond (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFrameRate

int getFrameRate()
                 throws java.io.IOException,
                        AutomationException
The frame rate in images per second.

Returns:
The pImagesPerSecond
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseCustomSize

void setUseCustomSize(boolean pbUseCustomSize)
                      throws java.io.IOException,
                             AutomationException
Indicates if a custom image size should be used.

Parameters:
pbUseCustomSize - The pbUseCustomSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseCustomSize

boolean isUseCustomSize()
                        throws java.io.IOException,
                               AutomationException
Indicates if a custom image size should be used.

Returns:
The pbUseCustomSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putCustomSize

void putCustomSize(int width,
                   int height)
                   throws java.io.IOException,
                          AutomationException
The custom image size for video export.

Parameters:
width - The width (in)
height - The height (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCustomSize

void getCustomSize(int[] pWidth,
                   int[] pHeight)
                   throws java.io.IOException,
                          AutomationException
The custom image size for video export.

Parameters:
pWidth - The pWidth (out: use single element array)
pHeight - The pHeight (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.