Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
517:96a1e92e7ed2 | 518:464e03bf786b |
---|---|
1 2010-01-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/math/Interpolation3D.java: | |
4 Apply same logic about the number of points to "Profilschnitte" | |
5 too. If there are more "gnv.interpolation3d.cull.point.threshold" | |
6 points they are culled against a 5% extended bounding box around | |
7 the path. Default threshold: 1000. | |
8 | |
1 2010-01-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2010-01-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/gnv/math/AreaInterpolation.java: | 11 * src/main/java/de/intevation/gnv/math/AreaInterpolation.java: |
4 - The lastest refactoring removed the evaluation of the | 12 - The lastest refactoring removed the evaluation of the |
5 depth. Now its back in again. | 13 depth. Now its back in again. |