Calculates some 3D
characteristics of the features from a polygon dataset based on a
reference ESRI TIN or PolygonZ TIN.
Inputs:
- A Polygon feature class
- An ESRI TIN or PolygonZ TIN
Outputs:
- New Polygon feature class.
- The original attributes are preserved.
- New fields are added to the attribute table of
the Multipatch feature class.
- ET_ElMin - the minimum Z value
- ET_ElMax - the maximum Z value
- ETSlopeMax - the maximum slope
- ET_AreaZ - the 3D area
- ET_Area - the 2D area
ToolBox
implementation
Command line syntax
- two different toolbox tools available depending on the type of the input TIN.
Check the color coding for specifics.
| ETS_GPPolygon3DCharsEsriTIN <Input
Dataset> <Input TIN> <Out Feature Class> |
| ETS_GPPolygon3DCharsPolygonZTIN <Input
Dataset> <Input TIN> <Out Feature Class> |
Parameters
| Expression |
Explanation |
| <Input
Dataset> |
A Polygon feature layer or feature
class |
|
<Input TIN> |
An ESRI TIN
layer or dataset |
| <Input
TIN> |
A PolygonZ TIN (feature class) |
| <Out Feature Class> |
A String
- the full name of the output feature class. |
Scripting syntax
ETS_GPPolygon3DCharsEsriTIN (Input
Dataset, Input
TIN, Out Feature Class)
ETS_GPPolygon3DCharsPolygonZTIN (Input
Dataset, Input
TIN, Out Feature Class)
See the explanations above:
<> - required parameter
{} - optional parameter
All ESRI
products mentioned are trademarks of Environmental Systems Research
Institute, Inc.
Copyright: Ianko Tchoukanski |