Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2176:65dac9cf6ff5
Issue 138.
PDF output for waterlevel calculation result.
flys-artifacts/trunk@3774 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 26 Jan 2012 15:38:46 +0000 |
parents | 3f90f4d37c8d |
children | 28dbeb64ce7c |
comparison
equal
deleted
inserted
replaced
2175:3f90f4d37c8d | 2176:65dac9cf6ff5 |
---|---|
1 2012-01-26 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Issue 138: PDF output for calculations. | |
4 | |
5 * pom.xml: New Dependency to net.sf.jasperreports/jasperreports and | |
6 org.codehaus.groovy/groovy-all. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/AbstractExporter.java: | |
9 Added methods for PDF generation. | |
10 | |
11 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: | |
12 Create the PDF data source and generate the PDF report output. | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/model/WKmsJRDataSource.java: | |
15 New. Data source for jasper reports containing the waterlevel calculation | |
16 result. | |
17 | |
18 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | |
19 Added facet for PDF export to state. | |
20 | |
21 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: | |
22 Added PDF facet type. | |
23 | |
24 * src/main/java/de/intevation/flys/exports/DurationCurveExporter.java, | |
25 src/main/java/de/intevation/flys/exports/ComputedDischargeCurveExporter.java, | |
26 src/main/java/de/intevation/flys/exports/WDifferencesExporter.java: | |
27 Added stub for inherited abstract method. | |
28 | |
29 * doc/conf/artifacts/winfo.xml: | |
30 Added PDF facet to outputmode 'export'. | |
31 | |
32 * doc/conf/jasper, | |
33 doc/conf/jasper/waterlevel.jasper: | |
34 New. Folder for jasperreports templates and first template for | |
35 waterlevel report. | |
36 | |
37 * src/main/resources/messages.properties, | |
38 src/main/resources/messages_de_DE.properties, | |
39 src/main/resources/messages_en.properties, | |
40 src/main/resources/messages_de.properties: | |
41 Added i18n string for calculation mode. | |
42 | |
1 2012-01-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 43 2012-01-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 44 |
3 Renderer 'manual' points in LongitudinalSectionGenerator. | 45 Renderer 'manual' points in LongitudinalSectionGenerator. |
4 | 46 |
5 * pom.xml: New dependency to org.json/json. | 47 * pom.xml: New dependency to org.json/json. |