view flys-artifacts/src/main/java/de/intevation/flys/exports/ReferenceCurveInfoGenerator.java @ 5084:ca45dd039b54 slt-simplify-cross-sections

Log the number of points of cross sections to see the effect of the simplification.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 24 Feb 2013 21:38:09 +0100
parents 39933df6d0fe
children
line wrap: on
line source
package de.intevation.flys.exports;


/**
 * A ChartInfoGenerator that generates meta information for specific reference
 * curves.
 */
public class ReferenceCurveInfoGenerator
extends      ChartInfoGenerator
{
    public ReferenceCurveInfoGenerator() {
        super(new ReferenceCurveGenerator());
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org