Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2706:d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
flys-artifacts/trunk@4424 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 12:39:13 +0000 |
parents | 71f072d8b3d8 |
children | d6e32ae72da6 |
comparison
equal
deleted
inserted
replaced
2705:71f072d8b3d8 | 2706:d8444fcb4e44 |
---|---|
1 2012-05-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/minfo.xml: Added a chart output and relevant facets to | |
4 flow velocity state. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added | |
7 new facet types for mainchannel, totalchannel and tau of flow velocity | |
8 calculation. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/model/FlowVelocityFacet.java: | |
11 New Facet that returns FlowVelocityData in getData(). | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/model/FlowVelocityData.java: | |
14 Added new methods that return xy points for mainchannel, totalchannel and | |
15 tau. | |
16 | |
17 * src/main/java/de/intevation/flys/artifacts/states/FlowVelocityState.java: | |
18 Create new mainchannel, totalchannel and tau Facets for each | |
19 FlowVelocityData instance retrieved by FlowVelocityCalculation. | |
20 | |
21 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Commented | |
22 legend aggregation out. | |
23 | |
24 * src/main/java/de/intevation/flys/exports/FlowVelocityInfoGenerator.java, | |
25 src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.java: New | |
26 chart generator for flow velocity data and its info generator. | |
27 | |
28 * doc/conf/conf.xml: Registered the chart and chart info generator for flow | |
29 velocity data. | |
30 | |
31 * doc/conf/themes.xml: Added new themes for mainchannel, totalchannel and | |
32 tau of flow velocity calculation. | |
33 | |
34 * src/main/resources/messages.properties, | |
35 src/main/resources/messages_de_DE.properties, | |
36 src/main/resources/messages_en.properties, | |
37 src/main/resources/messages_de.properties: Added i18n strings for flow | |
38 velocity facets. | |
39 | |
1 2012-05-16 Ingo Weinzierl <ingo@intevation.de> | 40 2012-05-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 41 |
3 * src/main/java/de/intevation/flys/artifacts/states/MultiIntArrayState.java: | 42 * src/main/java/de/intevation/flys/artifacts/states/MultiIntArrayState.java: |
4 Add a 'label' attribute to each <data> element in the static DESCRIBE. | 43 Add a 'label' attribute to each <data> element in the static DESCRIBE. |
5 In addition to that, the <data> element created in this class can have | 44 In addition to that, the <data> element created in this class can have |