comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/MiddleBedHeightCalculation.java @ 8554:3a0522f1a532

Morphological width imported and stored with heights is redundant to table morphologic_width.
author "Tom Gottfried <tom@intevation.de>"
date Mon, 16 Feb 2015 09:00:08 +0100
parents e4606eae8ea5
children 6d8d7425a6b5
comparison
equal deleted inserted replaced
8553:17c476e90c07 8554:3a0522f1a532
141 data.addAll(value.getStation().doubleValue(), 141 data.addAll(value.getStation().doubleValue(),
142 value.getHeight().doubleValue(), 142 value.getHeight().doubleValue(),
143 uncert, 143 uncert,
144 sounding, 144 sounding,
145 gap, 145 gap,
146 value.getWidth().doubleValue(),
147 false); 146 false);
148 } 147 }
149 else { 148 else {
150 data.addAll(value.getStation().doubleValue(), 149 data.addAll(value.getStation().doubleValue(),
151 0,
152 0, 150 0,
153 0, 151 0,
154 0, 152 0,
155 0, 153 0,
156 true); 154 true);

http://dive4elements.wald.intevation.org