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;
andre@8586:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="W"/>
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"/>
andre@8729:         <subtitle key="chart.w_differences.subtitle" default="-">
andre@8729:             <arg expr="artifact.river"/>
andre@8729:         </subtitle>
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"/>
andre@8729:         <subtitle key="chart.w_differences.subtitle" default="-">
andre@8729:             <arg expr="artifact.river"/>
andre@8729:         </subtitle>
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"/>
andre@8729:         <subtitle key="chart.w_differences.subtitle" default="-">
andre@8729:             <arg expr="artifact.river"/>
andre@8729:         </subtitle>
teichmann@8158:     </output-generator>
teichmann@8158: 
gernotbelger@8854: <!--
gernotbelger@8854: ,flow_velocity_chartinfo 
gernotbelger@8854:  -->
gernotbelger@8854:     <output-generator
gernotbelger@8854:         names="sinfo_flow_depth,sinfo_flow_depth_chartinfo"
gernotbelger@8854:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
gernotbelger@8854:         converter="org.dive4elements.river.exports.DiagramAttributes">
gernotbelger@8854:         <title key="sinfo.chart.flow_depth.section.title" default="h-Längsschnitt (DEFAULT)"/>
gernotbelger@8854:         &longitudinal-defaults;
gernotbelger@8854:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
gernotbelger@8854:             axis="FlowDepth"/>
gernotbelger@8854:         <subtitle key="chart.w_differences.subtitle" default="-">
gernotbelger@8854:             <arg expr="artifact.river"/>
gernotbelger@8854:         </subtitle>
gernotbelger@8854:     </output-generator>
gernotbelger@8916: 
gernotbelger@8916:     <output-generator
gernotbelger@8916:         names="sinfo_tkk,sinfo_tkk_chartinfo"
gernotbelger@8916:         class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
gernotbelger@8916:         converter="org.dive4elements.river.exports.DiagramAttributes">
gernotbelger@8916:         <title key="sinfo.chart.tkh.section.title" default="Transportkörperhöhen (DEFAULT)"/>
gernotbelger@8916:         &longitudinal-defaults;
gernotbelger@8916:         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
gernotbelger@8916:             axis="FlowDepth"/>
gernotbelger@8916:         <subtitle key="chart.w_differences.subtitle" default="-">
gernotbelger@8916:             <arg expr="artifact.river"/>
gernotbelger@8916:         </subtitle>
gernotbelger@8916:     </output-generator>
gernotbelger@8854: </longitudinal-diagrams>