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

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

public class DarcyVelocity
extends AbstractGPTool

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

DarcyVelocity

public DarcyVelocity()
Creates the Darcy Velocity tool with defaults.

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


DarcyVelocity

public DarcyVelocity(Object inHeadRaster,
                     Object inPorosityRaster,
                     Object inThicknessRaster,
                     Object inTransmissivityRaster,
                     Object outDirectionRaster,
                     Object outMagnitudeRaster)
Creates the Darcy Velocity 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.
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.
outMagnitudeRaster - 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.
Method Detail

getInHeadRaster

public 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(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 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(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 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(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 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(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.

getOutDirectionRaster

public 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 a required parameter.

Returns:
the Output direction raster

setOutDirectionRaster

public void setOutDirectionRaster(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 a required 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 Object getOutMagnitudeRaster()
Returns the Output magnitude 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 a required parameter.

Returns:
the Output magnitude raster

setOutMagnitudeRaster

public void setOutMagnitudeRaster(Object outMagnitudeRaster)
Sets the Output magnitude 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 a required parameter.

Parameters:
outMagnitudeRaster - 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.

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias