Open Table of Contents

ET GeoWizards Toolbox

Create Cluster Polygons
(Go to the main page of the function)

Delineates cluster polygon for the input points based on user specified cluster distance.

Command line syntax

ET_GPCreateClusterPolygons<input_dataset> <out_feature class> <cluster_distance><remove_holes_from_polygons>

Parameters

Expression Explanation
<input_dataset> A Point, Multipoint, Polyline or Polygon 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)
<cluster_distance> A Double representing the maximum distance between the points within a cluster - in the units of the spatial reference of the input dataset
<remove_holes_from_polygons> A Boolean - If true, the resulting polygons will not contain holes.

Scripting syntax

ET_GPConvexHull (input_dataset,out_feature class, distance_threshold, remove_holes_from_polygons)

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