Skip to main content
All docs
V26.1
  • DouglasPeuckerShapeSimplifier Members

    Determines the Douglas-Peucker shape simplification algorithm.

    Constructors

    Name Description
    DouglasPeuckerShapeSimplifier() Initializes a new instance of the DouglasPeuckerShapeSimplifier class with default settings.

    Properties

    Name Description
    Tolerance Returns a percent of vertices that vector shapes contain after simplification. Inherited from ShapeSimplifierBase.

    Methods

    Name Description
    Simplify(IEnumerable<MapItem>, Double) Reduces a number of vertices that form the vector layer’s items. Inherited from ShapeSimplifierBase.

    Events

    Name Description
    PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
    See Also