Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 357:25e4724aa504
Fill (i, j)-gaps when building index buffer.
gnv-artifacts/trunk@430 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 15 Dec 2009 15:14:21 +0000 |
parents | 3eee1369c79b |
children | 2f7a28f211c7 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Dec 15 14:55:42 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Dec 15 15:14:21 2009 +0000 @@ -1,3 +1,17 @@ +2009-12-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.java: + If a few (i, j) values are not available (gaps in the grid) try + to fill the holes with guessing the values by the ones which could + be fetched. We are using a componentwise linear function here. + This is surely slightly wrong because world coordinates are + in WGS84 which is ellipsoid in nature. TODO: Look at the errors + and if needed compensate them by using cubic polynonial or ellipsoid + function terms. + + * src/main/java/de/intevation/gnv/math/LinearFunction.java: New. + Linear function to be used in curve fitting process. + 2009-12-15 Tim Englich <tim.englich@intevation.de> * doc/conf/queries.properties: @@ -16,9 +30,11 @@ math api. 2009-12-15 Tim Englich <tim.englich@intevation.de> -Added the Unit of the Parameter to the Query for Parameters in - TimeSeries. Now teh Unit will be displaied in the Combobox and - in the Diagramm-Axis-Description. + + Added the Unit of the Parameter to the Query for Parameters in + TimeSeries. Now teh Unit will be displaied in the Combobox and + in the Diagramm-Axis-Description. + * src/main/resources/lang/artifactMessages*.properties: Added the name Productname for "horizontale Schnittprofile". to the Resources so that it could be displaied properly in the GUI