|
|||||||||
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.Fill
public class Fill
Fills sinks in a surface raster to remove small imperfections in the data. The 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 | |
---|---|
Fill()
Creates the Fill tool with defaults. |
|
Fill(Object inSurfaceRaster,
Object outSurfaceRaster)
Creates the Fill tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInSurfaceRaster()
Returns the Input surface raster parameter of this tool . |
Object |
getOutSurfaceRaster()
Returns the Output surface 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. |
double |
getZLimit()
Returns the Z limit parameter of this tool . |
void |
setInSurfaceRaster(Object inSurfaceRaster)
Sets the Input surface raster parameter of this tool . |
void |
setOutSurfaceRaster(Object outSurfaceRaster)
Sets the Output surface raster parameter of this tool . |
void |
setZLimit(double zLimit)
Sets the Z limit 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 Fill()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Fill(Object inSurfaceRaster, Object outSurfaceRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inSurfaceRaster
- the input raster representing a continuous surface.outSurfaceRaster
- the output surface raster after the sinks have been filled.Method Detail |
---|
public Object getInSurfaceRaster()
public void setInSurfaceRaster(Object inSurfaceRaster)
inSurfaceRaster
- the input raster representing a continuous surface.public Object getOutSurfaceRaster()
public void setOutSurfaceRaster(Object outSurfaceRaster)
outSurfaceRaster
- the output surface raster after the sinks have been filled.public double getZLimit()
public void setZLimit(double zLimit)
zLimit
- maximum elevation difference between a sink and its pour point to be filled. if the difference in z-values between a sink and its pour point is greater than the z_limit that sink will not be filled. the default is to fill all sinks, regardless of depth.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 |