|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISceneVideoExporter
Provides access to members that are associated with exporting a 3D scene animation to video.
| 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. |
| Method Detail |
|---|
void setViewerByRef(ISceneViewer rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVideoDuration(double pSeconds)
throws IOException,
AutomationException
pSeconds - The pSeconds (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getVideoDuration()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFrameRate(int pImagesPerSecond)
throws IOException,
AutomationException
pImagesPerSecond - The pImagesPerSecond (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFrameRate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseCustomSize(boolean pbUseCustomSize)
throws IOException,
AutomationException
pbUseCustomSize - The pbUseCustomSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseCustomSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putCustomSize(int width,
int height)
throws IOException,
AutomationException
width - The width (in)height - The height (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getCustomSize(int[] pWidth,
int[] pHeight)
throws IOException,
AutomationException
pWidth - The pWidth (out: use single element array)pHeight - The pHeight (out: use single element array)
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 | ||||||||