Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1803:51e59f221333
Minor preparations for WINFO/CrossSection to handle multiple cross-sections.
flys-artifacts/trunk@3128 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 01 Nov 2011 12:23:59 +0000 |
parents | 26d7077e42d2 |
children | 00f14b837e65 |
comparison
equal
deleted
inserted
replaced
1802:26d7077e42d2 | 1803:51e59f221333 |
---|---|
1 2011-11-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Minor preparations to handle multiple cross sections in one | |
4 diagram/artifact, faking certain aspects (e.g. ability to display | |
5 multiple cross sections, but let these fetch the exactly same data | |
6 for now). | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
9 Parameterize but fake access to cross-section (always take first | |
10 one). | |
11 (getCrossSectionName,getCrossSectionNames): Renamed, access names | |
12 of all cross-sections, so that at least facets with different names | |
13 are created (they will still deliver the same data). | |
14 | |
15 * src/main/java/de/intevation/flys/artifacts/model/CrossSectionFacet.java: | |
16 Allow indexing. | |
17 | |
18 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | |
19 Index created cross-sections. | |
20 | |
1 2011-11-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 21 2011-11-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 22 |
3 Show multiple water lines and facets in cross-section diagram if | 23 Show multiple water lines and facets in cross-section diagram if |
4 multiple waterlevel values had been entered. | 24 multiple waterlevel values had been entered. |
5 | 25 |
11 * src/main/java/de/intevation/flys/artifacts/model/CrossSectionWaterLineFacet.java: | 31 * src/main/java/de/intevation/flys/artifacts/model/CrossSectionWaterLineFacet.java: |
12 Add index. | 32 Add index. |
13 | 33 |
14 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | 34 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: |
15 Add one Facet for each of the computed waterlevels. | 35 Add one Facet for each of the computed waterlevels. |
16 | |
17 | 36 |
18 2011-10-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 37 2011-10-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
19 | 38 |
20 * src/main/java/de/intevation/flys/artifacts/geom/VectorUtils.java: | 39 * src/main/java/de/intevation/flys/artifacts/geom/VectorUtils.java: |
21 Added code to calculate intersection points. | 40 Added code to calculate intersection points. |