teichmann@8158: <?xml version="1.0" encoding="UTF-8" ?>
teichmann@8158: <longitudinal-diagrams>
teichmann@8158:     <output-generator
teichmann@8158:         names="longitudinal_section,longitudinal_section_chartinfo,discharge_longitudinal_section,discharge_longitudinal_section_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.longitudinal.section.title" default="W-Längsschnitt"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="W"/>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator
teichmann@8158:         names="w_differences,w_differences_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.w_differences.title" default="Differences"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="W"/>
teichmann@8158:         <subtitle key="chart.w_differences.subtitle" default="-">
teichmann@8158:             <arg expr="artifact.river"/>
teichmann@8158:         </subtitle>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator
teichmann@8158:         names="fix_longitudinal_section_curve,fix_longitudinal_section_curve_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.fixings.longitudinalsection.title" default="Fixierungsanalyse"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="deltaW"/>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator
teichmann@8158:         names="bedheight_middle,bedheight_middle_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.bedheight_middle.section.title" default="Mittlere Sohlhöhe"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="BedHeight"/>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator
teichmann@8158:         names="bed_difference_height_year,bed_difference_height_year_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.beddifference.height.title" default="Sohlenhöhen Differenz"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
teichmann@8158:             axis="diffBed/Y"/>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator names="bed_difference_year,bed_difference_year_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.beddifference.year.title" default="Sohlenhöhen Differenz"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
teichmann@8158:             axis="diffBed"/>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator names="bed_longitudinal_section,bed_longitudinal_section_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.bedquality.title" default="Sohlen Längsschnitt"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
teichmann@8158:             axis="diffBed"/>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator
teichmann@8158:         names="sedimentload_ls,sedimentload_ls_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.sedimentload.ls.title" default="Sedimentfracht"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
teichmann@8158:             axis="SedimentLoad"/>
teichmann@8158:     </output-generator>
teichmann@8158:     <output-generator
teichmann@8158:         names="flow_velocity,flow_velocity_chartinfo"
teichmann@8158:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
teichmann@8158:         converter="org.dive4elements.river.exports.DiagramAttributes">
teichmann@8158:         <title key="chart.flow_velocity.section.title" default="Geschwindigkeit- und Schubspannung"/>
teichmann@8158:         &longitudinal-defaults;
teichmann@8158:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
teichmann@8158:             axis="Velocity"/>
teichmann@8158:     </output-generator>
teichmann@8158: </longitudinal-diagrams>
teichmann@8158: