ESRI.ArcGIS.SpatialAnalystTools
DarcyVelocity Constructor(Object,Object,Object,Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > DarcyVelocity Class > DarcyVelocity Constructor : DarcyVelocity Constructor(Object,Object,Object,Object,Object,Object)




in_head_raster
The input raster where each cell value represents the groundwater head elevation at that location. (In, Required)
in_porosity_raster
The input raster where each cell value represents the effective formation porosity at that location. (In, Required)
in_thickness_raster
The input raster where each cell value represents the saturated thickness at that location. (In, Required)
in_transmissivity_raster
The input raster where each cell value represents the formation transmissivity at that location. (In, Required)
out_direction_raster
The output flow direction raster. (Out, Required)
out_magnitude_raster
The output flow direction raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_head_raster As Object, _
   ByVal in_porosity_raster As Object, _
   ByVal in_thickness_raster As Object, _
   ByVal in_transmissivity_raster As Object, _
   ByVal out_direction_raster As Object, _
   ByVal out_magnitude_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_head_raster As Object
Dim in_porosity_raster As Object
Dim in_thickness_raster As Object
Dim in_transmissivity_raster As Object
Dim out_direction_raster As Object
Dim out_magnitude_raster As Object
 
Dim instance As DarcyVelocity(in_head_raster, in_porosity_raster, in_thickness_raster, in_transmissivity_raster, out_direction_raster, out_magnitude_raster)
C# 
public DarcyVelocity( 
   object in_head_raster,
   object in_porosity_raster,
   object in_thickness_raster,
   object in_transmissivity_raster,
   object out_direction_raster,
   object out_magnitude_raster
)

Parameters

in_head_raster
The input raster where each cell value represents the groundwater head elevation at that location. (In, Required)
in_porosity_raster
The input raster where each cell value represents the effective formation porosity at that location. (In, Required)
in_thickness_raster
The input raster where each cell value represents the saturated thickness at that location. (In, Required)
in_transmissivity_raster
The input raster where each cell value represents the formation transmissivity at that location. (In, Required)
out_direction_raster
The output flow direction raster. (Out, Required)
out_magnitude_raster
The output flow direction raster. (Out, Required)

See Also

© 2010 All Rights Reserved.