comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/predefinedchannel/PredefinedChannelQueryCalculationResult.java @ 9112:189cc8ededbd

Added datacage select and chart display for river channel sizes loaded from database
author mschaefer
date Mon, 04 Jun 2018 08:36:09 +0200
parents
children 9b2e46090099
comparison
equal deleted inserted replaced
9111:ee77e544e890 9112:189cc8ededbd
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.predefinedchannel;
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 river channel width series
19 *
20 * @author Matthias Schäfer
21 */
22 public final class PredefinedChannelQueryCalculationResult extends AbstractSInfoCalculationResult {
23
24 private static final long serialVersionUID = 1L;
25
26 public PredefinedChannelQueryCalculationResult(final String label, final Collection<ResultRow> rows) {
27 super(label, null, rows);
28 }
29 }

http://dive4elements.wald.intevation.org