comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxExporter.java @ 8993:0adc6d04de95

SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
author gernotbelger
date Wed, 11 Apr 2018 14:09:13 +0200
parents 09e4a4909814
children d5802f22e4f5
comparison
equal deleted inserted replaced
8981:2e27061d9a93 8993:0adc6d04de95
43 43
44 @Override 44 @Override
45 protected void writeCSVResultMetadata(final CSVWriter writer, final FlowDepthMinMaxCalculationResults results, 45 protected void writeCSVResultMetadata(final CSVWriter writer, final FlowDepthMinMaxCalculationResults results,
46 final FlowDepthMinMaxCalculationResult result) { 46 final FlowDepthMinMaxCalculationResult result) {
47 47
48 final BedHeightInfo sounding = result.getAnySounding(); 48 final BedHeightInfo sounding = result.getSounding();
49 super.writeCSVSoundingMetadata(writer, sounding); 49 super.writeCSVSoundingMetadata(writer, sounding);
50 50
51 final WstInfo wst = result.getWst(); 51 final WstInfo wst = result.getWst();
52 writeCSVWaterlevelMetadata(writer, wst); 52 writeCSVWaterlevelMetadata(writer, wst);
53 } 53 }

http://dive4elements.wald.intevation.org