comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxPairSelectState.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
children 839b2aa84dd0
comparison
equal deleted inserted replaced
8981:2e27061d9a93 8993:0adc6d04de95
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.artifacts.sinfo.flowdepthminmax;
11
12 import org.dive4elements.river.artifacts.sinfo.common.DatacagePairSelectState;
13
14 /**
15 * @author Gernot Belger
16 *
17 */
18 // FIXME: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an
19 // abstraction
20 public final class FlowDepthMinMaxPairSelectState extends DatacagePairSelectState {
21
22 private static final long serialVersionUID = 1L;
23
24 public FlowDepthMinMaxPairSelectState() {
25 super("sinfo_flowdepthminmax_twin_panel", "diffids");
26 }
27 }

http://dive4elements.wald.intevation.org