view flys-artifacts/src/main/java/de/intevation/flys/exports/CrossSectionInfoGenerator.java @ 2065:2f5628f0de0e

Part 2 of #125: add gaugename and Q description based on the selected WQ mode. flys-artifacts/trunk@3559 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 02 Jan 2012 09:46:39 +0000
parents da4d8631fc46
children
line wrap: on
line source
package de.intevation.flys.exports;


/**
 * A ChartInfoGenerator that generates meta information for specific cross
 * sections.
 */
public class CrossSectionInfoGenerator extends ChartInfoGenerator {

    public CrossSectionInfoGenerator() {
        super(new CrossSectionGenerator());
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org