Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3143:29022c93027d
FixA: Create a cached GaugeFinderFactory to access the gauge along a river
flys-artifacts/trunk@4751 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 21 Jun 2012 16:46:05 +0000 |
parents | 9aed2e4de3ca |
children | 05a7298c4f20 |
comparison
equal
deleted
inserted
replaced
3142:9aed2e4de3ca | 3143:29022c93027d |
---|---|
1 2012-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/GaugeFinderFactory.java: | |
4 New. Cache access to per river gauge finders. This very useful | |
5 if you want to draw the discharge sectors of river at a given | |
6 km into a diagram. | |
7 | |
8 * doc/conf/cache.xml: Added cache 'gauge-finders'. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/model/GaugeFinder.java: | |
11 Added find(double km) method to find GaugeRange by km. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/model/FixingsOverview.java: | |
14 Uses the instance of the GaugeFinderFactory to access the | |
15 gauge ranges. | |
16 | |
17 * src/main/java/de/intevation/flys/artifacts/model/RiverFactory.java: | |
18 Simplified code. | |
19 | |
1 2012-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 20 2012-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 21 |
3 * src/main/java/de/intevation/flys/artifacts/model/GaugeFinder.java: | 22 * src/main/java/de/intevation/flys/artifacts/model/GaugeFinder.java: |
4 New. Moved out of FixingsOverview. | 23 New. Moved out of FixingsOverview. |
5 | 24 |