Class VWLineSimplifier
Simplifies a linestring (sequence of points) using the
Visvalingam-Whyatt algorithm.
The Visvalingam-Whyatt algorithm simplifies geometry
by removing vertices while trying to minimize the area changed.
Inheritance
VWLineSimplifier
Assembly: NetTopologySuite.dll
Syntax
public class VWLineSimplifier
Constructors
|
Improve this Doc
View Source
VWLineSimplifier(Coordinate[], Double)
Declaration
public VWLineSimplifier(Coordinate[] pts, double distanceTolerance)
Parameters
Methods
|
Improve this Doc
View Source
Simplify()
Declaration
public Coordinate[] Simplify()
Returns
|
Improve this Doc
View Source
Simplify(Coordinate[], Double)
Declaration
public static Coordinate[] Simplify(Coordinate[] pts, double distanceTolerance)
Parameters
Returns