Go to ET GeoWizards 12.x User Guide

PolylineZ Characteristics

Go to ToolBox Implementation

Calculates several characteristics of PolylineZs. The results are stored in fields in the polyline attribute table.
The results are stored in the attribute table of the input layer or in a new feature class

Inputs:

Outputs:

The results are stored in the attribute table of the input dataset or in a new feature class. The linear measures are in the units of the spatial reference of the input dataset. The slope is measured in decimal degrees (from -90 to +90). The following fields are added to the attribute table

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPGetZChars<input_dataset> <out_feature class> {linear_precision} {angular_precision}  {nodata}

Parameters

Expression Explanation
<input_dataset> A Point feature class or feature layer
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)
{linear_precision} A Double - the number of digits after the decimal point for linear measures.
{angular_precision} A Double - the number of digits after the decimal point for angular measures.
{nodata} A Double - represents undefined Z values.

Scripting syntax

ET_GPGetZChars(input_dataset, out_feature class,linear_precision,angular_precision, nodata)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski