Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1888:abf5da3b285c
Added new (at fixed columns) interpolation mechanism.
flys-artifacts/trunk@3248 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 15 Nov 2011 14:05:50 +0000 |
parents | d2e217f438bc |
children | ad22fc70bdab |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Nov 14 10:11:57 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Nov 15 14:05:50 2011 +0000 @@ -1,3 +1,13 @@ +2011-11-15 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Added new interpolation mechanism to WstValueTable to interpolate + given columns only. + + * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java + (linearW): New, interpolate a given columns w's between given rows. + (interpolateWQColumnwise): New, interpolate between rows ws at a + given column and km. + 2011-11-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: