Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 300:9a0e1289bab6
The FLYSArtifactCollection overrides out() and uses OutGenerators to create output for this operation.
flys-artifacts/trunk@1649 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Apr 2011 10:01:49 +0000 |
parents | 8940b0885865 |
children | 1a00cb4998a8 |
comparison
equal
deleted
inserted
replaced
299:8940b0885865 | 300:9a0e1289bab6 |
---|---|
1 2011-04-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
4 This collection overrides the out() operation now. The incoming request | |
5 document is read and the related OutGenerator is used to create the | |
6 output. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Removed | |
9 the code to create discharge curves. It has moved to the | |
10 DischargeCurveGenerator which now does this work. | |
11 | |
1 2011-04-06 Ingo Weinzierl <ingo@intevation.de> | 12 2011-04-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/exports/OutGenerator.java: The | 14 * src/main/java/de/intevation/flys/exports/OutGenerator.java: The |
4 generate() method throws an IOException now. | 15 generate() method throws an IOException now. |
5 | 16 |