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

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

public class DarcyFlow
extends AbstractGPTool

Calculates the groundwater volume balance residual and other outputs for steady flow in an aquifer. The Darcy Flow 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
DarcyFlow()
          Creates the Darcy Flow tool with defaults.
DarcyFlow(java.lang.Object inHeadRaster, java.lang.Object inPorosityRaster, java.lang.Object inThicknessRaster, java.lang.Object inTransmissivityRaster, java.lang.Object outVolumeRaster)
          Creates the Darcy Flow tool with the required parameters.
 
Method Summary
 java.lang.Object getInHeadRaster()
          Returns the Input groundwater head elevation raster parameter of this tool .
 java.lang.Object getInPorosityRaster()
          Returns the Input effective formation porosity raster parameter of this tool .
 java.lang.Object getInThicknessRaster()
          Returns the Input saturated thickness raster parameter of this tool .
 java.lang.Object getInTransmissivityRaster()
          Returns the Input formation transmissivity raster parameter of this tool .
 java.lang.Object getOutDirectionRaster()
          Returns the Output direction raster parameter of this tool .
 java.lang.Object getOutMagnitudeRaster()
          Returns the Output magnitude raster parameter of this tool .
 java.lang.Object getOutVolumeRaster()
          Returns the Output groundwater volume balance residual 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 setInHeadRaster(java.lang.Object inHeadRaster)
          Sets the Input groundwater head elevation raster parameter of this tool .
 void setInPorosityRaster(java.lang.Object inPorosityRaster)
          Sets the Input effective formation porosity raster parameter of this tool .
 void setInThicknessRaster(java.lang.Object inThicknessRaster)
          Sets the Input saturated thickness raster parameter of this tool .
 void setInTransmissivityRaster(java.lang.Object inTransmissivityRaster)
          Sets the Input formation transmissivity raster parameter of this tool .
 void setOutDirectionRaster(java.lang.Object outDirectionRaster)
          Sets the Output direction raster parameter of this tool .
 void setOutMagnitudeRaster(java.lang.Object outMagnitudeRaster)
          Sets the Output magnitude raster parameter of this tool .
 void setOutVolumeRaster(java.lang.Object outVolumeRaster)
          Sets the Output groundwater volume balance residual 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

DarcyFlow

public DarcyFlow()
Creates the Darcy Flow tool with defaults.

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


DarcyFlow

public DarcyFlow(java.lang.Object inHeadRaster,
                 java.lang.Object inPorosityRaster,
                 java.lang.Object inThicknessRaster,
                 java.lang.Object inTransmissivityRaster,
                 java.lang.Object outVolumeRaster)
Creates the Darcy Flow 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:
inHeadRaster - the input raster where each cell value represents the groundwater head elevation at that location. the head is typically an elevation above some datum, such as mean sea level.
inPorosityRaster - the input raster where each cell value represents the effective formation porosity at that location.
inThicknessRaster - the input raster where each cell value represents the saturated thickness at that location. the value for the thickness is interpreted from geological properties of the aquifer.
inTransmissivityRaster - the input raster where each cell value represents the formation transmissivity at that location. the transmissivity of an aquifer is defined as the hydraulic conductivity K times the saturated aquifer thickness b, as units of length squared over time. This property is generally estimated from field experimental data such as pumping tests. Tables 1 and 2 in How Darcy Flow and Darcy Velocity work list ranges of hydraulic conductivities for some generalized geologic materials.
outVolumeRaster - the output volume balance residual raster. each cell value represents the groundwater volume balance residual for steady flow in an aquifer, as determined by Darcy's Law.
Method Detail

getInHeadRaster

public java.lang.Object getInHeadRaster()
Returns the Input groundwater head elevation raster parameter of this tool . This parameter is the input raster where each cell value represents the groundwater head elevation at that location. the head is typically an elevation above some datum, such as mean sea level. This is a required parameter.

Returns:
the Input groundwater head elevation raster

setInHeadRaster

public void setInHeadRaster(java.lang.Object inHeadRaster)
Sets the Input groundwater head elevation raster parameter of this tool . This parameter is the input raster where each cell value represents the groundwater head elevation at that location. the head is typically an elevation above some datum, such as mean sea level. This is a required parameter.

Parameters:
inHeadRaster - the input raster where each cell value represents the groundwater head elevation at that location. the head is typically an elevation above some datum, such as mean sea level.

getInPorosityRaster

public java.lang.Object getInPorosityRaster()
Returns the Input effective formation porosity raster parameter of this tool . This parameter is the input raster where each cell value represents the effective formation porosity at that location. This is a required parameter.

Returns:
the Input effective formation porosity raster

setInPorosityRaster

public void setInPorosityRaster(java.lang.Object inPorosityRaster)
Sets the Input effective formation porosity raster parameter of this tool . This parameter is the input raster where each cell value represents the effective formation porosity at that location. This is a required parameter.

Parameters:
inPorosityRaster - the input raster where each cell value represents the effective formation porosity at that location.

getInThicknessRaster

public java.lang.Object getInThicknessRaster()
Returns the Input saturated thickness raster parameter of this tool . This parameter is the input raster where each cell value represents the saturated thickness at that location. the value for the thickness is interpreted from geological properties of the aquifer. This is a required parameter.

Returns:
the Input saturated thickness raster

setInThicknessRaster

public void setInThicknessRaster(java.lang.Object inThicknessRaster)
Sets the Input saturated thickness raster parameter of this tool . This parameter is the input raster where each cell value represents the saturated thickness at that location. the value for the thickness is interpreted from geological properties of the aquifer. This is a required parameter.

Parameters:
inThicknessRaster - the input raster where each cell value represents the saturated thickness at that location. the value for the thickness is interpreted from geological properties of the aquifer.

getInTransmissivityRaster

public java.lang.Object getInTransmissivityRaster()
Returns the Input formation transmissivity raster parameter of this tool . This parameter is the input raster where each cell value represents the formation transmissivity at that location. the transmissivity of an aquifer is defined as the hydraulic conductivity K times the saturated aquifer thickness b, as units of length squared over time. This property is generally estimated from field experimental data such as pumping tests. Tables 1 and 2 in How Darcy Flow and Darcy Velocity work list ranges of hydraulic conductivities for some generalized geologic materials. This is a required parameter.

Returns:
the Input formation transmissivity raster

setInTransmissivityRaster

public void setInTransmissivityRaster(java.lang.Object inTransmissivityRaster)
Sets the Input formation transmissivity raster parameter of this tool . This parameter is the input raster where each cell value represents the formation transmissivity at that location. the transmissivity of an aquifer is defined as the hydraulic conductivity K times the saturated aquifer thickness b, as units of length squared over time. This property is generally estimated from field experimental data such as pumping tests. Tables 1 and 2 in How Darcy Flow and Darcy Velocity work list ranges of hydraulic conductivities for some generalized geologic materials. This is a required parameter.

Parameters:
inTransmissivityRaster - the input raster where each cell value represents the formation transmissivity at that location. the transmissivity of an aquifer is defined as the hydraulic conductivity K times the saturated aquifer thickness b, as units of length squared over time. This property is generally estimated from field experimental data such as pumping tests. Tables 1 and 2 in How Darcy Flow and Darcy Velocity work list ranges of hydraulic conductivities for some generalized geologic materials.

getOutVolumeRaster

public java.lang.Object getOutVolumeRaster()
Returns the Output groundwater volume balance residual raster parameter of this tool . This parameter is the output volume balance residual raster. each cell value represents the groundwater volume balance residual for steady flow in an aquifer, as determined by Darcy's Law. This is a required parameter.

Returns:
the Output groundwater volume balance residual raster

setOutVolumeRaster

public void setOutVolumeRaster(java.lang.Object outVolumeRaster)
Sets the Output groundwater volume balance residual raster parameter of this tool . This parameter is the output volume balance residual raster. each cell value represents the groundwater volume balance residual for steady flow in an aquifer, as determined by Darcy's Law. This is a required parameter.

Parameters:
outVolumeRaster - the output volume balance residual raster. each cell value represents the groundwater volume balance residual for steady flow in an aquifer, as determined by Darcy's Law.

getOutDirectionRaster

public java.lang.Object getOutDirectionRaster()
Returns the Output direction raster parameter of this tool . This parameter is the output flow direction raster. each cell value represents the direction of the seepage velocity vector (average linear velocity) at the center of the cell, calculated as the average value of the seepage velocity through the four faces of the cell. it is used with the output magnitude raster to describe the flow vector. This is an optional parameter.

Returns:
the Output direction raster

setOutDirectionRaster

public void setOutDirectionRaster(java.lang.Object outDirectionRaster)
Sets the Output direction raster parameter of this tool . This parameter is the output flow direction raster. each cell value represents the direction of the seepage velocity vector (average linear velocity) at the center of the cell, calculated as the average value of the seepage velocity through the four faces of the cell. it is used with the output magnitude raster to describe the flow vector. This is an optional parameter.

Parameters:
outDirectionRaster - the output flow direction raster. each cell value represents the direction of the seepage velocity vector (average linear velocity) at the center of the cell, calculated as the average value of the seepage velocity through the four faces of the cell. it is used with the output magnitude raster to describe the flow vector.

getOutMagnitudeRaster

public java.lang.Object getOutMagnitudeRaster()
Returns the Output magnitude raster parameter of this tool . This parameter is an optional output raster where each cell value represents the magnitude of the seepage velocity vector (average linear velocity) at the center of the cell, calculated as the average value of the seepage velocity through the four faces of the cell. it is used with the output direction raster to describe the flow vector. This is an optional parameter.

Returns:
the Output magnitude raster

setOutMagnitudeRaster

public void setOutMagnitudeRaster(java.lang.Object outMagnitudeRaster)
Sets the Output magnitude raster parameter of this tool . This parameter is an optional output raster where each cell value represents the magnitude of the seepage velocity vector (average linear velocity) at the center of the cell, calculated as the average value of the seepage velocity through the four faces of the cell. it is used with the output direction raster to describe the flow vector. This is an optional parameter.

Parameters:
outMagnitudeRaster - an optional output raster where each cell value represents the magnitude of the seepage velocity vector (average linear velocity) at the center of the cell, calculated as the average value of the seepage velocity through the four faces of the cell. it is used with the output direction raster to describe the flow vector.

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