Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 431:422275fc9927
Refactored the XYColumn and Point2d code a bit to be more reusable in 3D.
gnv-artifacts/trunk@479 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 23 Dec 2009 06:53:46 +0000 |
parents | 23e9352df09b |
children | 6a70e8883307 |
comparison
equal
deleted
inserted
replaced
430:23e9352df09b | 431:422275fc9927 |
---|---|
1 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/math/XYColumn.java: Extends from | |
4 Point2d now to make some of the code (x/y sorting, envelope, etc.) | |
5 reusable in 3D from 2D code. | |
6 | |
7 * src/main/java/de/intevation/gnv/math/IJKey.java: New: The (i, j) hashing | |
8 is now moved to this class because of the new inheritance of XYColumn. | |
9 | |
10 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | |
11 Adjusted the (i, j) hashing. | |
12 | |
13 * src/main/java/de/intevation/gnv/math/Point2d.java: Added a new constructor | |
14 to make it easier to extend from it. | |
15 | |
16 * src/main/java/de/intevation/gnv/math/Interpolation2D.java: Made the buffer | |
17 extend calculation a static method to be reusable in 3D case. | |
18 | |
1 2009-12-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 19 2009-12-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 20 |
3 * doc/conf/conf.xml: Load salinity palette correctly. | 21 * doc/conf/conf.xml: Load salinity palette correctly. |
4 | 22 |
5 2009-12-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 23 2009-12-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |