Open Table of Contents
Generalize Wizard
Generalizes ( reduces the number of vertices required to represent a polyline ) the
features of a polyline layer using the Douglas-Poiker algorithm
Inputs:
- A polyline feature layer
- Generalize tolerance (maximum offset) - the maximum distance that the generalized
polyline will differ from the original one
Outputs:
- New polyline feature class
- The output feature class will contain all the features of the original data set
- If the "Generalize selected" option is used, only selected polylines will be
generalized, the rest will preserve their original shape.
- The attributes of the input data set are preserved.
Notes :
- The function uses the standard ArcObjects method which is fast and efficient.
- For more information see Generalize method in ArcObjects Developer Help.