|
|||||||||
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.TinPolygonVolume
public class TinPolygonVolume
Calculates the volumetric and surface area between polygons of an input feature class and a TIN surface. The TIN 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 | |
---|---|
TinPolygonVolume()
Creates the TIN Polygon Volume tool with defaults. |
|
TinPolygonVolume(Object inTin,
Object inFeatureClass,
String inHeightField)
Creates the TIN 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 |
getInTin()
Returns the Input TIN 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 . |
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 |
setInTin(Object inTin)
Sets the Input TIN parameter of this tool . |
void |
setOutVolumeField(String outVolumeField)
Sets the Volume Field 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 TinPolygonVolume()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TinPolygonVolume(Object inTin, 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.
inTin
- the input TIN.inFeatureClass
- the input polygon feature class.inHeightField
- the name of the field containing polygon reference plane heights.Method Detail |
---|
public Object getInTin()
public void setInTin(Object inTin)
inTin
- the input TIN.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 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 |