|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToFloat
public class RasterToFloat
Converts a raster dataset to a file of binary floating-point values representing raster data. The Raster to Float tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RasterToFloat()
Creates the Raster to Float tool with defaults. |
|
RasterToFloat(Object inRaster,
Object outFloatFile)
Creates the Raster to Float tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
Object |
getOutFloatFile()
Returns the Output floating point raster file 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 |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setOutFloatFile(Object outFloatFile)
Sets the Output floating point raster file 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 RasterToFloat()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToFloat(Object inRaster, Object outFloatFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRaster
- the input raster dataset. the raster can be integer or floating-point type.outFloatFile
- the output floating-point raster file. the file name must have a .flt extension.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster dataset. the raster can be integer or floating-point type.public Object getOutFloatFile()
public void setOutFloatFile(Object outFloatFile)
outFloatFile
- the output floating-point raster file. the file name must have a .flt extension.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |