Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1085:07878836ee0d
Plot "real" (respecting parameters) W and Q MainValues, yet in wrong scale.
flys-artifacts/trunk@2588 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 26 Aug 2011 08:49:18 +0000 |
parents | 583314dafdb6 |
children | 825ea312116d |
comparison
equal
deleted
inserted
replaced
1084:583314dafdb6 | 1085:07878836ee0d |
---|---|
1 2011-08-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Also plot "W"-MainValues (on vertical axis), take correct parameters, but | |
4 do not convert to correct scale (cm vs NN+m). | |
5 | |
6 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: | |
7 Naive attempt at allowing the vertical axis to be sticked at. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java: | |
10 Store Q and W MainValues separately, add them to plot as annotations. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: | |
13 Serve the MainValues, parameterized on river and location, Q and W. | |
14 Removed Facet-implementation. | |
15 | |
16 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: | |
17 Updated Facet Types. | |
18 | |
19 * src/main/java/de/intevation/flys/artifacts/model/MainValuesQFacet.java: | |
20 src/main/java/de/intevation/flys/artifacts/model/MainValuesWFacet.java: | |
21 New, trivial facets, extracted from MainValuesArtifact. | |
22 | |
1 2011-08-26 Ingo Weinzierl <ingo@intevation.de> | 23 2011-08-26 Ingo Weinzierl <ingo@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Call | 25 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Call |
4 State.endOfLife() of each State that is no longer in the queue of the | 26 State.endOfLife() of each State that is no longer in the queue of the |
5 artifact when this artifact steps back to a previous state. | 27 artifact when this artifact steps back to a previous state. |