com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Class ZonalFill

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalFill
All Implemented Interfaces:
GPTool

public class ZonalFill
extends AbstractGPTool

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.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
ZonalFill()
          Creates the Zonal Fill tool with defaults.
ZonalFill(java.lang.Object inZoneRaster, java.lang.Object inWeightRaster, java.lang.Object outRaster)
          Creates the Zonal Fill tool with the required parameters.
 
Method Summary
 java.lang.Object getInWeightRaster()
          Returns the Input weight raster parameter of this tool .
 java.lang.Object getInZoneRaster()
          Returns the Input zone raster parameter of this tool .
 java.lang.Object getOutRaster()
          Returns the Output raster parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setInWeightRaster(java.lang.Object inWeightRaster)
          Sets the Input weight raster parameter of this tool .
 void setInZoneRaster(java.lang.Object inZoneRaster)
          Sets the Input zone raster parameter of this tool .
 void setOutRaster(java.lang.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

ZonalFill

public ZonalFill()
Creates the Zonal Fill tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


ZonalFill

public ZonalFill(java.lang.Object inZoneRaster,
                 java.lang.Object inWeightRaster,
                 java.lang.Object outRaster)
Creates the Zonal Fill tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

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

getInZoneRaster

public java.lang.Object getInZoneRaster()
Returns the Input zone raster parameter of this tool . This parameter is the input raster that defines the zones to be filled. This is a required parameter.

Returns:
the Input zone raster

setInZoneRaster

public void setInZoneRaster(java.lang.Object inZoneRaster)
Sets the Input zone raster parameter of this tool . This parameter is the input raster that defines the zones to be filled. This is a required parameter.

Parameters:
inZoneRaster - the input raster that defines the zones to be filled.

getInWeightRaster

public java.lang.Object getInWeightRaster()
Returns the Input weight raster parameter of this tool . This parameter is weight to be assigned to each zone. This is a required parameter.

Returns:
the Input weight raster

setInWeightRaster

public void setInWeightRaster(java.lang.Object inWeightRaster)
Sets the Input weight raster parameter of this tool . This parameter is weight to be assigned to each zone. This is a required parameter.

Parameters:
inWeightRaster - weight to be assigned to each zone.

getOutRaster

public java.lang.Object getOutRaster()
Returns the Output raster parameter of this tool . This parameter is the output raster for which the zones have been filled. This is a required parameter.

Returns:
the Output raster

setOutRaster

public void setOutRaster(java.lang.Object outRaster)
Sets the Output raster parameter of this tool . This parameter is the output raster for which the zones have been filled. This is a required parameter.

Parameters:
outRaster - the output raster for which the zones have been filled.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias