annotate artifacts/doc/conf/artifacts/gaugedischargecurve.xml @ 6916:16fcfde38d5b

Added new facet type to gaugedischargecurve.xml compat matrix.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 26 Aug 2013 14:53:41 +0200
parents 7e5122514b37
children 8578babdb2c8
rev   line source
3995
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
2 <artifact name="gaugedischargecurve">
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
3 <states>
5833
a2bdc0f524e8 Adjusted configs to new classes.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 4611
diff changeset
4 <state id="state.gaugedischargecurve.static" description="state.gaugedischargecurve.static" state="org.dive4elements.river.artifacts.states.StaticState">
3995
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
5 <data name="river" type="String" />
4186
eba517419832 Change reference_gauge paremeter to Long
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4164
diff changeset
6 <data name="reference_gauge" type="Long" />
4164
8d3e8cb54e4c Add data for the gauge name to the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4026
diff changeset
7 <data name="gauge_name" type="String" />
3995
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
8 <outputmodes>
6707
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
9 <outputmode name="discharge_curve" description="output.discharge_curve" mime-type="image/png" type="chart">
3995
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
10 <facets>
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
11 <facet name="gauge_discharge_curve"/>
6707
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
12 <facet name="mainvalues.q" description="mainvalues.q"/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
13 <facet name="computed_discharge_curve.mainvalues.w" description="mainvalues.w"/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
14 <facet name="discharge_curve.curve" description="facet.discharge_curve.curve"/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
15 <facet name="heightmarks_points" description="facet.other.wqkms"/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
16 <facet name="other.wqkms" description="facet.other.wqkms"/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
17 <facet name="other.wq" description="Point-like data like fixations"/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
18 <facet name="other.wkms" description="Point-like data like fixations"/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
19 <facet name="other.wkms.interpol" description="Height over km, like flood protections."/>
7e5122514b37 issue1391: Unify theme styles and add facet compatibilities
Andre Heinecke <aheinecke@intevation.de>
parents: 6035
diff changeset
20 <facet name="computed_discharge_curve.manualpoints" description="Manuelle Punkte"/>
6916
16fcfde38d5b Added new facet type to gaugedischargecurve.xml compat matrix.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6707
diff changeset
21 <facet name="other.w.interpol" description="Interpolated (likely single) W Values"/>
16fcfde38d5b Added new facet type to gaugedischargecurve.xml compat matrix.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6707
diff changeset
22 <facet name="other.wqkms.w" description="facet.other.wqkms"/>
3995
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
23 </facets>
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
24 </outputmode>
4188
dc4087088c0b Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4186
diff changeset
25 <outputmode name="computed_dischargecurve_at_export" description="output.computed_dischargecurve_at_export" mime-type="text/plain" type="export">
dc4087088c0b Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4186
diff changeset
26 <facets>
4305
8c51c43e59ca Rename gauge_discharge_curve_at_export facet to at
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4188
diff changeset
27 <facet name="at" description="facet.gauge_discharge_curve_export.at"/>
4188
dc4087088c0b Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4186
diff changeset
28 </facets>
dc4087088c0b Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4186
diff changeset
29 </outputmode>
4586
319565a48182 Add the csv export to the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4305
diff changeset
30 <outputmode name="computed_dischargecurve_export" description="output.computed_dischargecurve_export" mime-type="text/plain" type="export">
319565a48182 Add the csv export to the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4305
diff changeset
31 <facets>
319565a48182 Add the csv export to the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4305
diff changeset
32 <facet name="csv" description="facet.computed_dischargecurve_export.csv" />
4611
526fd442e0e5 Add pdf export to GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4586
diff changeset
33 <facet name="pdf" description="facet.computed_dischargecurve_export.pdf" />
4586
319565a48182 Add the csv export to the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4305
diff changeset
34 </facets>
319565a48182 Add the csv export to the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4305
diff changeset
35 </outputmode>
3995
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
36 </outputmodes>
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
37 </state>
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
38 </states>
22981503ff81 Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
39 </artifact>

http://dive4elements.wald.intevation.org