Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Aug 26 12:40:11 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Aug 26 12:42:12 2011 +0000 @@ -1,3 +1,16 @@ +2011-08-26 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/conf.xml: Added a configuration node that points to the directory + where shapefiles should be stored in. + + * src/main/java/de/intevation/flys/artifacts/model/WSPLGENJob.java: New. + This class is used to save/write the parameter for a WSPLGEN calculation. + WSPLGEN's *.par files are written using the toFile() method. + + * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: + A directory for all WSPLGEN stuff is created in computeAdvance() - those + directory and all its contained files are removed in endOfLife(). + 2011-08-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/utils/ThemeUtil.java: