comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculator.java @ 9318:7b2b086e45f0

collision pdf details, ResultType refactoring, bezugswst result
author gernotbelger
date Fri, 27 Jul 2018 10:11:23 +0200
parents 740d65e4aa14
children 7dc238bd062c
comparison
equal deleted inserted replaced
9317:61b5de0b673b 9318:7b2b086e45f0
65 65
66 private void calculateResultRow(final double station) { 66 private void calculateResultRow(final double station) {
67 67
68 final ResultRow row = ResultRow.create(); 68 final ResultRow row = ResultRow.create();
69 69
70 row.putValue(SInfoResultType.waterlevelLabel, this.wstLabel); 70 row.putValue(GeneralResultType.waterlevelLabel, this.wstLabel);
71 row.putValue(SInfoResultType.soundingLabel, this.bedHeightLabel); 71 row.putValue(SInfoResultType.soundingLabel, this.bedHeightLabel);
72 72
73 // REMARK: access the gauge once only during calculation 73 // REMARK: access the gauge once only during calculation
74 final String gaugeLabel = this.riverInfoProvider.findGauge(station); 74 final String gaugeLabel = this.riverInfoProvider.findGauge(station);
75 row.putValue(SInfoResultType.gaugeLabel, gaugeLabel); 75 row.putValue(GeneralResultType.gaugeLabel, gaugeLabel);
76 76
77 // REMARK: access the location once only during calculation 77 // REMARK: access the location once only during calculation
78 final String location = this.riverInfoProvider.getLocation(station); 78 final String location = this.riverInfoProvider.getLocation(station);
79 row.putValue(GeneralResultType.location, location); 79 row.putValue(GeneralResultType.location, location);
80 80

http://dive4elements.wald.intevation.org