Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3119:238803b2cb8b
Create a compound index for SQOutlierFacets based on result index and iteration number.
flys-artifacts/trunk@4720 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jun 2012 11:04:24 +0000 |
parents | 6fb211753674 |
children | e52a3b62fc20 |
comparison
equal
deleted
inserted
replaced
3118:6fb211753674 | 3119:238803b2cb8b |
---|---|
1 2012-06-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/states/SQRelation.java: | |
4 Create a compound index value for SQOutlierFacets. This index is based | |
5 on the index of the result object (to get the correct data) and the | |
6 iteration of the outliers. This compound index is used to make | |
7 SQOutlierFacets unique to FLYSCollection's DESCRIBE document. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/model/sq/SQOutlierFacet.java: | |
10 Parse the index of the result object and the iteration number from index | |
11 property. | |
12 | |
13 * src/main/java/de/intevation/flys/exports/sq/SQRelationGenerator.java: | |
14 Added some more debug output. | |
15 | |
1 2012-06-20 Ingo Weinzierl <ingo@intevation.de> | 16 2012-06-20 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/artifacts/model/sq/SQRelationCalculation.java: | 18 * src/main/java/de/intevation/flys/artifacts/model/sq/SQRelationCalculation.java: |
4 Create only SQ objects with values > 0. Otherwise JFreeChart will break | 19 Create only SQ objects with values > 0. Otherwise JFreeChart will break |
5 during chart creation (values for logarithmic axes have to be > 0). | 20 during chart creation (values for logarithmic axes have to be > 0). |