|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.spatialanalysttools.DarcyVelocity
public class DarcyVelocity
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.
Learn more about how Darcy Flow and Darcy Velocity work
Software restrictions: none
| 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 |
|---|
public DarcyVelocity()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DarcyVelocity(Object inHeadRaster,
Object inPorosityRaster,
Object inThicknessRaster,
Object inTransmissivityRaster,
Object outDirectionRaster,
Object outMagnitudeRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inHeadRaster - Composite Geodataset, the head is typically an elevation above some datum, such as mean sea level.inPorosityRaster - Composite Geodataset, the input raster where each cell value represents the effective formation porosity at that location.inThicknessRaster - Composite Geodataset, the value for the thickness is interpreted from geological properties of the aquifer.inTransmissivityRaster - Composite Geodataset, list ranges of hydraulic conductivities for some generalized geologic materials.outDirectionRaster - Raster Dataset, it is used with the {out_magnitude_raster} to describe the flow vector.outMagnitudeRaster - Raster Dataset, it is used with the out_direction_raster to describe the flow vector.| Method Detail |
|---|
public Object getInHeadRaster()
public void setInHeadRaster(Object inHeadRaster)
inHeadRaster - Composite Geodataset, the head is typically an elevation above some datum, such as mean sea level.public Object getInPorosityRaster()
public void setInPorosityRaster(Object inPorosityRaster)
inPorosityRaster - Composite Geodataset, the input raster where each cell value represents the effective formation porosity at that location.public Object getInThicknessRaster()
public void setInThicknessRaster(Object inThicknessRaster)
inThicknessRaster - Composite Geodataset, the value for the thickness is interpreted from geological properties of the aquifer.public Object getInTransmissivityRaster()
public void setInTransmissivityRaster(Object inTransmissivityRaster)
inTransmissivityRaster - Composite Geodataset, list ranges of hydraulic conductivities for some generalized geologic materials.public Object getOutDirectionRaster()
public void setOutDirectionRaster(Object outDirectionRaster)
outDirectionRaster - Raster Dataset, it is used with the {out_magnitude_raster} to describe the flow vector.public Object getOutMagnitudeRaster()
public void setOutMagnitudeRaster(Object outMagnitudeRaster)
outMagnitudeRaster - Raster Dataset, it is used with the out_direction_raster to describe the flow vector.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 | ||||||||