Last updated

API / geotoolkit / contour / shapes / ContourShape / IsoLineSmoothingType

Enumeration: IsoLineSmoothingType

shapes.ContourShape.IsoLineSmoothingType

The IsoLineSmoothingType enumeration is used to define which smoothing algorithm to use when using WASM implementation of Contour

Table of contents

Enumeration Members

Contents

Enumeration Members

Fast

Fast = "Fast"

Smoothing will be done using WASM implementation


None

None = "None"

No smoothing will be applied


Strong

Strong = "Strong"

Smoothing will be done using js implementation based on splines