Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/Changelog @ 98:156db25ad4b4
Add Statisticssupport also to VerticalProfiles
gnv-artifacts/trunk@144 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Sep 2009 10:20:41 +0000 |
parents | fce237b6fdb8 |
children | bb45c5097cb6 |
comparison
equal
deleted
inserted
replaced
97:fce237b6fdb8 | 98:156db25ad4b4 |
---|---|
1 2009-09-28 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java (getStatisticsGenerator) Edited: | |
4 Extracted the Instantiation of the Statistics-object to an protected Methode | |
5 to make it possible that extending Classes could change it. | |
6 * src/main/java/de/intevation/gnv/transition/profile/vertical/VerticalProfileOutputTransition.java (getStatisticsGenerator) Edited: | |
7 Overwrite getStatisticsGenerator to instantiate the VerticalProfileStatistics- | |
8 * src/main/java/de/intevation/gnv/statistics/VerticalProfileStatistics.java Added: | |
9 Class for Calculating Statistics for VerticalProfiles- The Only thing whisch differs to | |
10 TimeSeriesStatists is that the XoordinateValue is an double and not an Date-Value | |
11 * src/main/java/de/intevation/gnv/statistics/TimeseriesStatistics.java (calculateXOrdinateValue) Edited: | |
12 Added the Methode calculateXOrdinateValue to this Class to switch is Values in extending Classes. | |
13 * src/main/java/de/intevation/gnv/statistics/Statistics.java (calculateStatistics) Edited: | |
14 Added methodsignature to Interface for usage in different Implementations of Statistics. | |
15 | |
1 2009-09-28 Tim Englich <tim.englich@intevation.de> | 16 2009-09-28 Tim Englich <tim.englich@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/gnv/statistics/TimeseriesStatistics.java (calculateStatistics) Edited: | 18 * src/main/java/de/intevation/gnv/statistics/TimeseriesStatistics.java (calculateStatistics) Edited: |
4 Bug fixed. Now all Values will be used to calculate the Statistics | 19 Bug fixed. Now all Values will be used to calculate the Statistics |
5 | 20 |