|
|||||||||
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.analyst3dtools.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 3D Analyst Tools tool box.
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
- the input raster to be reclassified.inRemapFile
- aSCII remap file defining the single values or ranges to be reclassified and the values they will become. allowed extensions for the ASCII remap files are .rmp, .txt, and .asc.outRaster
- the output raster to be created. the output reclassified raster. the output will always be of integer type.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster to be reclassified.public Object getInRemapFile()
public void setInRemapFile(Object inRemapFile)
inRemapFile
- aSCII remap file defining the single values or ranges to be reclassified and the values they will become. allowed extensions for the ASCII remap files are .rmp, .txt, and .asc.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster to be created. the output reclassified raster. the output will always be of integer type.public String getMissingValues()
public void setMissingValues(String missingValues)
missingValues
- 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 |