Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2375:61cb16549eb1
Modified the signature of RiverAxis.getRiverAxis() which now returns a list of RiverAxis objects instead of a single instance.
flys-backend/trunk@3592 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 10:42:20 +0000 |
parents | ab1e642e7c85 |
children | 918877ee70e7 |
comparison
equal
deleted
inserted
replaced
2374:ab1e642e7c85 | 2375:61cb16549eb1 |
---|---|
1 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/model/RiverAxis.java: The method | |
4 getRiverAxis() now returns a list of RiverAxis objects. There is a | |
5 modeling problem (see comment in the header of the class) which should | |
6 be fixed! | |
7 | |
8 * src/main/java/de/intevation/flys/backend/SpatialInfo.java: Adapted the | |
9 code based on the modified signature in RiverAxis. | |
10 | |
1 2012-01-03 Ingo Weinzierl <ingo@intevation.de> | 11 2012-01-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/model/Wst.java: Added a method | 13 * src/main/java/de/intevation/flys/model/Wst.java: Added a method |
4 determineMinMaxQFree() that determines the min/max Qs at a given | 14 determineMinMaxQFree() that determines the min/max Qs at a given |
5 kilometer. | 15 kilometer. |