Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Dec 20 07:01:58 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Dec 20 09:00:51 2011 +0000 @@ -1,3 +1,13 @@ +2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Introduced new Facet that will deliver whatever getData returns via + blackbord under key which is defined by convention. Attention, the + data is not cached if handled this way. + + * src/main/java/de/intevation/flys/artifacts/model/BlackboardDataFacet.java: + New facet, will be useful for easing implementation of facets that + can contribute to area-computations. + 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/exports/VisibleAttribute.java: