comparison flys-artifacts/src/main/java/de/intevation/flys/exports/extreme/ExtremeWQCurveInfoGenerator.java @ 4345:8eabbc5198e1

Added new Generator: ExtremeWQCurveGenerator (and its *Info*-counterpart).
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 01 Nov 2012 12:10:31 +0100
parents
children
comparison
equal deleted inserted replaced
4344:c6db11e3b83a 4345:8eabbc5198e1
1 package de.intevation.flys.exports.extreme;
2
3 import de.intevation.flys.exports.ChartInfoGenerator;
4
5 /**
6 * A ChartInfoGenerator that generates meta information for specific extreme
7 * analysis W/Q curves.
8 */
9 public class ExtremeWQCurveInfoGenerator extends ChartInfoGenerator {
10
11 public ExtremeWQCurveInfoGenerator() {
12 super(new ExtremeWQCurveGenerator());
13 }
14 }
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org