Go to ET GeoWizards 12.x User Guide

Polygon Characteristics

Go to ToolBox Implementation

Calculates some characteristics of the polygons from a polygon dataset

Inputs:

Outputs:

Notes:

Illustrations:

norway

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_GPPolygonCharacteristics <input_dataset> {polygon_depth} {fractal_dimension} {precision} 

Parameters

Expression Explanation
<input_dataset> A Point feature class or feature layer.
{fractal_dimension} A Boolean indicating whether to calculate polygon depth or not.
{polygon_depth} 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_GPPolygonCharacteristics (input_dataset, polygon_depth, fractal_dimension, precision)

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

Copyright © Ianko Tchoukanski