|
|||||||||
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.PolygonVolume
public class PolygonVolume
Calculates the volumetric and surface area between polygons of an input feature class and a terrain dataset or TIN surface. The Polygon 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 | |
---|---|
PolygonVolume()
Creates the Polygon Volume tool with defaults. |
|
PolygonVolume(Object inSurface,
Object inFeatureClass,
String inHeightField)
Creates the Polygon Volume tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFeatureClass()
Returns the Input Feature Class parameter of this tool . |
String |
getInHeightField()
Returns the Height Field parameter of this tool . |
Object |
getInSurface()
Returns the Input Surface parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool (Read only). |
String |
getOutVolumeField()
Returns the Volume Field 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 |
getSurfaceAreaField()
Returns the Surface Area Field 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 |
setInFeatureClass(Object inFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setInHeightField(String inHeightField)
Sets the Height Field parameter of this tool . |
void |
setInSurface(Object inSurface)
Sets the Input Surface parameter of this tool . |
void |
setOutVolumeField(String outVolumeField)
Sets the Volume Field 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 |
setSurfaceAreaField(String surfaceAreaField)
Sets the Surface Area Field 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 PolygonVolume()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PolygonVolume(Object inSurface, Object inFeatureClass, String inHeightField)
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 Terrain dataset or TIN surface.inFeatureClass
- the input polygon feature class.inHeightField
- the name of the field containing polygon reference plane heights.Method Detail |
---|
public Object getInSurface()
public void setInSurface(Object inSurface)
inSurface
- the input Terrain dataset or TIN surface.public Object getInFeatureClass()
public void setInFeatureClass(Object inFeatureClass)
inFeatureClass
- the input polygon feature class.public String getInHeightField()
public void setInHeightField(String inHeightField)
inHeightField
- the name of the field containing polygon reference plane heights.public String getReferencePlane()
public void setReferencePlane(String referencePlane)
referencePlane
- the keyword used to indicate whether volume and surface area are calculated ABOVE the reference plane height of the polygons, or BELOW. The default is BELOW.public String getOutVolumeField()
public void setOutVolumeField(String outVolumeField)
outVolumeField
- the name of the output field used to store the volume result. The default is Volume.public String getSurfaceAreaField()
public void setSurfaceAreaField(String surfaceAreaField)
surfaceAreaField
- the name of the output field used to store the surface area result. The default is SArea.public double getPyramidLevelResolution()
public void setPyramidLevelResolution(double pyramidLevelResolution)
pyramidLevelResolution
- the pyramid level resolution of the terrain dataset to use for interpolation. The default is 0, full resolution.public Object getOutputFeatureClass()
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 |