|
|||||||||
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.ReclassByTable
public class ReclassByTable
Reclassifies or changes the values of the input cells of a raster using a remap table. The Reclass by Table tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ReclassByTable()
Creates the Reclass by Table tool with defaults. |
|
ReclassByTable(Object inRaster,
Object inRemapTable,
Object fromValueField,
Object toValueField,
Object outputValueField,
Object outRaster)
Creates the Reclass by Table tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFromValueField()
Returns the From value field parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
Object |
getInRemapTable()
Returns the Input remap table parameter of this tool . |
String |
getMissingValues()
Returns the Change missing values to NoData parameter of this tool . |
Object |
getOutputValueField()
Returns the Output value field 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. |
Object |
getToValueField()
Returns the To value field parameter of this tool . |
void |
setFromValueField(Object fromValueField)
Sets the From value field parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setInRemapTable(Object inRemapTable)
Sets the Input remap table parameter of this tool . |
void |
setMissingValues(String missingValues)
Sets the Change missing values to NoData parameter of this tool . |
void |
setOutputValueField(Object outputValueField)
Sets the Output value field parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setToValueField(Object toValueField)
Sets the To value field 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 ReclassByTable()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ReclassByTable(Object inRaster, Object inRemapTable, Object fromValueField, Object toValueField, Object outputValueField, 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.inRemapTable
- table holding fields defining value ranges to be reclassified and the values they will become.fromValueField
- field holding the beginning value for each value range to be reclassified. this is a numeric field of the input remap table.toValueField
- field holding the ending value for each value range to be reclassified. this is a numeric field of the input remap table.outputValueField
- field holding the integer values to which each range should be changed. this is an integer field of the input remap table.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 getInRemapTable()
public void setInRemapTable(Object inRemapTable)
inRemapTable
- table holding fields defining value ranges to be reclassified and the values they will become.public Object getFromValueField()
public void setFromValueField(Object fromValueField)
fromValueField
- field holding the beginning value for each value range to be reclassified. this is a numeric field of the input remap table.public Object getToValueField()
public void setToValueField(Object toValueField)
toValueField
- field holding the ending value for each value range to be reclassified. this is a numeric field of the input remap table.public Object getOutputValueField()
public void setOutputValueField(Object outputValueField)
outputValueField
- field holding the integer values to which each range should be changed. this is an integer field of the input remap table.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 |