|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.AVIExporter
public class AVIExporter
COM Class 'AVIExporter'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description 'An exporter to AVI video format.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.analyst3d.ISceneExporter3d |
|---|
IID, IID3044c30b_37d0_11d4_a167_444553547777, xxDummy |
| Fields inherited from interface com.esri.arcgis.analyst3d.ISceneVideoExporter |
|---|
IID, IID4251ba07_9106_11d5_b29f_00508bcdde28, xxDummy |
| Fields inherited from interface com.esri.arcgis.analyst3d.IVideoExporterProperties |
|---|
IID, IID26eb3a30_9e6d_443c_b904_79b16c5028aa, xxDummy |
| Fields inherited from interface com.esri.arcgis.analyst3d.IAVIExporter |
|---|
IID, IID4251ba08_9106_11d5_b29f_00508bcdde28, xxDummy |
| Constructor Summary | |
|---|---|
AVIExporter()
Constructs a AVIExporter using ArcGIS Engine. |
|
AVIExporter(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AVIExporter theAVIExporter = (AVIExporter) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
exportScene(IScene pScene)
Exports the scene. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getCodec()
The current video codec. |
java.lang.String |
getCodecCode()
The current video codec's unique code. |
IStringArray |
getCodecCodeList()
The list of unique codes of available codecs. |
IStringArray |
getCodecList()
The list of names of available codecs. |
short |
getColorDepth()
The number of bits per pixel in each video frame. |
void |
getCustomSize(int[] pWidth,
int[] pHeight)
The custom image size for video export. |
int |
getDataRate()
The maximum number of bytes per second. |
java.lang.String |
getExportFileName()
The exported file name. |
java.lang.String |
getFileExtension()
The file extension associated with the current exporter. |
java.lang.String |
getFilter()
The filter string used in the CFileDialog class. |
int |
getFrameDuration()
The duration of each frame in milliseconds. |
int |
getFrameRate()
The frame rate in images per second. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getKeyFrameRate()
The frequency of keyframes in the video. |
java.lang.String |
getName()
The name of the exporter. |
int |
getQuality()
The quality of video compression (1-100). |
double |
getVideoDuration()
The duration of the animation in seconds. |
int |
hashCode()
the hashcode for this object |
boolean |
isInstalled()
Indicates if the video exporter is installed. |
boolean |
isRecordOffScreen()
Indicates if video is to be recorded offscreen. |
boolean |
isRecordWindow()
Indicates if entire window is to be recorded. |
boolean |
isShowSettingsDialog()
Indicates if video compression settings dialog is to be displayed. |
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 |
release()
Release a AVIExporter. |
void |
setCodec(java.lang.String pCodecName)
The current video codec. |
void |
setCodecCode(java.lang.String pCodecCode)
The current video codec's unique code. |
void |
setColorDepth(short pColorDepth)
The number of bits per pixel in each video frame. |
void |
setDataRate(int pDataRate)
The maximum number of bytes per second. |
void |
setExportFileName(java.lang.String fileName)
The exported file name. |
void |
setFrameDuration(int pFrameDuration)
The duration of each frame in milliseconds. |
void |
setFrameRate(int pImagesPerSecond)
The frame rate in images per second. |
void |
setKeyFrameRate(int pKeyFrameRate)
The frequency of keyframes in the video. |
void |
setQuality(int pQualityPercent)
The quality of video compression (1-100). |
void |
setRecordOffScreen(boolean pbRecordOffScreen)
Indicates if video is to be recorded offscreen. |
void |
setRecordWindow(boolean pbRecordAppWindow)
Indicates if entire window is to be recorded. |
void |
setShowSettingsDialog(boolean pbShowSettingsDialog)
Indicates if video compression settings dialog is to be displayed. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AVIExporter()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AVIExporter(java.lang.Object obj)
throws java.io.IOException
AVIExporter theAVIExporter = (AVIExporter) obj;
obj to AVIExporter.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFileExtension()
throws java.io.IOException,
AutomationException
getFileExtension in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExportFileName(java.lang.String fileName)
throws java.io.IOException,
AutomationException
setExportFileName in interface ISceneExporter3dfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExportFileName()
throws java.io.IOException,
AutomationException
getExportFileName in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void exportScene(IScene pScene)
throws java.io.IOException,
AutomationException
exportScene in interface ISceneExporter3dpScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setViewerByRef(ISceneViewer rhs1)
throws java.io.IOException,
AutomationException
setViewerByRef in interface ISceneVideoExporterrhs1 - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVideoDuration(double pSeconds)
throws java.io.IOException,
AutomationException
setVideoDuration in interface ISceneVideoExporterpSeconds - The pSeconds (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getVideoDuration()
throws java.io.IOException,
AutomationException
getVideoDuration in interface ISceneVideoExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFrameRate(int pImagesPerSecond)
throws java.io.IOException,
AutomationException
setFrameRate in interface ISceneVideoExporterpImagesPerSecond - The pImagesPerSecond (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFrameRate()
throws java.io.IOException,
AutomationException
getFrameRate in interface ISceneVideoExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseCustomSize(boolean pbUseCustomSize)
throws java.io.IOException,
AutomationException
setUseCustomSize in interface ISceneVideoExporterpbUseCustomSize - The pbUseCustomSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseCustomSize()
throws java.io.IOException,
AutomationException
isUseCustomSize in interface ISceneVideoExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void putCustomSize(int width,
int height)
throws java.io.IOException,
AutomationException
putCustomSize in interface ISceneVideoExporterwidth - The width (in)height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getCustomSize(int[] pWidth,
int[] pHeight)
throws java.io.IOException,
AutomationException
getCustomSize in interface ISceneVideoExporterpWidth - The pWidth (out: use single element array)pHeight - The pHeight (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInstalled()
throws java.io.IOException,
AutomationException
isInstalled in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getCodecList()
throws java.io.IOException,
AutomationException
getCodecList in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getCodecCodeList()
throws java.io.IOException,
AutomationException
getCodecCodeList in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCodec(java.lang.String pCodecName)
throws java.io.IOException,
AutomationException
setCodec in interface IVideoExporterPropertiespCodecName - The pCodecName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCodec()
throws java.io.IOException,
AutomationException
getCodec in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCodecCode(java.lang.String pCodecCode)
throws java.io.IOException,
AutomationException
setCodecCode in interface IVideoExporterPropertiespCodecCode - The pCodecCode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCodecCode()
throws java.io.IOException,
AutomationException
getCodecCode in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColorDepth(short pColorDepth)
throws java.io.IOException,
AutomationException
setColorDepth in interface IVideoExporterPropertiespColorDepth - The pColorDepth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getColorDepth()
throws java.io.IOException,
AutomationException
getColorDepth in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQuality(int pQualityPercent)
throws java.io.IOException,
AutomationException
setQuality in interface IAVIExportersetQuality in interface IVideoExporterPropertiespQualityPercent - The pQualityPercent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getQuality()
throws java.io.IOException,
AutomationException
getQuality in interface IAVIExportergetQuality in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKeyFrameRate(int pKeyFrameRate)
throws java.io.IOException,
AutomationException
setKeyFrameRate in interface IVideoExporterPropertiespKeyFrameRate - The pKeyFrameRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getKeyFrameRate()
throws java.io.IOException,
AutomationException
getKeyFrameRate in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataRate(int pDataRate)
throws java.io.IOException,
AutomationException
setDataRate in interface IVideoExporterPropertiespDataRate - The pDataRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDataRate()
throws java.io.IOException,
AutomationException
getDataRate in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFrameDuration(int pFrameDuration)
throws java.io.IOException,
AutomationException
setFrameDuration in interface IVideoExporterPropertiespFrameDuration - The pFrameDuration (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFrameDuration()
throws java.io.IOException,
AutomationException
getFrameDuration in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRecordWindow(boolean pbRecordAppWindow)
throws java.io.IOException,
AutomationException
setRecordWindow in interface IVideoExporterPropertiespbRecordAppWindow - The pbRecordAppWindow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRecordWindow()
throws java.io.IOException,
AutomationException
isRecordWindow in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRecordOffScreen(boolean pbRecordOffScreen)
throws java.io.IOException,
AutomationException
setRecordOffScreen in interface IVideoExporterPropertiespbRecordOffScreen - The pbRecordOffScreen (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRecordOffScreen()
throws java.io.IOException,
AutomationException
isRecordOffScreen in interface IVideoExporterPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowSettingsDialog(boolean pbShowSettingsDialog)
throws java.io.IOException,
AutomationException
setShowSettingsDialog in interface IVideoExporterPropertiespbShowSettingsDialog - The pbShowSettingsDialog (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowSettingsDialog()
throws java.io.IOException,
AutomationException
isShowSettingsDialog in interface IVideoExporterPropertiesjava.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 | ||||||||