comparison flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java @ 3147:d9fb3a178be4

Cosmetics. flys-artifacts/trunk@4755 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 22 Jun 2012 14:42:30 +0000
parents 72bcbc308501
children d9af29a4bb85
comparison
equal deleted inserted replaced
3146:1edc17b0d79d 3147:d9fb3a178be4
23 * 23 *
24 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 24 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
25 */ 25 */
26 public class WstWriter { 26 public class WstWriter {
27 27
28 /** The logger used in this class.*/ 28 /** The logger used in this class. */
29 private static Logger logger = Logger.getLogger(WstWriter.class); 29 private static Logger logger = Logger.getLogger(WstWriter.class);
30 30
31 31
32 /** The default unit that is written into the header of the WST.*/ 32 /** The default unit that is written into the header of the WST. */
33 public static final String DEFAULT_UNIT = "Wassserstand [NN + m]"; 33 public static final String DEFAULT_UNIT = "Wassserstand [NN + m]";
34 34
35 35
36 /** The lines that need to be included for the export.*/ 36 /** The lines that need to be included for the export. */
37 protected Map<Double, WstLine> lines; 37 protected Map<Double, WstLine> lines;
38 38
39 /** The column names.*/ 39 /** The column names. */
40 protected List<String> columnNames; 40 protected List<String> columnNames;
41 41
42 /** The locale used to format the values.*/ 42 /** The locale used to format the values. */
43 protected Locale locale; 43 protected Locale locale;
44 44
45 /** The number of discharge columns.*/ 45 /** The number of discharge columns. */
46 protected int cols; 46 protected int cols;
47 47
48 /** The last Q values.*/ 48 /** The last Q values. */
49 protected double[] qs; 49 protected double[] qs;
50 50
51 51
52 52
53 /** 53 /**

http://dive4elements.wald.intevation.org