FeatureSlidingAverage class

Applies a sliding average on linear geometries for smoothing.

See: http://grass.osgeo.org/wiki/V.generalize_tutorial

@author Andrea Antonello (www.hydrologis.com)

Constructors

FeatureSlidingAverage(List xyList)

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pointAdd(List<double> a, List<double> b, List<double> res) → void
pointAssign(List coordinates, int index, List<double> newAssignedCoordinate) → void
pointScalar(List<double> a, double k, List<double> res) → void
pointSubtract(List<double> a, List<double> b, List<double> res) → void
smooth(int lookAhead, double slide) List?
toString() String
A string representation of this object.
inherited

Operators

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