|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.analyst3dtools.SurfaceVolume
public class SurfaceVolume
This tool calculates the area and volume of a raster, triangulated area network (TIN), or terrain dataset surface above or below a given reference plane. The Surface Volume tool is contained in the 3D Analyst Tools tool box.
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 . |
double |
getPyramidLevelResolution()
Returns the Pyramid Level Resolution 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 |
setPyramidLevelResolution(double pyramidLevelResolution)
Sets the Pyramid Level Resolution 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
- the input raster, TIN, or terrain dataset surface used for calculating area and volume.Method Detail |
---|
public Object getInSurface()
public void setInSurface(Object inSurface)
inSurface
- the input raster, TIN, or terrain dataset surface used for calculating area and volume.public Object getOutTextFile()
public void setOutTextFile(Object outTextFile)
outTextFile
- the output text file containing the results.public String getReferencePlane()
public void setReferencePlane(String referencePlane)
referencePlane
- 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
- 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
- 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 double getPyramidLevelResolution()
public void setPyramidLevelResolution(double pyramidLevelResolution)
pyramidLevelResolution
- the resolution of the terrain dataset pyramid level to use for geoprocessing. The default is 0, full resolution.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 |