annotate artifacts/doc/conf/generators/discharge-diagrams.xml @ 9801:1d7a72a50183 3.2.x tip

Assume Compose V2, consistently
author Tom Gottfried <tom@intevation.de>
date Thu, 23 Nov 2023 10:14:13 +0100
parents caba2157ed97
children
rev   line source
8159
87161da4b444 Cleaned up generator dependencies.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
87161da4b444 Cleaned up generator dependencies.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2 <discharge-diagrams>
8164
951e114f3bef More shoveling araound generators.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8163
diff changeset
3
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
4 <output-generator names="historical_discharge_wq,historical_discharge_wq_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
5 class="org.dive4elements.river.exports.DischargeGenerator"
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
6 converter="org.dive4elements.river.exports.DiagramAttributes"
8350
427a813b1791 Remove misplaced file extension.
Tom Gottfried <tom@intevation.de>
parents: 8349
diff changeset
7 injectors="org.dive4elements.river.exports.injector.KmFromGaugeNumberInjector,org.dive4elements.river.exports.injector.PNPInjector">
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
8 <title key="chart.historical.discharge.title" default="chart.historical.discharge.title"/>
8387
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
9 <subtitle key="chart.discharge.curve.subtitle" default="-">
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
10 <arg expr="artifact.river"/>
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
11 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
12 &discharge-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
13 </output-generator>
8163
6988fb3ccb21 Added a woking copy for discharge diagramm generators. All modifications are go in here. If the process is finished we'll remove the old one and rename the copy to discharge-diagramms.xml
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8162
diff changeset
14
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
15 <output-generator names="computed_discharge_curve_chartinfo,computed_discharge_curve"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
16 class="org.dive4elements.river.exports.DischargeGenerator"
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
17 converter="org.dive4elements.river.exports.DiagramAttributes"
8349
7341bebc79d0 Let injectors be strictly distinct from each other and give more meaningful names (they know what they do, not where they will be used. The latter is configuration).
Tom Gottfried <tom@intevation.de>
parents: 8319
diff changeset
18 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector">
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
19 <title key="chart.computed.discharge.curve.title" default="chart.computed.discharge.curve.title"/>
8387
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
20 <subtitle key="chart.discharge.curve.subtitle" default="-">
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
21 <arg expr="artifact.river"/>
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
22 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
23 &discharge-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
24 </output-generator>
8163
6988fb3ccb21 Added a woking copy for discharge diagramm generators. All modifications are go in here. If the process is finished we'll remove the old one and rename the copy to discharge-diagramms.xml
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8162
diff changeset
25
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
26 <output-generator names="discharge_curve_chartinfo,discharge_curve"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
27 class="org.dive4elements.river.exports.DischargeGenerator"
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
28 converter="org.dive4elements.river.exports.DiagramAttributes"
8349
7341bebc79d0 Let injectors be strictly distinct from each other and give more meaningful names (they know what they do, not where they will be used. The latter is configuration).
Tom Gottfried <tom@intevation.de>
parents: 8319
diff changeset
29 injectors="org.dive4elements.river.exports.injector.KmFromGaugeNameInjector,org.dive4elements.river.exports.injector.PNPInjector">
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
30 <title key="chart.discharge.curve.title" default="chart.discharge.curve.title"/>
8387
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
31 <subtitle key="chart.discharge.curve.subtitle" default="-">
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
32 <arg expr="artifact.river"/>
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
33 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
34 &discharge-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
35 </output-generator>
8163
6988fb3ccb21 Added a woking copy for discharge diagramm generators. All modifications are go in here. If the process is finished we'll remove the old one and rename the copy to discharge-diagramms.xml
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8162
diff changeset
36
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
37 <output-generator names="fix_wq_curve,fix_wq_curve_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
38 class="org.dive4elements.river.exports.DischargeGenerator"
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
39 converter="org.dive4elements.river.exports.DiagramAttributes"
8349
7341bebc79d0 Let injectors be strictly distinct from each other and give more meaningful names (they know what they do, not where they will be used. The latter is configuration).
Tom Gottfried <tom@intevation.de>
parents: 8319
diff changeset
40 injectors="org.dive4elements.river.exports.injector.KmFromRequestInjector,org.dive4elements.river.exports.injector.PNPInjector">
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
41 <title key="chart.fixings.discharge.curve.title" default="Fixierungsanalyse W/Q"/>
8387
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
42 <subtitle key="chart.discharge.curve.subtitle" default="-">
8252
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
43 <arg expr="artifact.river"/>
1e30489d0958 Added injectors to config and moved subtitle conf.
Raimund Renkert <rrenkert@intevation.de>
parents: 8168
diff changeset
44 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
45 &discharge-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
46 </output-generator>
8164
951e114f3bef More shoveling araound generators.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8163
diff changeset
47
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
48 <output-generator names="fix_derivate_curve,fix_derivate_curve_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
49 class="org.dive4elements.river.exports.DischargeGenerator"
8376
5f0bc8b28024 Make derived curve-diagram working with subtitle.
Tom Gottfried <tom@intevation.de>
parents: 8372
diff changeset
50 injectors="org.dive4elements.river.exports.injector.KmFromRequestInjector,org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
51 converter="org.dive4elements.river.exports.DiagramAttributes">
8376
5f0bc8b28024 Make derived curve-diagram working with subtitle.
Tom Gottfried <tom@intevation.de>
parents: 8372
diff changeset
52 <title key="chart.fixings.derivedcurve.title" default="-"/>
8387
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
53 <subtitle key="chart.discharge.curve.subtitle" default="-">
8376
5f0bc8b28024 Make derived curve-diagram working with subtitle.
Tom Gottfried <tom@intevation.de>
parents: 8372
diff changeset
54 <arg expr="artifact.river"/>
5f0bc8b28024 Make derived curve-diagram working with subtitle.
Tom Gottfried <tom@intevation.de>
parents: 8372
diff changeset
55 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
56 &discharge-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
57 </output-generator>
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
58
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
59 <output-generator names="fix_vollmer_wq_curve,fix_vollmer_wq_curve_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
60 class="org.dive4elements.river.exports.DischargeGenerator"
8319
3c534a1bcf8e Added PNP injectors to Q/X diagrams.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8318
diff changeset
61 injectors="org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
62 converter="org.dive4elements.river.exports.DiagramAttributes">
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
63 <title key="chart.vollmer.discharge.curve.title" default="chart.vollmer.discharge.curve.title"/>
8387
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
64 <subtitle key="chart.discharge.curve.subtitle" default="-">
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
65 <arg expr="artifact.river"/>
8c60595fd74c Unify discharge curve subtitles.
Tom Gottfried <tom@intevation.de>
parents: 8376
diff changeset
66 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
67 &discharge-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
68 </output-generator>
8163
6988fb3ccb21 Added a woking copy for discharge diagramm generators. All modifications are go in here. If the process is finished we'll remove the old one and rename the copy to discharge-diagramms.xml
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8162
diff changeset
69
8167
8212f3367a43 Added diagram defaults for discharge diagrams.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8164
diff changeset
70 <output-generator names="sq_relation_a,sq_relation_a_chartinfo"
8212f3367a43 Added diagram defaults for discharge diagrams.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8164
diff changeset
71 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
72 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
73 converter="org.dive4elements.river.exports.DiagramAttributes">
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
74 <title key="chart.sq_relation_a.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
75 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
76 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
77 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
78 &sqrelation-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
79 </output-generator>
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
80
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
81 <output-generator names="sq_relation_b,sq_relation_b_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
82 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
83 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
84 converter="org.dive4elements.river.exports.DiagramAttributes">
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
85 <title key="chart.sq_relation_b.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
86 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
87 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
88 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
89 &sqrelation-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
90 </output-generator>
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
91
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
92 <output-generator names="sq_relation_c,sq_relation_c_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
93 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
94 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
95 converter="org.dive4elements.river.exports.DiagramAttributes">
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
96 <title key="chart.sq_relation_c.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
97 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
98 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
99 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
100 &sqrelation-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
101 </output-generator>
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
102
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
103 <output-generator names="sq_relation_d,sq_relation_d_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
104 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
105 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
106 converter="org.dive4elements.river.exports.DiagramAttributes">
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
107 <title key="chart.sq_relation_d.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
108 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
109 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
110 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
111 &sqrelation-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
112 </output-generator>
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
113
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
114 <output-generator names="sq_relation_e,sq_relation_e_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
115 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
116 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
117 converter="org.dive4elements.river.exports.DiagramAttributes">
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
118 <title key="chart.sq_relation_e.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
119 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
120 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
121 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
122 &sqrelation-defaults;
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
123 </output-generator>
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
124
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
125 <output-generator names="sq_relation_f,sq_relation_f_chartinfo"
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
126 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
127 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
128 converter="org.dive4elements.river.exports.DiagramAttributes">
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
129 <title key="chart.sq_relation_f.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
130 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
131 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
132 </subtitle>
8168
75a6ac0c73ef Converted configuration for discharge diagrams to the new Q symmetry style.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8167
diff changeset
133 &sqrelation-defaults;
8159
87161da4b444 Cleaned up generator dependencies.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
134 </output-generator>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
135
8280
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8264
diff changeset
136 <output-generator names="sq_relation_g,sq_relation_g_chartinfo"
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8264
diff changeset
137 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
138 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8280
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8264
diff changeset
139 converter="org.dive4elements.river.exports.DiagramAttributes">
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8264
diff changeset
140 <title key="chart.sq_relation_f.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
141 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
142 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
143 </subtitle>
8280
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8264
diff changeset
144 &sqrelation-defaults;
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8264
diff changeset
145 </output-generator>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
146
8264
4d99606a844e SQ relation overview is now a single chart containing all fractions.
Raimund Renkert <rrenkert@intevation.de>
parents: 8254
diff changeset
147 <output-generator names="sq_overview,sq_overview_chartinfo"
4d99606a844e SQ relation overview is now a single chart containing all fractions.
Raimund Renkert <rrenkert@intevation.de>
parents: 8254
diff changeset
148 class="org.dive4elements.river.exports.DischargeGenerator"
8368
6e9c01a6e90e The current km is needed for SQ diagrams too.
Tom Gottfried <tom@intevation.de>
parents: 8357
diff changeset
149 injectors="org.dive4elements.river.exports.injector.KmFromLocationInjector,org.dive4elements.river.exports.injector.PNPInjector"
8264
4d99606a844e SQ relation overview is now a single chart containing all fractions.
Raimund Renkert <rrenkert@intevation.de>
parents: 8254
diff changeset
150 converter="org.dive4elements.river.exports.DiagramAttributes">
4d99606a844e SQ relation overview is now a single chart containing all fractions.
Raimund Renkert <rrenkert@intevation.de>
parents: 8254
diff changeset
151 <title key="chart.sq_relation_f.title" default=""/>
8394
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
152 <subtitle key="chart.discharge.curve.subtitle" default="-">
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
153 <arg expr="artifact.river"/>
caba2157ed97 Further subtitle cleanup (including obsolete classes using them).
Tom Gottfried <tom@intevation.de>
parents: 8387
diff changeset
154 </subtitle>
8264
4d99606a844e SQ relation overview is now a single chart containing all fractions.
Raimund Renkert <rrenkert@intevation.de>
parents: 8254
diff changeset
155 &sqrelation-defaults;
4d99606a844e SQ relation overview is now a single chart containing all fractions.
Raimund Renkert <rrenkert@intevation.de>
parents: 8254
diff changeset
156 </output-generator>
8159
87161da4b444 Cleaned up generator dependencies.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
157 </discharge-diagrams>

http://dive4elements.wald.intevation.org