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

collision pdf details, ResultType refactoring, bezugswst result
author gernotbelger
date Fri, 27 Jul 2018 10:11:23 +0200
parents 740d65e4aa14
children 5ce50640688c
comparison
equal deleted inserted replaced
9317:61b5de0b673b 9318:7b2b086e45f0
414 row.putValue(GeneralResultType.station, station); 414 row.putValue(GeneralResultType.station, station);
415 row.putValue(SInfoResultType.infrastructuretype, null); // is replaced later for an infrastructure 415 row.putValue(SInfoResultType.infrastructuretype, null); // is replaced later for an infrastructure
416 row.putValue(SInfoResultType.floodDuration, Double.NaN); // is replaced later for an infrastructure 416 row.putValue(SInfoResultType.floodDuration, Double.NaN); // is replaced later for an infrastructure
417 417
418 final String gaugeLabel = this.riverInfoProvider.findGauge(station, (gauge == firstGauge)); 418 final String gaugeLabel = this.riverInfoProvider.findGauge(station, (gauge == firstGauge));
419 row.putValue(SInfoResultType.gaugeLabel, gaugeLabel); 419 row.putValue(GeneralResultType.gaugeLabel, gaugeLabel);
420 420
421 final String location = this.riverInfoProvider.getLocation(station); 421 final String location = this.riverInfoProvider.getLocation(station);
422 row.putValue(GeneralResultType.location, location); 422 row.putValue(GeneralResultType.location, location);
423 423
424 final List<DurationWaterlevel> wsts = new ArrayList<>(wqkmsArray.length); 424 final List<DurationWaterlevel> wsts = new ArrayList<>(wqkmsArray.length);

http://dive4elements.wald.intevation.org