view flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java @ 942:796c54058dc4

Added artifacts/states for WMS background an river axis and a configuration for the output-defaults. flys-artifacts/trunk@2351 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 18 Jul 2011 10:13:25 +0000
parents 353ddfa231a7
children 10bafb4f46cc
line wrap: on
line source
package de.intevation.flys.artifacts.model;

public interface FacetTypes {

    String FLOODMAP_WSPLGEN       = "floodmap.wsplgen";
    String FLOODMAP_RIVERAXIS     = "floodmap.riveraxis";
    String FLOODMAP_WMSBACKGROUND = "floodmap.wmsbackground";

    String DISCHARGE_LONGITUDINAL_W = "discharge_longitudinal_section.w";
    String DISCHARGE_LONGITUDINAL_Q = "discharge_longitudinal_section.q";
    String DISCHARGE_LONGITUDINAL_C = "discharge_longitudinal_section.c";

    String LONGITUDINAL_W = "longitudinal_section.w";
    String LONGITUDINAL_Q = "longitudinal_section.q";

    String COMPUTED_DISCHARGE_Q = "computed_discharge_curve.q";

    String DISCHARGE_CURVE = "discharge_curve.curve";

    String DURATION_W = "duration_curve.w";
    String DURATION_Q = "duration_curve.q";

    String CSV = "csv";
    String WST = "wst";
    String AT  = "at";

    String REPORT = "report";
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org