|
|||||||||
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.RasterToOtherFormat
public class RasterToOtherFormat
Converts one or more raster dataset formats supported by ArcGIS to a BIL, BIP, BMP, BSQ, ENVI DAT, GIF, GRID, ERDAS IMAGINE, JPEG, JPEG 2000, PNG TIFF, or to a geodatabase raster dataset format. The Raster To Other Format (multiple) tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RasterToOtherFormat()
Creates the Raster To Other Format (multiple) tool with defaults. |
|
RasterToOtherFormat(Object inputRasters,
Object outputWorkspace)
Creates the Raster To Other Format (multiple) tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDerivedWorkspace()
Returns the Derived Workspace parameter of this tool (Read only). |
Object |
getInputRasters()
Returns the Input Rasters parameter of this tool . |
Object |
getOutputWorkspace()
Returns the Output Workspace parameter of this tool . |
String |
getRasterFormat()
Returns the Raster Format 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 |
setInputRasters(Object inputRasters)
Sets the Input Rasters parameter of this tool . |
void |
setOutputWorkspace(Object outputWorkspace)
Sets the Output Workspace parameter of this tool . |
void |
setRasterFormat(String rasterFormat)
Sets the Raster Format 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 RasterToOtherFormat()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToOtherFormat(Object inputRasters, Object outputWorkspace)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputRasters
- the input raster datasets that you wish to convert.outputWorkspace
- the location where converted raster datasets will be stored.Method Detail |
---|
public Object getInputRasters()
public void setInputRasters(Object inputRasters)
inputRasters
- the input raster datasets that you wish to convert.public Object getOutputWorkspace()
public void setOutputWorkspace(Object outputWorkspace)
outputWorkspace
- the location where converted raster datasets will be stored.public String getRasterFormat()
public void setRasterFormat(String rasterFormat)
rasterFormat
- the format of the output raster dataset.public Object getDerivedWorkspace()
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 |