comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthRow.java @ 8946:5d5d482da3e9

Implementing SINFO - FlowDepthMinMax calculation
author gernotbelger
date Tue, 13 Mar 2018 18:49:33 +0100
parents 82998242ba84
children
comparison
equal deleted inserted replaced
8945:4a6b6a3c279c 8946:5d5d482da3e9
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the 7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details. 8 * documentation coming with Dive4Elements River for details.
9 */ 9 */
10 package org.dive4elements.river.artifacts.sinfo.flowdepth; 10 package org.dive4elements.river.artifacts.sinfo.flowdepth;
11 11
12 import org.dive4elements.river.artifacts.sinfo.common.AbstractSInfoResultRow; 12 import org.dive4elements.river.artifacts.sinfo.common.AbstractTkhResultRow;
13 import org.dive4elements.river.artifacts.sinfo.tkhcalculation.Tkh; 13 import org.dive4elements.river.artifacts.sinfo.tkhcalculation.Tkh;
14 14
15 /** 15 /**
16 * Part of {@link FlowDepthCalculationResult} which represents one calculated row of flow depth data. 16 * Part of {@link FlowDepthCalculationResult} which represents one calculated row of flow depth data.
17 * 17 *
18 * @author Gernot Belger 18 * @author Gernot Belger
19 */ 19 */
20 final class FlowDepthRow extends AbstractSInfoResultRow { 20 final class FlowDepthRow extends AbstractTkhResultRow {
21 private static final long serialVersionUID = 1L; 21 private static final long serialVersionUID = 1L;
22 22
23 private final String soundingLabel; 23 private final String soundingLabel;
24 24
25 public FlowDepthRow(final Tkh tkh, final String waterlevelLabel, 25 public FlowDepthRow(final Tkh tkh, final String waterlevelLabel,

http://dive4elements.wald.intevation.org