|
|||||||||
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.Reclassify
public class Reclassify
Reclassifies (or changes) the values in a raster. The Reclassify tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Reclassify()
Creates the Reclassify tool with defaults. |
|
Reclassify(Object inRaster,
Object reclassField,
Object remap,
Object outRaster)
Creates the Reclassify tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRaster()
Returns the Input raster 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 . |
Object |
getReclassField()
Returns the Reclass field parameter of this tool . |
Object |
getRemap()
Returns the Reclassification 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 |
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 . |
void |
setReclassField(Object reclassField)
Sets the Reclass field parameter of this tool . |
void |
setRemap(Object remap)
Sets the Reclassification 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 Reclassify()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Reclassify(Object inRaster, Object reclassField, Object remap, 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.reclassField
- field denoting the values that will be reclassified.remap
- a remap list that defines how the values will be reclassified. the remap list is composed of three components: From, To, and
New values. Each row in the remap list is separated by a semicolon,
and the three components are separated by spaces. For example: "0 5
1;5.01 7.5 2;7.5 10 3"outRaster
- 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 getReclassField()
public void setReclassField(Object reclassField)
reclassField
- field denoting the values that will be reclassified.public Object getRemap()
public void setRemap(Object remap)
remap
- a remap list that defines how the values will be reclassified. the remap list is composed of three components: From, To, and
New values. Each row in the remap list is separated by a semicolon,
and the three components are separated by spaces. For example: "0 5
1;5.01 7.5 2;7.5 10 3"public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- 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 table 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 |