Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 362:1ab23cd66870
Added result set handling. Needs some testing.
gnv-artifacts/trunk@436 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 16 Dec 2009 01:32:19 +0000 |
parents | aec85d00d82c |
children | 22229249e9fc |
comparison
equal
deleted
inserted
replaced
361:aec85d00d82c | 362:1ab23cd66870 |
---|---|
1 2009-12-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/utils/DistanceCalculator.java: | |
4 Added method to calculate distance of path. | |
5 TODO: Move this class into math package and and add | |
6 an slerp interpolator so it can be used as a metric inside | |
7 the interpolation code. | |
8 | |
9 * src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.java: | |
10 Added code to disassemble the incoming result set, interpolate | |
11 along a given path and returns an adjusted result set. | |
12 The (i, j) got lost on this track because we don't travel along | |
13 the main axis of the grid any more. The test for gaps has to be | |
14 adjusted because, because the dx/dy on the path depends on how | |
15 many steps are made on the way [*]. This is controlled by the system | |
16 property 'interpolation.step.width'. It is set in meters | |
17 and defaults to 100m. TODO: This should be configurable | |
18 in the conf.xml file. | |
19 | |
20 [*] I opt strongly for integration of the outlier test based gap | |
21 detection to overcome this problem. | |
22 | |
1 2009-12-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 23 2009-12-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/gnv/math/LinearToMap.java: | 25 * src/main/java/de/intevation/gnv/math/LinearToMap.java: |
4 Uses JTS Coordinate as geometry model now. | 26 Uses JTS Coordinate as geometry model now. |
5 | 27 |