comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/GaugeMainValueNameFinder.java @ 9195:a4121ec450d6

'ca.'-issue ExportContextCSV+PDF separated uinfo.inundationduration url export
author gernotbelger
date Fri, 29 Jun 2018 14:52:54 +0200
parents 1614cb14308f
children
comparison
equal deleted inserted replaced
9191:f692f5a0536a 9195:a4121ec450d6
34 34
35 private Calculation problems; 35 private Calculation problems;
36 36
37 private final NavigableMap<Double, MainValue> mainValues; 37 private final NavigableMap<Double, MainValue> mainValues;
38 38
39 private final String approxPrefix = "ca."; // "\u2248" geht wohl nicht 39 private final String approxPrefix = "\u2248";// "ca.";
40
41 40
42 /***** CONSTRUCTORS *****/ 41 /***** CONSTRUCTORS *****/
43 42
44 private GaugeMainValueNameFinder(final MainValueTypeKey type, final Gauge gauge, final Calculation problems) { 43 private GaugeMainValueNameFinder(final MainValueTypeKey type, final Gauge gauge, final Calculation problems) {
45 this.gauge = gauge; 44 this.gauge = gauge;
51 this.problems.addProblem("gauge_main_values.missing", gauge.getName()); 50 this.problems.addProblem("gauge_main_values.missing", gauge.getName());
52 // Report only once 51 // Report only once
53 this.problems = null; 52 this.problems = null;
54 } 53 }
55 } 54 }
56
57 55
58 /***** METHODS *****/ 56 /***** METHODS *****/
59 57
60 /** 58 /**
61 * Loads the the main values table of a type and a gauge (GAUGE.glt) 59 * Loads the the main values table of a type and a gauge (GAUGE.glt)

http://dive4elements.wald.intevation.org