|
|||||||||
| 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.analyst3dtools.SurfaceVolume
public class SurfaceVolume
Calculates the area and volume of a raster or TIN surface above or below a given reference plane.
The Surface Volume tool is contained in the 3D Analyst Tools tool box.
Learn more about how Surface Volume (3D Analyst) works
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
SurfaceVolume()
Creates the Surface Volume tool with defaults. |
|
SurfaceVolume(Object inSurface)
Creates the Surface Volume tool with the required parameters. |
|
| Method Summary | |
|---|---|
double |
getBaseZ()
Returns the Plane Height parameter of this tool . |
Object |
getInSurface()
Returns the Input Surface parameter of this tool . |
Object |
getOutTextFile()
Returns the Output Text File parameter of this tool . |
String |
getReferencePlane()
Returns the Reference Plane 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. |
double |
getZFactor()
Returns the Z Factor parameter of this tool . |
void |
setBaseZ(double baseZ)
Sets the Plane Height parameter of this tool . |
void |
setInSurface(Object inSurface)
Sets the Input Surface parameter of this tool . |
void |
setOutTextFile(Object outTextFile)
Sets the Output Text File parameter of this tool . |
void |
setReferencePlane(String referencePlane)
Sets the Reference Plane parameter of this tool . |
void |
setZFactor(double zFactor)
Sets the Z Factor 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 SurfaceVolume()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SurfaceVolume(Object inSurface)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inSurface - Tin Layer | Raster Layer, the input raster or TIN surface used for calculating area and volume.| Method Detail |
|---|
public Object getInSurface()
public void setInSurface(Object inSurface)
inSurface - Tin Layer | Raster Layer, the input raster or TIN surface used for calculating area and volume.public Object getOutTextFile()
public void setOutTextFile(Object outTextFile)
outTextFile - File, the output text file.public String getReferencePlane()
public void setReferencePlane(String referencePlane)
referencePlane - String, choose whether to calculate above or below a given height. By default, volume is calculated above base z.public double getBaseZ()
public void setBaseZ(double baseZ)
baseZ - Double, the surface value from which the area and volume will be calculated. By default, the value is the surface minimum for ABOVE and the surface maximum for BELOW.public double getZFactor()
public void setZFactor(double zFactor)
zFactor - Double, the factor by which the heights of the input surface will be multiplied to calculate surface volume. Used for converting z units to match x,y units.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 | ||||||||