Simplifier class abstract interface

Represents a line simplificatoin algorithm.

Constructors

Simplifier.ramerDouglasPeucker()
const
factory
Simplifier.visvalingam()
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
simplify(List<Point<num>> points, {double pixelTolerance = 50.0}) List<Point<num>>
Simplifies a list of points using a sensible default simplification.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited