Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 837:43f3c0cd60f2
First implementation of an odv export of a 'Profilschnitt' (issue217).
gnv-artifacts/trunk@944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Apr 2010 10:55:25 +0000 |
parents | 05bf8534a35a |
children | e91ebe3696ec |
comparison
equal
deleted
inserted
replaced
836:05bf8534a35a | 837:43f3c0cd60f2 |
---|---|
1 2010-04-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue217 | |
4 | |
5 * doc/conf/products/verticalcrosssection/conf_mesh.xml: Added odv as | |
6 possible export format. | |
7 | |
8 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | |
9 Collect the necessary data for an odv export and trigger | |
10 VerticalCrossODVExport that writes this data as odv to an output stream. | |
11 | |
12 * src/main/java/de/intevation/gnv/math/Interpolation3D.java: Store | |
13 coordinates for each colum in a class variable. | |
14 | |
15 * src/main/java/de/intevation/gnv/exports/VerticalCrossODVExport.java: | |
16 Write data used in 'Profilschnitten' to an odv file. | |
17 | |
18 TODO: The implementation is not finished yet. There are no cruises and | |
19 stations for 'Profilschnitte', so we need to clarify if this columns can | |
20 be skipped. | |
21 | |
1 2010-04-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2010-04-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * src/main/java/de/intevation/gnv/**/*.java: | 24 * src/main/java/de/intevation/gnv/**/*.java: |
4 Using unix line endings only. | 25 Using unix line endings only. |
5 | 26 |