|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVideoExporter2
COM Interface 'IVideoExporter2'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description: 'Provides access to members that control the video exporters.' 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 |
IIDcebd50af_a7ec_4c98_b74d_a6b2937b1f06
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.animation.IVideoExporter |
|---|
IIDc6c65fc9_4041_4e16_83c6_9f3c9dc13dbd |
| Method Summary | |
|---|---|
void |
exportVideoFromImages(double duration)
Export a video from a folder of images. |
void |
exportVideoFromTimeSlider()
Export a video from the time slider. |
int |
getEndFrame()
The last frame in frame based export. |
java.lang.String |
getImageFolderName()
The complete path name of the folder with the images to be exported. |
java.lang.String |
getImageFormat()
The source format of images to be used when exporting a video. |
int |
getStartFrame()
The first frame in frame based export. |
int |
getTotalFrames()
The total frames to be exported. |
boolean |
isUseExportFromImages()
Indicates if export from images is to be used. |
boolean |
isUseFrameExport()
Indicates if frame based export is to be used. |
boolean |
isUseTwoStageExport()
Indicates if two stage export is to be used. |
boolean |
isWriteAGVFile()
Indicates if an AGV file is to be written out during export. |
void |
setEndFrame(int pEndFrame)
The last frame in frame based export. |
void |
setImageFolderName(java.lang.String pImageFolderName)
The complete path name of the folder with the images to be exported. |
void |
setImageFormat(java.lang.String pImageFormat)
The source format of images to be used when exporting a video. |
void |
setStartFrame(int pStartFrame)
The first frame in frame based export. |
void |
setTotalFrames(int pTotalFrames)
The total frames to be exported. |
void |
setUseExportFromImages(boolean pbUseExportFromImages)
Indicates if export from images is to be used. |
void |
setUseFrameExport(boolean pbUseFrameExport)
Indicates if frame based export is to be used. |
void |
setUseTwoStageExport(boolean pbUseTwoStageExport)
Indicates if two stage export is to be used. |
void |
setWriteAGVFile(boolean pbWriteAGVFile)
Indicates if an AGV file is to be written out during export. |
| Field Detail |
|---|
static final int IIDcebd50af_a7ec_4c98_b74d_a6b2937b1f06
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setUseFrameExport(boolean pbUseFrameExport)
throws java.io.IOException,
AutomationException
pbUseFrameExport - The pbUseFrameExport (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseFrameExport()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartFrame(int pStartFrame)
throws java.io.IOException,
AutomationException
pStartFrame - The pStartFrame (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStartFrame()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndFrame(int pEndFrame)
throws java.io.IOException,
AutomationException
pEndFrame - The pEndFrame (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEndFrame()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTotalFrames(int pTotalFrames)
throws java.io.IOException,
AutomationException
pTotalFrames - The pTotalFrames (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTotalFrames()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseTwoStageExport(boolean pbUseTwoStageExport)
throws java.io.IOException,
AutomationException
pbUseTwoStageExport - The pbUseTwoStageExport (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseTwoStageExport()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseExportFromImages(boolean pbUseExportFromImages)
throws java.io.IOException,
AutomationException
pbUseExportFromImages - The pbUseExportFromImages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseExportFromImages()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageFolderName(java.lang.String pImageFolderName)
throws java.io.IOException,
AutomationException
pImageFolderName - The pImageFolderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getImageFolderName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageFormat(java.lang.String pImageFormat)
throws java.io.IOException,
AutomationException
pImageFormat - The pImageFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getImageFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void exportVideoFromImages(double duration)
throws java.io.IOException,
AutomationException
duration - The duration (in, optional, pass 0.0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWriteAGVFile(boolean pbWriteAGVFile)
throws java.io.IOException,
AutomationException
pbWriteAGVFile - The pbWriteAGVFile (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isWriteAGVFile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void exportVideoFromTimeSlider()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||