[PATCH] Add jasper -> jrxml converted files
Wald Commits
scm-commit at wald.intevation.org
Mon Mar 16 17:08:08 CET 2015
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1426522084 -3600
# Node ID 138feb491c8aa2a245979b06f00777ec6f9c258c
# Parent 17a3030bbda252d81b3eaaedad10aa114a7a486f
Add jasper -> jrxml converted files.
Conversion was done with iReport 4.5.0
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/beddifference_en.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/beddifference_en.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="meter" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="differences" class="java.lang.String"/>
+ <field name="km" class="java.lang.String"/>
+ <field name="ye_mode" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="161" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="155" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="155" y="0" width="360" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="130" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Differences:]]></text>
+ </staticText>
+ <textField isStretchWithOverflow="true">
+ <reportElement stretchType="RelativeToTallestObject" x="123" y="130" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true">
+ <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{ye_mode}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Year/Epoch:]]></text>
+ </staticText>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="24" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="155" height="20"/>
+ <textElement/>
+ <text><![CDATA[River-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="155" y="0" width="150" height="20"/>
+ <textElement/>
+ <text><![CDATA[Difference [m]]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="155" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="155" y="0" width="150" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{meter}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="457" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="402" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/computed-discharge.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/computed-discharge.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="wUnit" class="java.lang.String"/>
+ <field name="gauge" class="java.lang.String"/>
+ <field name="datum" class="java.lang.String"/>
+ <field name="valid_since" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="195" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="0" width="155" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="155" y="0" width="360" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Ort/Bereich:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="130" width="123" height="20" isRemoveLineWhenBlank="true">
+ <printWhenExpression><![CDATA[!$F{gauge}.isEmpty()]]></printWhenExpression>
+ </reportElement>
+ <textElement/>
+ <text><![CDATA[Pegel:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="150" width="392" height="20" isRemoveLineWhenBlank="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{datum}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="150" width="123" height="20" isRemoveLineWhenBlank="true">
+ <printWhenExpression><![CDATA[!$F{datum}.isEmpty()]]></printWhenExpression>
+ </reportElement>
+ <textElement/>
+ <text><![CDATA[Pegelnullpunkt:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="130" width="392" height="20" isRemoveLineWhenBlank="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="123" y="170" width="392" height="20" isRemoveLineWhenBlank="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{valid_since}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="170" width="123" height="20" isRemoveLineWhenBlank="true">
+ <printWhenExpression><![CDATA[!$F{valid_since}.isEmpty()]]></printWhenExpression>
+ </reportElement>
+ <textElement/>
+ <text><![CDATA[Gültig seit:]]></text>
+ </staticText>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="155" y="0" width="150" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="0" y="0" width="155" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA["W [" + $F{wUnit} + "]"]]></textFieldExpression>
+ </textField>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="155" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="155" y="0" width="150" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/computed-discharge_en.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/computed-discharge_en.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="wUnit" class="java.lang.String"/>
+ <field name="gauge" class="java.lang.String"/>
+ <field name="datum" class="java.lang.String"/>
+ <field name="valid_since" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="195" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="0" width="172" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="172" y="0" width="343" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Location/Distance:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="123" y="130" width="392" height="20" isRemoveLineWhenBlank="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="130" width="123" height="20" isRemoveLineWhenBlank="true">
+ <printWhenExpression><![CDATA[!$F{gauge}.isEmpty()]]></printWhenExpression>
+ </reportElement>
+ <textElement/>
+ <text><![CDATA[Gauge:]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="0" y="150" width="123" height="20" isRemoveLineWhenBlank="true">
+ <printWhenExpression><![CDATA[!$F{datum}.isEmpty()]]></printWhenExpression>
+ </reportElement>
+ <textElement/>
+ <text><![CDATA[Datum:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="150" width="392" height="20" isRemoveLineWhenBlank="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{datum}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="1" y="170" width="123" height="20" isRemoveLineWhenBlank="true">
+ <printWhenExpression><![CDATA[!$F{valid_since}.isEmpty()]]></printWhenExpression>
+ </reportElement>
+ <textElement/>
+ <text><![CDATA[Valid since:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="124" y="170" width="392" height="20" isRemoveLineWhenBlank="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{valid_since}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="155" y="0" width="150" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="0" y="0" width="155" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA["W [" + $F{wUnit} + "]"]]></textFieldExpression>
+ </textField>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="155" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="155" y="0" width="150" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="459" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="404" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/duration.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/duration.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="day" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="162" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="155" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="155" y="0" width="360" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Ort/Bereich:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="155" height="20"/>
+ <textElement/>
+ <text><![CDATA[W [NN + m]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="155" y="0" width="150" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="305" y="0" width="138" height="20"/>
+ <textElement/>
+ <text><![CDATA[D [Tagen]]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="155" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="155" y="0" width="150" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="305" y="0" width="138" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{day}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/duration_en.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/duration_en.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="day" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="162" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="176" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="176" y="0" width="339" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Location/Distance:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="155" height="20"/>
+ <textElement/>
+ <text><![CDATA[W [NN + m]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="155" y="0" width="150" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="305" y="0" width="138" height="20"/>
+ <textElement/>
+ <text><![CDATA[D [days]]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="155" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="155" y="0" width="150" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="305" y="0" width="138" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{day}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/historical-discharge.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/historical-discharge.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="delta" class="java.lang.String"/>
+ <field name="gaugename" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="162" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="155" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="155" y="0" width="360" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Bezugspegel:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="108" height="20"/>
+ <textElement/>
+ <text><![CDATA[Zeitraum]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="108" y="0" width="65" height="20"/>
+ <textElement/>
+ <text><![CDATA[W [NN + m]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="173" y="0" width="64" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="237" y="0" width="166" height="20"/>
+ <textElement/>
+ <text><![CDATA[Abflussdifferenz zur Bezugskurve]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="403" y="0" width="112" height="20"/>
+ <textElement/>
+ <text><![CDATA[Bezugspegel]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="108" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="108" y="0" width="65" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="173" y="0" width="64" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="false">
+ <reportElement stretchType="RelativeToBandHeight" x="237" y="0" width="166" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{delta}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="403" y="0" width="112" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/historical-discharge_en.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/historical-discharge_en.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="delta" class="java.lang.String"/>
+ <field name="gaugename" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="162" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="190" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation Result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="190" y="0" width="325" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Reference Gauge:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Timerange]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="123" y="0" width="67" height="20"/>
+ <textElement/>
+ <text><![CDATA[W [NN + m]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="190" y="0" width="61" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="251" y="0" width="152" height="20"/>
+ <textElement/>
+ <text><![CDATA[Difference]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="403" y="0" width="112" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gaugename]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="123" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="123" y="0" width="67" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="190" y="0" width="61" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="false">
+ <reportElement stretchType="RelativeToBandHeight" x="251" y="0" width="152" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{delta}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="403" y="0" width="112" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="135"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="130" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="166" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="166" y="0" width="349" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="46" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="50" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="50" y="0" width="69" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="379" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw.Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="424" y="0" width="85" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="119" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw.Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="307" y="0" width="72" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="247" y="0" width="60" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="164" y="0" width="83" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="50" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="119" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="50" y="0" width="69" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="247" y="0" width="60" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="424" y="0" width="85" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="307" y="0" width="72" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="379" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="164" y="0" width="83" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference_en.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference_en.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="118"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="126" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="191" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation Result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="191" y="0" width="324" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="43" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="50" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="50" y="0" width="69" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="378" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="423" y="0" width="86" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="119" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="307" y="0" width="71" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="247" y="0" width="60" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="164" y="0" width="83" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="50" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="119" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="50" y="0" width="69" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="247" y="0" width="60" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="423" y="0" width="86" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="307" y="0" width="71" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="378" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="164" y="0" width="83" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference_en_gauge.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference_en_gauge.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="762" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <field name="Wcm1" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="130" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="166" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="166" y="0" width="349" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of Creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="46" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="762" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="79" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="79" y="0" width="81" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="587" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="632" y="0" width="130" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="249" y="0" width="47" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="507" y="0" width="80" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="432" y="0" width="75" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="296" y="0" width="136" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="160" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm at Gauge)]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="79" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="249" y="0" width="47" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="79" y="0" width="81" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="432" y="0" width="75" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="632" y="0" width="130" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="507" y="0" width="80" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="587" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="296" y="0" width="136" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="160" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm1}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="705" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="650" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference_en_gauge_end.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference_en_gauge_end.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="762" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <field name="Wcm2" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="130" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="166" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="166" y="0" width="349" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of Creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="46" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="762" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="79" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="79" y="0" width="81" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="587" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="632" y="0" width="130" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="160" y="0" width="47" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="418" y="0" width="80" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="343" y="0" width="75" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="207" y="0" width="136" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="498" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm at Gauge)]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="79" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="160" y="0" width="47" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="79" y="0" width="81" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="343" y="0" width="75" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="632" y="0" width="130" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="418" y="0" width="80" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="587" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="207" y="0" width="136" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="498" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm2}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="705" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="650" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference_en_gauge_start_end.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference_en_gauge_start_end.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="762" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <field name="Wcm1" class="java.lang.String"/>
+ <field name="Wcm2" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="130" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="166" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="166" y="0" width="349" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of Creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="46" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="762" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="61" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="61" y="0" width="72" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="604" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="650" y="0" width="112" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="224" y="0" width="47" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[equiv. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="445" y="0" width="70" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="271" y="0" width="112" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="515" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm at Gauge)]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="383" y="0" width="62" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[River-km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="135" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm at Gauge)]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="61" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="224" y="0" width="47" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="61" y="0" width="72" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="650" y="0" width="112" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="445" y="0" width="70" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="604" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="271" y="0" width="112" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="515" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="383" y="0" width="62" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="135" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm1}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="705" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="650" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference_gauge.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference_gauge.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="762" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <field name="Wcm1" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="130" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="166" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="166" y="0" width="349" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="47" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="762" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="79" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="79" y="0" width="81" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="587" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw.Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="632" y="0" width="130" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="248" y="0" width="47" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="506" y="0" width="80" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="431" y="0" width="75" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="295" y="0" width="136" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="159" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm am Pegel)]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="79" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="248" y="0" width="47" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="79" y="0" width="81" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="431" y="0" width="75" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="632" y="0" width="130" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="506" y="0" width="80" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="587" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="295" y="0" width="136" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="160" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm1}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="705" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="650" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference_gauge_end.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference_gauge_end.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="762" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <field name="Wcm2" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="130" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="166" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="166" y="0" width="349" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="46" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="762" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="79" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="79" y="0" width="81" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="587" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw.Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="632" y="0" width="130" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="160" y="0" width="47" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="418" y="0" width="80" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="343" y="0" width="75" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="207" y="0" width="136" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="498" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm am Pegel)]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="79" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="160" y="0" width="47" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="79" y="0" width="81" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="343" y="0" width="75" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="632" y="0" width="130" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="418" y="0" width="80" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="587" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="207" y="0" width="136" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="498" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm2}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="705" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="650" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/reference_gauge_start_end.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/reference_gauge_start_end.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="762" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="reference" class="java.lang.String"/>
+ <field name="km1" class="java.lang.String"/>
+ <field name="W1" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q1" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="km2" class="java.lang.String"/>
+ <field name="location2" class="java.lang.String"/>
+ <field name="location1" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="W2" class="java.lang.String"/>
+ <field name="Q2" class="java.lang.String"/>
+ <field name="Wcm1" class="java.lang.String"/>
+ <field name="Wcm2" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="130" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="166" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="166" y="0" width="349" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="46" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="38" width="762" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="61" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="61" y="0" width="72" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="604" y="0" width="45" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw.Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="650" y="0" width="112" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="224" y="0" width="47" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[gleichw. Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="445" y="0" width="70" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W [m + NHN]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="271" y="0" width="112" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="515" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm am Pegel)]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="383" y="0" width="62" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="135" y="0" width="89" height="38"/>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[W (cm am Pegel)]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="61" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="224" y="0" width="47" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="61" y="0" width="72" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="650" y="0" width="112" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="445" y="0" width="70" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="604" y="0" width="45" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="271" y="0" width="112" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="515" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="383" y="0" width="62" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="135" y="0" width="89" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Wcm1}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="705" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="650" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/sqrelation_basedata.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/sqrelation_basedata.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="sqrelation_basedata" language="groovy" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0">
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="79" splitType="Stretch"/>
+ </title>
+ <pageHeader>
+ <band height="35" splitType="Stretch"/>
+ </pageHeader>
+ <columnHeader>
+ <band height="61" splitType="Stretch"/>
+ </columnHeader>
+ <detail>
+ <band height="125" splitType="Stretch"/>
+ </detail>
+ <columnFooter>
+ <band height="45" splitType="Stretch"/>
+ </columnFooter>
+ <pageFooter>
+ <band height="54" splitType="Stretch"/>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/waterlevel.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/waterlevel.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="gauge" class="java.lang.String"/>
+ <field name="km" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="description" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="gaugename" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="162" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="155" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="155" y="0" width="360" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Bezugspegel:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="130" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Ort/Bereich:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="130" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="60" height="20"/>
+ <textElement/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="60" y="0" width="65" height="20"/>
+ <textElement/>
+ <text><![CDATA[W [NN + m]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="125" y="0" width="65" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="190" y="0" width="85" height="20"/>
+ <textElement/>
+ <text><![CDATA[Bezeichnung]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="275" y="0" width="110" height="20"/>
+ <textElement/>
+ <text><![CDATA[Lage]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="385" y="0" width="130" height="20"/>
+ <textElement/>
+ <text><![CDATA[Bezugspegel]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="60" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="60" y="0" width="65" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="125" y="0" width="65" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="false">
+ <reportElement stretchType="RelativeToBandHeight" x="190" y="0" width="85" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{description}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="275" y="0" width="110" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="385" y="0" width="130" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/waterlevel_en.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/waterlevel_en.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.5"/>
+ <property name="ireport.x" value="135"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="gauge" class="java.lang.String"/>
+ <field name="km" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="Q" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="range" class="java.lang.String"/>
+ <field name="description" class="java.lang.String"/>
+ <field name="location" class="java.lang.String"/>
+ <field name="gaugename" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="162" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="177" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="177" y="0" width="338" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Reference Gauge:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="130" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Location/Distance:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="130" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="25" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="62" height="20"/>
+ <textElement/>
+ <text><![CDATA[River-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="205" y="0" width="76" height="20"/>
+ <textElement/>
+ <text><![CDATA[Description]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="281" y="0" width="113" height="20"/>
+ <textElement/>
+ <text><![CDATA[Location]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="62" y="0" width="67" height="20"/>
+ <textElement/>
+ <text><![CDATA[W [NN + m]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="129" y="0" width="76" height="20"/>
+ <textElement/>
+ <text><![CDATA[Q [m³/s]]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="394" y="0" width="121" height="20"/>
+ <textElement/>
+ <text><![CDATA[Reference Gauge]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="62" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="false">
+ <reportElement stretchType="RelativeToBandHeight" x="205" y="0" width="76" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{description}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="281" y="0" width="113" height="14" isPrintWhenDetailOverflows="true"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{location}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="62" y="0" width="67" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="129" y="0" width="76" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
+ </textField>
+ <textField isStretchWithOverflow="true" isBlankWhenNull="true">
+ <reportElement stretchType="RelativeToBandHeight" x="394" y="0" width="121" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="458" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="403" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/wdifferences.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/wdifferences.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="differences" class="java.lang.String"/>
+ <field name="km" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="161" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="155" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Ergebnisausgabe]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="155" y="0" width="360" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Gewässer:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Datum der Erstellung:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Differenzen:]]></text>
+ </staticText>
+ <textField isStretchWithOverflow="true">
+ <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="24" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="515" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="155" height="20"/>
+ <textElement/>
+ <text><![CDATA[Fluss-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="155" y="0" width="150" height="20"/>
+ <textElement/>
+ <text><![CDATA[m]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="155" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="155" y="0" width="150" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="457" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="402" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
diff -r 17a3030bbda2 -r 138feb491c8a artifacts/doc/conf/jasper/wdifferences_en.jrxml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/artifacts/doc/conf/jasper/wdifferences_en.jrxml Mon Mar 16 17:08:04 2015 +0100
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
+ <property name="ireport.zoom" value="1.0"/>
+ <property name="ireport.x" value="0"/>
+ <property name="ireport.y" value="0"/>
+ <field name="river" class="java.lang.String"/>
+ <field name="W" class="java.lang.String"/>
+ <field name="date" class="java.lang.String"/>
+ <field name="calculation" class="java.lang.String"/>
+ <field name="differences" class="java.lang.String"/>
+ <field name="km" class="java.lang.String"/>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="161" splitType="Stretch">
+ <staticText>
+ <reportElement x="0" y="1" width="180" height="30"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <text><![CDATA[Calculation result]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="180" y="0" width="335" height="31"/>
+ <textElement>
+ <font size="18"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="31" width="515" height="26"/>
+ <textElement>
+ <font size="14"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="70" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[River:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="70" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="90" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Date of creation:]]></text>
+ </staticText>
+ <textField>
+ <reportElement x="123" y="90" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="0" y="110" width="123" height="20"/>
+ <textElement/>
+ <text><![CDATA[Differences:]]></text>
+ </staticText>
+ <textField isStretchWithOverflow="true">
+ <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="24" splitType="Stretch">
+ <line>
+ <reportElement x="0" y="19" width="555" height="1"/>
+ </line>
+ <staticText>
+ <reportElement x="0" y="0" width="155" height="20"/>
+ <textElement/>
+ <text><![CDATA[River-Km]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="155" y="0" width="150" height="20"/>
+ <textElement/>
+ <text><![CDATA[m]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="14" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="155" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="155" y="0" width="150" height="14"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="29" splitType="Stretch">
+ <textField evaluationTime="Report">
+ <reportElement x="468" y="9" width="57" height="20"/>
+ <textElement/>
+ <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="413" y="9" width="55" height="20"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="42" splitType="Stretch"/>
+ </summary>
+</jasperReport>
More information about the Dive4Elements-commits
mailing list