comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/predefinedflowdepth/PredefinedFlowDepthQueryCalculationResult.java @ 9035:c16e90a0baf7

Added datacage select and chart display for modelled flow depth series loaded from database
author mschaefer
date Mon, 30 Apr 2018 16:00:12 +0200
parents
children 9b2e46090099
comparison
equal deleted inserted replaced
9034:8aa7d9eaaa21 9035:c16e90a0baf7
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.predefinedflowdepth;
11
12 import java.util.Collection;
13
14 import org.dive4elements.river.artifacts.common.ResultRow;
15 import org.dive4elements.river.artifacts.sinfo.common.AbstractSInfoCalculationResult;
16
17 /**
18 * Contains the results of a database query of a tkh series
19 *
20 * @author Matthias Schäfer
21 */
22 public final class PredefinedFlowDepthQueryCalculationResult extends AbstractSInfoCalculationResult {
23
24 private static final long serialVersionUID = 1L;
25
26 public PredefinedFlowDepthQueryCalculationResult(final String label, final Collection<ResultRow> rows) {
27 super(label, null, rows);
28 }
29 }

http://dive4elements.wald.intevation.org