|
|||||||||
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.ZonalFill
public class ZonalFill
Fills zones using the minimum cell value from a weight raster along the zone boundary. The Zonal Fill tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ZonalFill()
Creates the Zonal Fill tool with defaults. |
|
ZonalFill(Object inZoneRaster,
Object inWeightRaster,
Object outRaster)
Creates the Zonal Fill tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInWeightRaster()
Returns the Input weight raster parameter of this tool . |
Object |
getInZoneRaster()
Returns the Input zone raster 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 |
setInWeightRaster(Object inWeightRaster)
Sets the Input weight raster parameter of this tool . |
void |
setInZoneRaster(Object inZoneRaster)
Sets the Input zone raster 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 ZonalFill()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ZonalFill(Object inZoneRaster, Object inWeightRaster, 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.
inZoneRaster
- the input raster that defines the zones to be filled.inWeightRaster
- weight to be assigned to each zone.outRaster
- the output raster for which the zones have been filled.Method Detail |
---|
public Object getInZoneRaster()
public void setInZoneRaster(Object inZoneRaster)
inZoneRaster
- the input raster that defines the zones to be filled.public Object getInWeightRaster()
public void setInWeightRaster(Object inWeightRaster)
inWeightRaster
- weight to be assigned to each zone.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster for which the zones have been filled.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 |