Class FeatureSlidingAverage
- java.lang.Object
-
- org.hortonmachine.gears.modules.v.smoothing.FeatureSlidingAverage
-
public class FeatureSlidingAverage extends Object
Applies a sliding average on linear geometries for smoothing.See: http://grass.osgeo.org/wiki/V.generalize_tutorial
- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Constructor Summary
Constructors Constructor Description FeatureSlidingAverage(org.locationtech.jts.geom.Geometry geometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.locationtech.jts.geom.Coordinate>smooth(int lookAhead, boolean considerZ, double slide)
-
-
-
Method Detail
-
smooth
public List<org.locationtech.jts.geom.Coordinate> smooth(int lookAhead, boolean considerZ, double slide)
-
-