view 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
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package org.dive4elements.river.artifacts.sinfo.flowdepthdev;

import org.dive4elements.river.artifacts.sinfo.common.DatacagePairSelectState;

/**
 * @author Gernot Belger
 *
 */
// FIXME: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an
// abstraction
public final class WaterlevelSoundingHistoricalPairSelectState extends DatacagePairSelectState {

    private static final long serialVersionUID = 1L;

    public WaterlevelSoundingHistoricalPairSelectState() {
        super("sinfo_flowdepth_twin_panel", FlowDepthDevelopmentAccess.FIELD_DIFFID_HIST);
    }
}

http://dive4elements.wald.intevation.org