Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2024:2bb160b2768e
New facet, will ease converting other facets to be able to contribute to area computations.
flys-artifacts/trunk@3481 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 20 Dec 2011 09:00:51 +0000 |
parents | 7a7c5cad4fe1 |
children | 6762f54b23b1 |
comparison
equal
deleted
inserted
replaced
2023:7a7c5cad4fe1 | 2024:2bb160b2768e |
---|---|
1 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Introduced new Facet that will deliver whatever getData returns via | |
4 blackbord under key which is defined by convention. Attention, the | |
5 data is not cached if handled this way. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/model/BlackboardDataFacet.java: | |
8 New facet, will be useful for easing implementation of facets that | |
9 can contribute to area-computations. | |
10 | |
1 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 11 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/exports/VisibleAttribute.java: | 13 * src/main/java/de/intevation/flys/exports/VisibleAttribute.java: |
4 Removed obsolete imports. | 14 Removed obsolete imports. |
5 | 15 |