annotate artifacts/doc/conf/longitudinal-diagram-defaults.xml @ 7523:ce90d2f4ee46

issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults. Sorry for simultaneous formatting changes.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 06 Nov 2013 12:03:38 +0100
parents 8b2479d4ae30
children 12c4c8d0ac41
rev   line source
7169
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
2 <longitudinal-defaults>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
3 <axis name="W"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
4 <axis name="diffW"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
5 <axis name="deltaW"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
6 <axis name="diffBed"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
7 <axis name="diffBed/Y"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
8 <axis name="BedHeight"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
9 <axis name="SoundingWidth"/>
7422
84873a386630 Add another axis (height) to longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7207
diff changeset
10 <axis name="Height"/>
7169
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
11 <axis name="Width"/>
7176
1a938a5a7e21 Fix Y-Axis order for default longituidnals
Andre Heinecke <aheinecke@intevation.de>
parents: 7169
diff changeset
12 <axis name="Diameter"/>
1a938a5a7e21 Fix Y-Axis order for default longituidnals
Andre Heinecke <aheinecke@intevation.de>
parents: 7169
diff changeset
13 <axis name="Density"/>
7169
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
14 <axis name="Porosity"/>
7497
8b2479d4ae30 issue1658: Instead of one SedimentLoad-Axis, have two (t/a, m^3/a).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7422
diff changeset
15 <axis name="SedimentLoadM3A"/>
8b2479d4ae30 issue1658: Instead of one SedimentLoad-Axis, have two (t/a, m^3/a).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7422
diff changeset
16 <axis name="SedimentLoadTA"/>
7169
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
17 <axis name="Velocity"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
18 <axis name="Tau"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
19 <axis name="Q" include-zero="true"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
20 <domain-axis key="chart.longitudinal.section.xaxis.label" default="Fluss-Km"
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
21 inverted="org.dive4elements.river.exports.IsKmUpEvaluator()">
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
22 <arg expr="artifact.river"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
23 </domain-axis>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
24 <!-- Default longitudinal section Processors -->
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
25 <processor class="org.dive4elements.river.exports.process.DeltaWProcessor" axis="deltaW"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
26 <processor class="org.dive4elements.river.exports.process.AnnotationProcessor" axis="none"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
27 <processor class="org.dive4elements.river.exports.process.AreaProcessor" axis="none"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
28 <processor class="org.dive4elements.river.exports.process.WDiffProcessor" axis="diffW"/>
7523
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
29 <processor class="org.dive4elements.river.exports.process.WOutProcessor" axis="W"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
30 <processor class="org.dive4elements.river.exports.process.QOutProcessor" axis="Q"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
31 <processor class="org.dive4elements.river.exports.process.BedHeightSoundingProcessor" axis="SoundingWidth"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
32 <processor class="org.dive4elements.river.exports.process.BedWidthProcessor" axis="Width"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
33 <processor class="org.dive4elements.river.exports.process.FixDeltaWProcessor" axis="diffBed"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
34 <processor class="org.dive4elements.river.exports.process.BedDiffYearProcessor" axis="diffBed"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
35 <processor class="org.dive4elements.river.exports.process.FixDeltaWAProcessor" axis="diffBed/Y"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
36 <processor class="org.dive4elements.river.exports.process.BedDiffHeightYearProcessor" axis="diffBed/Y"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
37 <processor class="org.dive4elements.river.exports.process.MiddleBedHeightProcessor" axis="BedHeight"/>
7169
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
38 <processor class="org.dive4elements.river.exports.process.BedQualityDiameterProcessor" axis="Diameter"/>
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
39 <processor class="org.dive4elements.river.exports.process.BedQualityPorosityProcessor" axis="Porosity"/>
7523
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
40 <processor class="org.dive4elements.river.exports.process.BedQualityDensityProcessor" axis="Density"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
41 <processor class="org.dive4elements.river.exports.process.SedimentLoadTAProcessor" axis="SedimentLoadTA"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
42 <processor class="org.dive4elements.river.exports.process.SedimentLoadM3AProcessor" axis="SedimentLoadM3A"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
43 <processor class="org.dive4elements.river.exports.process.FlowVelocityProcessor" axis="Velocity"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
44 <processor class="org.dive4elements.river.exports.process.ShearStressProcessor" axis="Tau"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
45 <processor class="org.dive4elements.river.exports.process.SedimentDensityProcessor" axis="Density"/>
ce90d2f4ee46 issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7497
diff changeset
46 <processor class="org.dive4elements.river.exports.process.BedHeightProcessor" axis="Height"/>
7169
a2989d4e13f7 Factor out longitudinal section default config and put it in its own file
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
47 </longitudinal-defaults>

http://dive4elements.wald.intevation.org