Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 449:c7ca2fce041f
Add only color to scale of vertical cross section which are in the chart.
gnv-artifacts/trunk@497 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 03 Jan 2010 15:57:02 +0000 |
parents | 3cb2bea50456 |
children | 20a480753ff9 |
comparison
equal
deleted
inserted
replaced
448:3cb2bea50456 | 449:c7ca2fce041f |
---|---|
1 2010-01-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/chart/VerticalCrossSectionChart.java: | |
4 Only add colors to scale which are in the chart. | |
5 | |
6 * src/main/java/de/intevation/gnv/raster/Palette.java: Added | |
7 getter for 'color' field of palette entry. | |
8 | |
1 2010-01-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2010-01-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | 11 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: |
4 Generate iso line classes according gnv-issues/issue108: | 12 Generate iso line classes according gnv-issues/issue108: |
5 | 13 |
338 the parameter on each. Every entry in the interpolated column | 346 the parameter on each. Every entry in the interpolated column |
339 is interpolated bilinear from the four cubic spline interpolated | 347 is interpolated bilinear from the four cubic spline interpolated |
340 neighbor values at the respective depth. | 348 neighbor values at the respective depth. |
341 | 349 |
342 The result is stored into a double valued raster. NaN values | 350 The result is stored into a double valued raster. NaN values |
343 indicates interpolation gaps. | 351 indicate interpolation gaps. |
344 | 352 |
345 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 353 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
346 | 354 |
347 * src/main/java/de/intevation/gnv/math/XYColumn.java: Added a method | 355 * src/main/java/de/intevation/gnv/math/XYColumn.java: Added a method |
348 prepare() which generates an continues interpolator for the | 356 prepare() which generates an continues interpolator for the |