Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 518:464e03bf786b
Try to cull points from set of input points when generating "Profilschnitte".
gnv-artifacts/trunk@612 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sat, 23 Jan 2010 18:10:34 +0000 |
parents | 96a1e92e7ed2 |
children | 4e347624ee7c |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Sat Jan 23 17:42:04 2010 +0000 +++ b/gnv-artifacts/ChangeLog Sat Jan 23 18:10:34 2010 +0000 @@ -1,3 +1,11 @@ +2010-01-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/gnv/math/Interpolation3D.java: + Apply same logic about the number of points to "Profilschnitte" + too. If there are more "gnv.interpolation3d.cull.point.threshold" + points they are culled against a 5% extended bounding box around + the path. Default threshold: 1000. + 2010-01-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/gnv/math/AreaInterpolation.java: