Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 432:6a70e8883307
Added some type safety. Fixed z value bug in reading database preprocessing. Only dissemble WKT points if really needed.
gnv-artifacts/trunk@480 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 23 Dec 2009 09:45:40 +0000 |
parents | 422275fc9927 |
children | 828df3ddb758 |
comparison
equal
deleted
inserted
replaced
431:422275fc9927 | 432:6a70e8883307 |
---|---|
1 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | |
4 When preprocessing database data only dissamble WKT points if we | |
5 have to. | |
6 Read z values as double value now. | |
7 Commented out CSV export because it takes the database data | |
8 as data which is not correct here. TODO: We need to implement some output | |
9 based on the interpolated data. | |
10 Added some type safety to better match the 2D code. | |
11 | |
12 * src/main/java/de/intevation/gnv/math/AttributedXYColumns.java: Stores | |
13 XYColumns in ArrayList for better reused of the 2D code. | |
14 | |
15 * src/main/java/de/intevation/gnv/math/XYColumn.java: Removed toArray() | |
16 method because its not needed any longer. | |
17 | |
1 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 18 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/gnv/math/XYColumn.java: Extends from | 20 * 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.) | 21 Point2d now to make some of the code (x/y sorting, envelope, etc.) |
5 reusable in 3D from 2D code. | 22 reusable in 3D from 2D code. |