|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.analyst3d.QuickTimeExporter
public class QuickTimeExporter
COM Class 'QuickTimeExporter'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description 'An exporter to QuickTime 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 |
Constructor Summary | |
---|---|
QuickTimeExporter()
Constructs a QuickTimeExporter using ArcGIS Engine. |
|
QuickTimeExporter(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. QuickTimeExporter theQuickTimeExporter = (QuickTimeExporter) 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 QuickTimeExporter. |
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 QuickTimeExporter() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic QuickTimeExporter(java.lang.Object obj) throws java.io.IOException
QuickTimeExporter theQuickTimeExporter = (QuickTimeExporter) obj;
obj
to QuickTimeExporter
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface ISceneExporter3d
java.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 ISceneExporter3d
java.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 ISceneExporter3d
java.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 ISceneExporter3d
fileName
- 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 ISceneExporter3d
java.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 ISceneExporter3d
pScene
- 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 ISceneVideoExporter
rhs1
- 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 ISceneVideoExporter
pSeconds
- 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 ISceneVideoExporter
java.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 ISceneVideoExporter
pImagesPerSecond
- 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 ISceneVideoExporter
java.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 ISceneVideoExporter
pbUseCustomSize
- 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 ISceneVideoExporter
java.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 ISceneVideoExporter
width
- 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 ISceneVideoExporter
pWidth
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
java.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 IVideoExporterProperties
java.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 IVideoExporterProperties
pCodecName
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pCodecCode
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pColorDepth
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pQualityPercent
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pKeyFrameRate
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pDataRate
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pFrameDuration
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pbRecordAppWindow
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pbRecordOffScreen
- 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 IVideoExporterProperties
java.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 IVideoExporterProperties
pbShowSettingsDialog
- 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 IVideoExporterProperties
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 |