comparison flys-artifacts/src/main/java/de/intevation/flys/exports/WaterlevelExporter.java @ 2764:f8a1a8af338e

Issue 667. Added data to jfreechart data source in waterlevel exporter. flys-artifacts/trunk@4501 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 24 May 2012 10:45:12 +0000
parents 49cfa5c66651
children 62c9bcef0680
comparison
equal deleted inserted replaced
2763:2f7fed1eb4bf 2764:f8a1a8af338e
696 else { 696 else {
697 source.addData(new String[] { 697 source.addData(new String[] {
698 kmf.format(result[2]), 698 kmf.format(result[2]),
699 wf.format(result[0]), 699 wf.format(result[0]),
700 qf.format(result[1]), 700 qf.format(result[1]),
701 FLYSUtils.getLocationDescription(flys, result[2]) 701 desc,
702 FLYSUtils.getLocationDescription(flys, result[2]),
703 result[2] >= a && result[2] <= b
704 ? gaugeName
705 : notinrange
702 }); 706 });
703 } 707 }
704 } 708 }
705 709
706 long stopTime = System.currentTimeMillis(); 710 long stopTime = System.currentTimeMillis();

http://dive4elements.wald.intevation.org