Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2063:97a25b54eea3
Part 1 of #125: added a description for a location to the WaterlevelExport.
flys-artifacts/trunk@3557 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 02 Jan 2012 08:50:50 +0000 |
parents | ed6c6d437875 |
children | ca8997aa683e |
comparison
equal
deleted
inserted
replaced
2062:ed6c6d437875 | 2063:97a25b54eea3 |
---|---|
1 2012-01-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 PART I of flys/issue125 (W-INFO: Wasserspiegellagenberechnung / tabellarische Berechnungsausgabe) | |
4 | |
5 * doc/conf/cache.xml: Registered a new Cache for the LocationProvider. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/model/LocationProvider.java: | |
8 New. This class is able to return the description of a location based on a | |
9 river and kilometer parameter. The LocationProvider stores single | |
10 locations into a Cache if one is configured for this class. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/model/AnnotationsFactory.java: | |
13 Added a method that returns a single Annotation for a specific kilometer and | |
14 river. | |
15 | |
16 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a method | |
17 getLocationDescription() that might be used to determine the description | |
18 of a specified kilometer for a given river. | |
19 | |
20 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Make use | |
21 of FLYSUtils.getLocationDescription() to add a new column that contains | |
22 the location description. | |
23 | |
1 2011-12-29 Ingo Weinzierl <ingo@intevation.de> | 24 2011-12-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: Write | 26 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: Write |
4 min/max values for free Qs into Artifact's DESCRIBE document. | 27 min/max values for free Qs into Artifact's DESCRIBE document. |
5 | 28 |