Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2180:65b32220f197
Issue 138.
PDF output for differences calculations.
flys-artifacts/trunk@3784 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 27 Jan 2012 09:49:11 +0000 |
parents | c3e523a76340 |
children | 38207b820dca |
comparison
equal
deleted
inserted
replaced
2179:c3e523a76340 | 2180:65b32220f197 |
---|---|
1 2012-01-27 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Issue 138: PDF output for calculations. | |
4 | |
5 * src/main/java/de/intevation/flys/exports/WDifferencesExporter.java: | |
6 Create the PDF data source and generate the PDF report output. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java: | |
9 Add the PDF facet to state. Add export facets only once. | |
10 | |
11 * doc/conf/artifacts/winfo.xml: | |
12 Added PDF facet to state. | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/model/WKmsJRDataSource.java: | |
15 Added new field type 'differences'. | |
16 | |
17 * doc/conf/jasper/wdifferences.jasper: | |
18 New. Template for w-differences PDF export. | |
19 | |
1 2012-01-27 Raimund Renkert <raimund.renkert@intevation.de> | 20 2012-01-27 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 21 |
3 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: | 22 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: |
4 New method that creates and returns the chosen differences of w-difference | 23 New method that creates and returns the chosen differences of w-difference |
5 calculation as string. | 24 calculation as string. |