Go to ET GeoWizards 12.x User Guide

Polyline Characteristics

Go to ToolBox Implementation

Calculates some characteristics of the polylines from a polyline dataset

Inputs:

Outputs:

Notes:

Illustration:

chars

References:

1. Bourke, P., 1993. Fractal Dimension Calculator User Manual, Online. Available: http://paulbourke.net/fractals/fracdim/

ToolBox implementation
(Go to TOP)

Command line syntax 

ET_GPPolylineCharacteristics <input_dataset>  {fractal_dimension}   {precision} 

Parameters

Expression Explanation
<input_dataset> A Point feature class or feature layer.
{fractal_dimension} A Boolean indicating whether to calculate fractal dimension or not.
{precision} An Integer between 0 and 8 representing the number of places after the decimal point to be used.

Scripting syntax

ET_GPPolylineCharacteristics (input_dataset, fractal_dimension, precision)

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

Copyright © Ianko Tchoukanski