Go to ET GeoWizards 12.x User Guide
Calculates some characteristics of the polylines from a polyline dataset
Inputs:
Outputs:
of
the line connecting the start and end points of the polyline (see
illustration below).Notes:
Fractal Dimension of the polylines is calculated using the Box Counting method (1)
Calculating the Fractal Dimension is time consuming. If you don't need this characteristic, uncheck the option for faster processing.
Illustration:
![]() |
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 |