Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 299:8940b0885865
Added a DischargeCurveGenerator that creates discharge curves.
flys-artifacts/trunk@1648 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Apr 2011 09:56:38 +0000 |
parents | fc694a43a7e5 |
children | 9a0e1289bab6 |
comparison
equal
deleted
inserted
replaced
298:fc694a43a7e5 | 299:8940b0885865 |
---|---|
1 2011-04-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/OutGenerator.java: The | |
4 generate() method throws an IOException now. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java: | |
7 New. This OutGenerator creates discharge curves. | |
8 | |
1 2011-04-06 Ingo Weinzierl <ingo@intevation.de> | 9 2011-04-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Changed | 11 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Changed |
4 the visibility of the getData() method. It's now public, because the | 12 the visibility of the getData() method. It's now public, because the |
5 OutGenerator needs an artifact's data. | 13 OutGenerator needs an artifact's data. |