Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1091:7230e087ef8b
Prepare directories for WSPLGEN specific data in FloodMap state and remove those directories when State.endOfLife() is called.
flys-artifacts/trunk@2594 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 26 Aug 2011 12:42:12 +0000 |
parents | 9324839684a4 |
children | 0eb585cd3882 |
comparison
equal
deleted
inserted
replaced
1090:9324839684a4 | 1091:7230e087ef8b |
---|---|
1 2011-08-26 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/conf.xml: Added a configuration node that points to the directory | |
4 where shapefiles should be stored in. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENJob.java: New. | |
7 This class is used to save/write the parameter for a WSPLGEN calculation. | |
8 WSPLGEN's *.par files are written using the toFile() method. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
11 A directory for all WSPLGEN stuff is created in computeAdvance() - those | |
12 directory and all its contained files are removed in endOfLife(). | |
13 | |
1 2011-08-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 14 2011-08-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: | 16 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: |
4 New Util to work with theme-related stuff. | 17 New Util to work with theme-related stuff. |
5 | 18 |