com.esri.arcgis.animation
Interface ISequentialImageExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnimationExporterSeqImages, ISequentialImageExporterProxy

public interface ISequentialImageExporter
extends java.io.Serializable

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

Description: 'Provides access to members that control the sequential image exporter.' 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 IID618a11e0_2f95_4f40_97ad_6cd0f7a2df2c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFolderName()
          The folder name to be used during sequential image export.
 int getFolderSize()
          The folder size to be written during sequential image export.
 int getImageCount()
          The number of images to be exported during sequential image export.
 java.lang.String getImageFormat()
          The image format to be used during sequential image export.
 java.lang.String getImagePrefix()
          The image prefix to be used during sequential image export.
 int getImagesPerSecond()
          The images per second to be exported during sequential image export.
 void setFolderName(java.lang.String pFolderName)
          The folder name to be used during sequential image export.
 void setImageFormat(java.lang.String pImageFormat)
          The image format to be used during sequential image export.
 void setImagePrefix(java.lang.String pImagePrefix)
          The image prefix to be used during sequential image export.
 void setImagesPerSecond(int pImagesPerSecond)
          The images per second to be exported during sequential image export.
 

Field Detail

IID618a11e0_2f95_4f40_97ad_6cd0f7a2df2c

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

setFolderName

void setFolderName(java.lang.String pFolderName)
                   throws java.io.IOException,
                          AutomationException
The folder name to be used during sequential image export.

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

getFolderName

java.lang.String getFolderName()
                               throws java.io.IOException,
                                      AutomationException
The folder name to be used during sequential image export.

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

setImagePrefix

void setImagePrefix(java.lang.String pImagePrefix)
                    throws java.io.IOException,
                           AutomationException
The image prefix to be used during sequential image export.

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

getImagePrefix

java.lang.String getImagePrefix()
                                throws java.io.IOException,
                                       AutomationException
The image prefix to be used during sequential image export.

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

setImageFormat

void setImageFormat(java.lang.String pImageFormat)
                    throws java.io.IOException,
                           AutomationException
The image format to be used during sequential image export.

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

getImageFormat

java.lang.String getImageFormat()
                                throws java.io.IOException,
                                       AutomationException
The image format to be used during sequential image export.

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

setImagesPerSecond

void setImagesPerSecond(int pImagesPerSecond)
                        throws java.io.IOException,
                               AutomationException
The images per second to be exported during sequential image export.

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

getImagesPerSecond

int getImagesPerSecond()
                       throws java.io.IOException,
                              AutomationException
The images per second to be exported during sequential image export.

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

getImageCount

int getImageCount()
                  throws java.io.IOException,
                         AutomationException
The number of images to be exported during sequential image export.

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

getFolderSize

int getFolderSize()
                  throws java.io.IOException,
                         AutomationException
The folder size to be written during sequential image export.

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