|
|||||||||
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.ASCIIToRaster
public class ASCIIToRaster
Converts an ASCII file representing raster data to a raster dataset. The ASCII 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 | |
---|---|
ASCIIToRaster()
Creates the ASCII to Raster tool with defaults. |
|
ASCIIToRaster(Object inAsciiFile,
Object outRaster)
Creates the ASCII to Raster tool with the required parameters. |
Method Summary | |
---|---|
String |
getDataType()
Returns the Output data type parameter of this tool . |
Object |
getInAsciiFile()
Returns the Input ASCII 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 |
setDataType(String dataType)
Sets the Output data type parameter of this tool . |
void |
setInAsciiFile(Object inAsciiFile)
Sets the Input ASCII 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 ASCIIToRaster()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ASCIIToRaster(Object inAsciiFile, 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.
inAsciiFile
- the input ASCII file to be converted.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 getInAsciiFile()
public void setInAsciiFile(Object inAsciiFile)
inAsciiFile
- the input ASCII file to be converted.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 getDataType()
public void setDataType(String dataType)
dataType
- the data type of the output raster dataset.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 |