|
|||||||||
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.spatialanalysttools.Nibble
public class Nibble
Replaces cells of a raster corresponding to a mask with the values of the nearest neighbors. The Nibble tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Nibble()
Creates the Nibble tool with defaults. |
|
Nibble(Object inRaster,
Object inMaskRaster,
Object outRaster)
Creates the Nibble tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInMaskRaster()
Returns the Input raster mask parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
String |
getNibbleValues()
Returns the Use NoData values if they are the nearest neighbor 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 |
setInMaskRaster(Object inMaskRaster)
Sets the Input raster mask parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setNibbleValues(String nibbleValues)
Sets the Use NoData values if they are the nearest neighbor 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 Nibble()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Nibble(Object inRaster, Object inMaskRaster, 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 that will be nibbled. it must be of integer type.inMaskRaster
- the raster used as the mask. it must be of integer type. cells with NoData as their value will be nibbled in the in_raster.outRaster
- the output nibbled raster. the identified input cells will be replaced with the values of their nearest neighbors.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster that will be nibbled. it must be of integer type.public Object getInMaskRaster()
public void setInMaskRaster(Object inMaskRaster)
inMaskRaster
- the raster used as the mask. it must be of integer type. cells with NoData as their value will be nibbled in the in_raster.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output nibbled raster. the identified input cells will be replaced with the values of their nearest neighbors.public String getNibbleValues()
public void setNibbleValues(String nibbleValues)
nibbleValues
- keywords defining if NoData values in the in_raster are allowed to nibble into the area defined by the in_mask_raster.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 |