Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
356:3eee1369c79b | 357:25e4724aa504 |
---|---|
1 2009-12-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.java: | |
4 If a few (i, j) values are not available (gaps in the grid) try | |
5 to fill the holes with guessing the values by the ones which could | |
6 be fetched. We are using a componentwise linear function here. | |
7 This is surely slightly wrong because world coordinates are | |
8 in WGS84 which is ellipsoid in nature. TODO: Look at the errors | |
9 and if needed compensate them by using cubic polynonial or ellipsoid | |
10 function terms. | |
11 | |
12 * src/main/java/de/intevation/gnv/math/LinearFunction.java: New. | |
13 Linear function to be used in curve fitting process. | |
14 | |
1 2009-12-15 Tim Englich <tim.englich@intevation.de> | 15 2009-12-15 Tim Englich <tim.englich@intevation.de> |
2 | 16 |
3 * doc/conf/queries.properties: | 17 * doc/conf/queries.properties: |
4 Added the Unit of the Parameter to the Query for Parameters in | 18 Added the Unit of the Parameter to the Query for Parameters in |
5 all Parameterqueries where it was still missing. Now the Unit will | 19 all Parameterqueries where it was still missing. Now the Unit will |
14 Use 'new DescriptiveStatistics()' instead of | 28 Use 'new DescriptiveStatistics()' instead of |
15 'DescriptiveStatistics().newInstance()' to be compatible with new | 29 'DescriptiveStatistics().newInstance()' to be compatible with new |
16 math api. | 30 math api. |
17 | 31 |
18 2009-12-15 Tim Englich <tim.englich@intevation.de> | 32 2009-12-15 Tim Englich <tim.englich@intevation.de> |
19 Added the Unit of the Parameter to the Query for Parameters in | 33 |
20 TimeSeries. Now teh Unit will be displaied in the Combobox and | 34 Added the Unit of the Parameter to the Query for Parameters in |
21 in the Diagramm-Axis-Description. | 35 TimeSeries. Now teh Unit will be displaied in the Combobox and |
36 in the Diagramm-Axis-Description. | |
37 | |
22 * src/main/resources/lang/artifactMessages*.properties: | 38 * src/main/resources/lang/artifactMessages*.properties: |
23 Added the name Productname for "horizontale Schnittprofile". to the | 39 Added the name Productname for "horizontale Schnittprofile". to the |
24 Resources so that it could be displaied properly in the GUI | 40 Resources so that it could be displaied properly in the GUI |
25 | 41 |
26 2009-12-15 Tim Englich <tim.englich@intevation.de> | 42 2009-12-15 Tim Englich <tim.englich@intevation.de> |