|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ReclassByASCIIFile
public class ReclassByASCIIFile
Reclassifies or changes the values of the input cells of a raster using an ASCII remap file.
The Reclass by ASCII File tool is contained in the Spatial Analyst Tools tool box.
Learn more about how Reclass by ASCII File works
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
ReclassByASCIIFile()
Creates the Reclass by ASCII File tool with defaults. |
|
ReclassByASCIIFile(Object inRaster,
Object inRemapFile,
Object outRaster)
Creates the Reclass by ASCII File tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
Object |
getInRemapFile()
Returns the Input ASCII remap file parameter of this tool . |
String |
getMissingValues()
Returns the Change missing values to NoData 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 |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setInRemapFile(Object inRemapFile)
Sets the Input ASCII remap file parameter of this tool . |
void |
setMissingValues(String missingValues)
Sets the Change missing values to NoData 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 ReclassByASCIIFile()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ReclassByASCIIFile(Object inRaster,
Object inRemapFile,
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.
inRaster - Composite Geodataset, an input Raster, RasterDataset, RasterBand, or RasterDescriptor.inRemapFile - File, aSCII remap file defining the single values or ranges to be reclassified and the values they will become.outRaster - Raster Dataset, the raster to be created.| Method Detail |
|---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster - Composite Geodataset, an input Raster, RasterDataset, RasterBand, or RasterDescriptor.public Object getInRemapFile()
public void setInRemapFile(Object inRemapFile)
inRemapFile - File, aSCII remap file defining the single values or ranges to be reclassified and the values they will become.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster - Raster Dataset, the raster to be created.public String getMissingValues()
public void setMissingValues(String missingValues)
missingValues - String, denotes whether missing values in the reclass file retain their value or get mapped to NoData.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 | ||||||||