comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/MiddleBedHeightCalculation.java @ 8560:6fcf4717605f

Meta-data on sounding width associated to bed heights is redundant to real data associated to values.
author "Tom Gottfried <tom@intevation.de>"
date Mon, 16 Feb 2015 11:48:05 +0100
parents 6d8d7425a6b5
children 5c4766ac20ba
comparison
equal deleted inserted replaced
8559:6d8d7425a6b5 8560:6fcf4717605f
125 single.getDescription(), 125 single.getDescription(),
126 curElevModel, 126 curElevModel,
127 oldElevModel, 127 oldElevModel,
128 riverElevModel, 128 riverElevModel,
129 type, 129 type,
130 locationSystem, 130 locationSystem);
131 single.getSoundingWidth());
132 131
133 for (BedHeightValue value: values) { 132 for (BedHeightValue value: values) {
134 if (value.getHeight() != null) { 133 if (value.getHeight() != null) {
135 double uncert = value.getUncertainty() != null ? 134 double uncert = value.getUncertainty() != null ?
136 value.getUncertainty().doubleValue() : Double.NaN; 135 value.getUncertainty().doubleValue() : Double.NaN;

http://dive4elements.wald.intevation.org