Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 222:3e82b4f1c455
Removed some Compilation-Errors according to API-Changes in the ArtifactDatabase.
Added the possibility to switch to an alternative Transition.
gnv-artifacts/trunk@284 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Thu, 05 Nov 2009 14:45:54 +0000 |
parents | 21152e1bf325 |
children | 05663e307495 |
comparison
equal
deleted
inserted
replaced
221:21152e1bf325 | 222:3e82b4f1c455 |
---|---|
1 2009-11-05 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/test/ressources/*_describe.xml: | |
4 Added the DescribeRequestBodies to each TestCaseData. | |
5 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: | |
6 Added the DescribeRequestBody to Describe-Calls in the Test | |
7 * src/main/java/de/intevation/gnv/transition/TransitionBase.java: | |
8 Added the possibility to switch to an alternative Transition if no value was choosen. | |
9 | |
10 * src/main/java/de/intevation/gnv/utils/InputValidator.java (isInputValid): | |
11 Added that the Inputvalue is valid if it fullfills the confitions of "no value choosen" (n/n) | |
12 | |
13 * src/main/java/de/intevation/gnv/statistics/HorizontalProfileStatistics.java (calculateXOrdinateValue): | |
14 Added Dummyvalue for X-OrdinateValue | |
15 src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java (describe), | |
16 src/main/java/de/intevation/gnv/profile/verticalcrosssection/VerticalCrossSectionMeshArtifact.java (describe), | |
17 src/main/java/de/intevation/gnv/profile/vertical/VerticalProfileArtifact.java (describe), | |
18 src/main/java/de/intevation/gnv/profile/horizontalcrosssection/HorizontalCrossSectionMeshArtifact.java (describe), | |
19 src/main/java/de/intevation/gnv/profile/horizontal/HorizontalProfileArtifact.java (describe), | |
20 src/main/java/de/intevation/gnv/artifacts/fis/FISArtifact.java (describe), | |
21 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java (createDescibeOutput): | |
22 Added the possibility to exclude the UI from the DescribeRequest. | |
23 | |
1 2009-11-03 Tim Englich <tim.englich@intevation.de> | 24 2009-11-03 Tim Englich <tim.englich@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/gnv/chart/ChartFactory.java (getTimeGapValue): | 26 * src/main/java/de/intevation/gnv/chart/ChartFactory.java (getTimeGapValue): |
4 Integrated special case for TimeGaps in Meshes. There is no Gap defined in | 27 Integrated special case for TimeGaps in Meshes. There is no Gap defined in |
5 Meshes so we have to use Long.MAXVALE to define a Gap for a Mesh which value | 28 Meshes so we have to use Long.MAXVALE to define a Gap for a Mesh which value |