view artifacts/src/main/java/org/dive4elements/river/exports/CrossSectionInfoGenerator.java @ 8593:a7eaf3e13bbe

Don't warn for defined behavior. Those functions have an option "skipNaN" so they should not warn about actually doing what they are supposed to do.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 19 Mar 2015 13:49:13 +0100
parents af13ceeba52a
children
line wrap: on
line source
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
 * Software engineering by Intevation GmbH
 *
 * 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.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