|
|||||||||
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.FloatToRaster
public class FloatToRaster
Converts a file of binary floating-point values representing raster data to a raster dataset. The Float to Raster tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
FloatToRaster()
Creates the Float to Raster tool with defaults. |
|
FloatToRaster(Object inFloatFile,
Object outRaster)
Creates the Float to Raster tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFloatFile()
Returns the Input floating point raster file parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster 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 |
setInFloatFile(Object inFloatFile)
Sets the Input floating point raster file parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster 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 FloatToRaster()
Initializes the array of tool parameters with the default values specified when the tool was created.
public FloatToRaster(Object inFloatFile, Object outRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFloatFile
- the input floating-point binary file. the file must have a .flt extension. There must be a header file in association with the floating-point binary file, with a .hdr extension.outRaster
- the output raster dataset to be created. when not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID raster format.Method Detail |
---|
public Object getInFloatFile()
public void setInFloatFile(Object inFloatFile)
inFloatFile
- the input floating-point binary file. the file must have a .flt extension. There must be a header file in association with the floating-point binary file, with a .hdr extension.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster dataset to be created. when not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID raster format.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 |