Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 255:5403452c06fc
Added proper values for calculating the Statistics of VerticalProfiles and HorizontalProfiles issue86
gnv-artifacts/trunk@330 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Thu, 12 Nov 2009 14:47:20 +0000 |
parents | ce408af0ee57 |
children | 008709f79611 |
comparison
equal
deleted
inserted
replaced
254:ce408af0ee57 | 255:5403452c06fc |
---|---|
1 2009-11-12 Tim Englich <tim.englich@intevation.de> | 1 2009-11-12 Tim Englich <tim.englich@intevation.de> |
2 | 2 |
3 * src/main/java/de/intevation/gnv/statistics/HorizontalCrossSectionStatistics.java (calculateXOrdinateValue), | |
4 src/main/java/de/intevation/gnv/statistics/HorizontalProfileStatistics.java (calculateXOrdinateValue), | |
5 src/main/java/de/intevation/gnv/statistics/VerticalProfileStatistics.java (calculateXOrdinateValue), | |
6 src/main/java/de/intevation/gnv/statistics/TimeseriesStatistics.java : | |
7 Added the previous Row to the Method for calculating the GAP between | |
8 those Rows. Also added Calculation of the Distance between two Points in | |
9 HorizontalProfileStatistic and returning the Depth in VerticalProfileStatistics. | |
10 Also added the Metjod clearStatistics to restet the Object if an new Calculation | |
11 will started. | |
12 | |
13 2009-11-12 Tim Englich <tim.englich@intevation.de> | |
14 | |
3 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (extractKVP): | 15 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (extractKVP): |
4 Translated "Keine Auswahl" to "No Selection" according to the Specification that | 16 Translated "Keine Auswahl" to "No Selection" according to the Specification that |
5 the primary Language is english. Please note that the Values that are currently | 17 the primary Language is english. Please note that the Values that are currently |
6 displaied are almost in german. | 18 displaied are almost in german. |
7 | 19 |