comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/SInfoI18NStrings.java @ 8946:5d5d482da3e9

Implementing SINFO - FlowDepthMinMax calculation
author gernotbelger
date Tue, 13 Mar 2018 18:49:33 +0100
parents 791714b92b5c
children a4f1ac81f26d
comparison
equal deleted inserted replaced
8945:4a6b6a3c279c 8946:5d5d482da3e9
14 * 14 *
15 * @author Gernot Belger 15 * @author Gernot Belger
16 */ 16 */
17 public interface SInfoI18NStrings { 17 public interface SInfoI18NStrings {
18 18
19 public static final String CSV_META_HEADER_RESULT = "sinfo.export.flow_depth.csv.meta.header.result"; 19 String CSV_META_HEADER_RESULT = "sinfo.export.flow_depth.csv.meta.header.result";
20 20
21 public static final String CSV_META_HEADER_RESULT_LABEL = "sinfo.export.flow_depth.csv.meta.header.result.label"; 21 String CSV_META_HEADER_RESULT_LABEL = "sinfo.export.flow_depth.csv.meta.header.result.label";
22 22
23 public static final String CSV_META_VERSION = "sinfo.export.flow_depth.csv.meta.version"; 23 String CSV_META_VERSION = "sinfo.export.flow_depth.csv.meta.version";
24 24
25 public static final String CSV_META_VERSION_LABEL = "sinfo.export.flow_depth.csv.meta.version.label"; 25 String CSV_META_VERSION_LABEL = "sinfo.export.flow_depth.csv.meta.version.label";
26 26
27 public static final String CSV_META_USER = "sinfo.export.flow_depth.csv.meta.user"; 27 String CSV_META_USER = "sinfo.export.flow_depth.csv.meta.user";
28 28
29 public static final String CSV_META_USER_LABEL = "sinfo.export.flow_depth.csv.meta.user.label"; 29 String CSV_META_USER_LABEL = "sinfo.export.flow_depth.csv.meta.user.label";
30 30
31 public static final String CSV_META_CREATION = "sinfo.export.flow_depth.csv.meta.creation"; 31 String CSV_META_CREATION = "sinfo.export.flow_depth.csv.meta.creation";
32 32
33 public static final String CSV_META_CREATION_LABEL = "sinfo.export.flow_depth.csv.meta.creation.label"; 33 String CSV_META_CREATION_LABEL = "sinfo.export.flow_depth.csv.meta.creation.label";
34 34
35 public static final String CSV_META_RIVER = "sinfo.export.flow_depth.csv.meta.river"; 35 String CSV_META_RIVER = "sinfo.export.flow_depth.csv.meta.river";
36 36
37 public static final String CSV_META_RIVER_LABEL = "sinfo.export.flow_depth.csv.meta.river.label"; 37 String CSV_META_RIVER_LABEL = "sinfo.export.flow_depth.csv.meta.river.label";
38 38
39 public static final String CSV_KM_HEADER = "sinfo.export.flow_depth.csv.header.km"; 39 String CSV_KM_HEADER = "sinfo.export.flow_depth.csv.header.km";
40 40
41 public static final String CSV_MEAN_BED_HEIGHT_HEADER = "sinfo.export.flow_depth.csv.header.mean_bed_height"; 41 String CSV_MEAN_BED_HEIGHT_HEADER = "sinfo.export.flow_depth.csv.header.mean_bed_height";
42 42
43 public static final String CSV_WATERLEVEL_HEADER = "sinfo.export.flow_depth.csv.header.waterlevel"; 43 String CSV_WATERLEVEL_HEADER = "sinfo.export.flow_depth.csv.header.waterlevel";
44 44
45 public static final String CSV_DISCHARGE_HEADER = "sinfo.export.flow_depth.csv.header.discharge"; 45 String CSV_DISCHARGE_HEADER = "sinfo.export.flow_depth.csv.header.discharge";
46 46
47 public static final String CSV_LABEL_HEADER = "sinfo.export.flow_depth.csv.header.label"; 47 String CSV_LABEL_HEADER = "sinfo.export.flow_depth.csv.header.label";
48 48
49 public static final String CSV_GAUGE_HEADER = "sinfo.export.flow_depth.csv.header.gauge"; 49 String CSV_GAUGE_HEADER = "sinfo.export.flow_depth.csv.header.gauge";
50 50
51 public static final String CSV_LOCATION_HEADER = "sinfo.export.flow_depth.csv.header.location"; 51 String CSV_LOCATION_HEADER = "sinfo.export.flow_depth.csv.header.location";
52 52
53 public static final String CSV_META_HEADER_WATERLEVEL = "sinfo.export.flow_depth.csv.meta.header.waterlevel"; 53 String CSV_SOUNDING_HEADER = "sinfo.export.flow_depth.csv.header.sounding";
54 54
55 public static final String CSV_META_HEADER_WATERLEVEL_NAME = "sinfo.export.flow_depth.csv.meta.header.waterlevel.name"; 55 String CSV_META_HEADER_WATERLEVEL = "sinfo.export.flow_depth.csv.meta.header.waterlevel";
56 56
57 public static final String CSV_META_HEADER_WATERLEVEL_GAUGE = "sinfo.export.flow_depth.csv.meta.header.waterlevel.gauge"; 57 String CSV_META_HEADER_WATERLEVEL_NAME = "sinfo.export.flow_depth.csv.meta.header.waterlevel.name";
58 58
59 public static final String CSV_META_HEADER_WATERLEVEL_YEAR = "sinfo.export.flow_depth.csv.meta.header.waterlevel.year"; 59 String CSV_META_HEADER_WATERLEVEL_GAUGE = "sinfo.export.flow_depth.csv.meta.header.waterlevel.gauge";
60 60
61 public static final String CSV_META_RANGE = "sinfo.export.flow_depth.csv.meta.range"; 61 String CSV_META_HEADER_WATERLEVEL_YEAR = "sinfo.export.flow_depth.csv.meta.header.waterlevel.year";
62 62
63 public static final String CSV_META_RANGE_LABEL = "sinfo.export.flow_depth.csv.meta.range.label"; 63 String CSV_META_RANGE = "sinfo.export.flow_depth.csv.meta.range";
64 64
65 public static final String CSV_META_HEIGHT_UNIT_RIVER = "sinfo.export.flow_depth.csv.meta.height_unit.river"; 65 String CSV_META_RANGE_LABEL = "sinfo.export.flow_depth.csv.meta.range.label";
66 66
67 public static final String UNIT_M = "m"; 67 String CSV_META_HEIGHT_UNIT_RIVER = "sinfo.export.flow_depth.csv.meta.height_unit.river";
68 68
69 public static final String UNIT_CM = "cm"; 69 String CSV_MEAN_BED_HEIGHT_HEADER_SHORT = "sinfo.export.flow_depth.csv.header.mean_bed_height.short";
70 70
71 public static final String UNIT_CUBIC_M = "m³/s"; 71 String UNIT_M = "m";
72
73 String UNIT_CM = "cm";
74
75 String UNIT_CUBIC_M = "m³/s";
72 } 76 }

http://dive4elements.wald.intevation.org