view flys-artifacts/src/main/java/de/intevation/flys/exports/NormalizedReferenceCurveInfoGenerator.java @ 5350:2f6e6ae2fc56

Add small howto which consists mostly of the notes i took while adding the HWSLines / Points wms artifacts
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 20 Mar 2013 16:42:52 +0100
parents ba7ecb20a344
children
line wrap: on
line source
package de.intevation.flys.exports;


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

http://dive4elements.wald.intevation.org