comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthdev/WaterlevelSoundingHistoricalPairSelectState.java @ 8951:322b0e6298ea

Work on SINFO FlowDepth-Development
author gernotbelger
date Fri, 16 Mar 2018 18:08:38 +0100
parents
children 5294114b1df4
comparison
equal deleted inserted replaced
8950:b0aeed4c97c1 8951:322b0e6298ea
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.flowdepthdev;
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 WaterlevelSoundingHistoricalPairSelectState extends DatacagePairSelectState {
21
22 private static final long serialVersionUID = 1L;
23
24 public WaterlevelSoundingHistoricalPairSelectState() {
25 super("sinfo_flowdepth_twin_panel", FlowDepthDevelopmentAccess.FIELD_DIFFID_HIST);
26 }
27 }

http://dive4elements.wald.intevation.org