|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISceneVideoExporter
COM Interface 'ISceneVideoExporter'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members that are associated with exporting a 3D scene animation to video.' 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 |
IID4251ba07_9106_11d5_b29f_00508bcdde28
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IID4251ba07_9106_11d5_b29f_00508bcdde28
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setViewerByRef(ISceneViewer rhs1)
throws java.io.IOException,
AutomationException
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.
void setVideoDuration(double pSeconds)
throws java.io.IOException,
AutomationException
pSeconds - The pSeconds (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getVideoDuration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFrameRate(int pImagesPerSecond)
throws java.io.IOException,
AutomationException
pImagesPerSecond - The pImagesPerSecond (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFrameRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseCustomSize(boolean pbUseCustomSize)
throws java.io.IOException,
AutomationException
pbUseCustomSize - The pbUseCustomSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseCustomSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putCustomSize(int width,
int height)
throws java.io.IOException,
AutomationException
width - The width (in)height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getCustomSize(int[] pWidth,
int[] pHeight)
throws java.io.IOException,
AutomationException
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||