Skip to main content

Green icon with a shape outlined in another shape that is the same general shape as the first. Generalize Tool

One Tool Example

Generalize has a One Tool Example. Visit Sample Workflows to learn how to access this and many other examples directly in Alteryx Designer.

Use Generalize to decrease the number of nodes that make up a polygon or polyline, making a simpler rendition of the original spatial object. Polygons are generalized using the Ramer-Douglas-Peucker algorithm.

Configure the Tool

  1. Specify the SpatialField that contains the spatial object to be generalized.

  2. Include in Output: Choose whether or not to include the original spatial object in the output stream. The default is unchecked so the object is not included.

  3. Specify the Threshold, default is 0.1. Every node on the original line is within this specified threshold of the generalized line.

  4. Specify the Units of the threshold, default is Miles.

  5. Preserve Consistency for Entire Layer: Selected by default. Line segments that are shared by multiple objects are generalized at once, ensuring no gaps or overlaps occur between those objects.