|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToVideo
public class RasterToVideo
Creates a video file from a set of images. The Raster To Video tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RasterToVideo()
Creates the Raster To Video tool with defaults. |
|
RasterToVideo(Object inputFolder,
Object outVideoFile)
Creates the Raster To Video tool with the required parameters. |
Method Summary | |
---|---|
String |
getCodec()
Returns the Codec parameter of this tool . |
String |
getDurationMethod()
Returns the Output Duration Method parameter of this tool . |
String |
getImageFormat()
Returns the Image Format parameter of this tool . |
Object |
getInputFolder()
Returns the Input Folder parameter of this tool . |
Object |
getOutVideoFile()
Returns the Output Video File parameter of this tool . |
int |
getQuality()
Returns the Quality parameter of this tool . |
double |
getTime()
Returns the Frame Rate or Time parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setCodec(String codec)
Sets the Codec parameter of this tool . |
void |
setDurationMethod(String durationMethod)
Sets the Output Duration Method parameter of this tool . |
void |
setImageFormat(String imageFormat)
Sets the Image Format parameter of this tool . |
void |
setInputFolder(Object inputFolder)
Sets the Input Folder parameter of this tool . |
void |
setOutVideoFile(Object outVideoFile)
Sets the Output Video File parameter of this tool . |
void |
setQuality(int quality)
Sets the Quality parameter of this tool . |
void |
setTime(double time)
Sets the Frame Rate or Time parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RasterToVideo()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToVideo(Object inputFolder, Object outVideoFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputFolder
- the folder containing the images. The images in the folder should be of the same type (BMP or JPEG).outVideoFile
- the output video file (*.avi or *.mov).Method Detail |
---|
public Object getInputFolder()
public void setInputFolder(Object inputFolder)
inputFolder
- the folder containing the images. The images in the folder should be of the same type (BMP or JPEG).public Object getOutVideoFile()
public void setOutVideoFile(Object outVideoFile)
outVideoFile
- the output video file (*.avi or *.mov).public String getImageFormat()
public void setImageFormat(String imageFormat)
imageFormat
- nullpublic String getCodec()
public void setCodec(String codec)
codec
- the codec used for compressing the frames while writing the video file. The list of codecs can vary on different machines.public String getDurationMethod()
public void setDurationMethod(String durationMethod)
durationMethod
- the method (FRAME_RATE or TIME) used for defining the output video duration.public double getTime()
public void setTime(double time)
time
- duration of the video to be output.public int getQuality()
public void setQuality(int quality)
quality
- the quality of the output video. The video can be exported at different qualities ranging from 1 to 100. The default value is 100.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |