comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/fixation/FixAnalysisCompute.java @ 6999:3e93f29281bc

Fix for flys/issue1479: The indices of the dates of the analysis periods where re-mapped wrong.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 12 Sep 2013 16:35:07 +0200
parents 90f66b4fc34d
children 5e38e2924c07
comparison
equal deleted inserted replaced
6998:e96d3f6c7c42 6999:3e93f29281bc
171 171
172 int qsS = access.getQSectorStart(); 172 int qsS = access.getQSectorStart();
173 int qsE = access.getQSectorEnd(); 173 int qsE = access.getQSectorEnd();
174 174
175 DateFormat df = Formatter.getDateFormatter(context.getMeta(), "dd.MM.yyyy"); 175 DateFormat df = Formatter.getDateFormatter(context.getMeta(), "dd.MM.yyyy");
176 DateFormat lf = Formatter.getDateFormatter(context.getMeta(), "dd.MM.yyy'T'HH:mm"); 176 DateFormat lf = Formatter.getDateFormatter(context.getMeta(), "dd.MM.yyyy'T'HH:mm");
177 177
178 DateRange [] periods = access.getAnalysisPeriods(); 178 DateRange [] periods = access.getAnalysisPeriods();
179 179
180 for (int i = 0; i < periods.length; i++) { 180 for (int i = 0; i < periods.length; i++) {
181 DateRange period = periods[i]; 181 DateRange period = periods[i];

http://dive4elements.wald.intevation.org