|
|||||||||
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.TopoToRasterByFile
public class TopoToRasterByFile
Interpolates a hydrologically correct raster surface from point, line, and polygon data using parameters specified in a file. The Topo to Raster by File tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TopoToRasterByFile()
Creates the Topo to Raster by File tool with defaults. |
|
TopoToRasterByFile(Object inParameterFile,
Object outSurfaceRaster)
Creates the Topo to Raster by File tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInParameterFile()
Returns the Input parameter file parameter of this tool . |
Object |
getOutSinkFeatures()
Returns the Output remaining sink point features parameter of this tool . |
Object |
getOutStreamFeatures()
Returns the Output stream polyline features 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. |
void |
setInParameterFile(Object inParameterFile)
Sets the Input parameter file parameter of this tool . |
void |
setOutSinkFeatures(Object outSinkFeatures)
Sets the Output remaining sink point features parameter of this tool . |
void |
setOutStreamFeatures(Object outStreamFeatures)
Sets the Output stream polyline features parameter of this tool . |
void |
setOutSurfaceRaster(Object outSurfaceRaster)
Sets the Output surface 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 TopoToRasterByFile()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TopoToRasterByFile(Object inParameterFile, 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.
inParameterFile
- the input ASCII text file containing the inputs and parameters to use for the interpolation. the file is typically created from a previous run of Topo to Raster with the optional output parameter file specified. in order to test the outcome of changing the parameters, it is easier to make edits to this file and rerun the interpolation than to correctly issue the Topo to Raster tool each time.outSurfaceRaster
- the output interpolated surface raster.Method Detail |
---|
public Object getInParameterFile()
public void setInParameterFile(Object inParameterFile)
inParameterFile
- the input ASCII text file containing the inputs and parameters to use for the interpolation. the file is typically created from a previous run of Topo to Raster with the optional output parameter file specified. in order to test the outcome of changing the parameters, it is easier to make edits to this file and rerun the interpolation than to correctly issue the Topo to Raster tool each time.public Object getOutSurfaceRaster()
public void setOutSurfaceRaster(Object outSurfaceRaster)
outSurfaceRaster
- the output interpolated surface raster.public Object getOutStreamFeatures()
public void setOutStreamFeatures(Object outStreamFeatures)
outStreamFeatures
- output feature class of stream polyline features.public Object getOutSinkFeatures()
public void setOutSinkFeatures(Object outSinkFeatures)
outSinkFeatures
- output feature class of remaining sink point features.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 |