changeset 4979:4c76c5f69eaf

WaterlevelExporter: Doc and issue-TODO.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 11 Feb 2013 15:29:30 +0100
parents 0000aff30fba
children e70ff0a600a3
files flys-artifacts/src/main/java/de/intevation/flys/exports/WaterlevelExporter.java
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/WaterlevelExporter.java	Wed Feb 13 13:26:16 2013 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/WaterlevelExporter.java	Mon Feb 11 15:29:30 2013 +0100
@@ -413,6 +413,10 @@
     }
 
 
+    /**
+     * Write the header, with different headings depending on whether at a
+     * gauge or at a location.
+     */
     protected void writeCSVHeader(
         CSVWriter writer,
         boolean   atGauge,
@@ -506,6 +510,7 @@
                     qf.format(result[1]),
                     colDesc,
                     FLYSUtils.getLocationDescription(flys, result[2]),
+                    // TODO issue1114: Take correct gauge
                     result[2] >= a && result[2] <= b
                         ? gaugeName
                         : notinrange

http://dive4elements.wald.intevation.org