Open Table of Contents

ET GeoWizards Toolbox

Thin (Generalize) Points
(Go to the main page of the function)

Reduces the number of points in a point dataset based on their spatial location.

Command line syntax

ET_GPThinPoints<input_dataset> <out_feature class> <tolerance> {value_field}

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)
<tolerance> A Double representing the Generalization tolerance.
{value_field} A String representing  the Data field (see main page of the function)

Scripting syntax

ET_GPThinPoints (input_dataset,  out_feature_ class, tolerance, value_field )

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