Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1993:85132c9edd64
Make reuse of the old CollectionAttribute during the describe() operation of FLYSArtifactCollection - remove the old facets only.
flys-artifacts/trunk@3430 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 16 Dec 2011 09:19:11 +0000 |
parents | e1c9f28e2675 |
children | 3e703d134bbe |
comparison
equal
deleted
inserted
replaced
1992:e1c9f28e2675 | 1993:85132c9edd64 |
---|---|
1 2011-12-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/collections/CollectionAttribute.java: | |
4 Added a method to set a new Settings object for a specific Output and a | |
5 method to clear the list of Facets of a specific Output. | |
6 | |
7 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: The | |
8 AttributeWriter no longer creates new CollectionAttributes - it only | |
9 modifies the old CollectionAttribute. At first, it clears the Facets of | |
10 all Outputs. Finally, the merged Facets are added to the Outputs. | |
11 | |
12 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
13 Added the CollectionAttribute to the AttributeWriters constructor. | |
14 | |
1 2011-12-16 Ingo Weinzierl <ingo@intevation.de> | 15 2011-12-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/exports/DoubleAttribute.java: New. An | 17 * src/main/java/de/intevation/flys/exports/DoubleAttribute.java: New. An |
4 Attribute that stores double values. | 18 Attribute that stores double values. |
5 | 19 |