view artifacts/src/main/java/org/dive4elements/river/artifacts/common/I18NStrings.java @ 9425:3f49835a00c3

Extended CrossSectionFacet so it may fetch different data from within the artifact result. Also allows to have acces to the potentially already computed artifact result via its normal computation cache.
author gernotbelger
date Fri, 17 Aug 2018 15:31:02 +0200
parents 0a0937f33bb5
children
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * 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.artifacts.common;

/**
 * @author Domenico Nardi Tironi
 *
 */
public interface I18NStrings {
    //////////// GENERIC TYPES + UNITS///////////////////////////////////////////////////////////////////////////////

    // TODO: remove "sinfo" for these labels in messages.txt + de.messages.txt
    // oder: die ganzen Strings hier raus und direkt verwenden

    String CSV_KM_HEADER = "export.flow_depth.csv.header.km";

    String CSV_META_HEADER_RESULT_LABEL = "sinfo.export.flow_depth.csv.meta.header.result.label";

    String CSV_META_VERSION_LABEL = "sinfo.export.flow_depth.csv.meta.version.label";

    String CSV_META_USER_LABEL = "sinfo.export.flow_depth.csv.meta.user.label";

    String CSV_META_CREATION_LABEL = "sinfo.export.flow_depth.csv.meta.creation.label";

    String CSV_META_RIVER_LABEL = "sinfo.export.flow_depth.csv.meta.river.label";

    String CSV_META_RANGE_LABEL = "sinfo.export.flow_depth.csv.meta.range.label";

    String CSV_META_HEADER_RESULT = "sinfo.export.flow_depth.csv.meta.header.result";

    String CSV_META_VERSION = "sinfo.export.flow_depth.csv.meta.version";

    String CSV_META_USER = "sinfo.export.flow_depth.csv.meta.user";

    String CSV_META_CREATION = "sinfo.export.flow_depth.csv.meta.creation";

    String CSV_META_RIVER = "sinfo.export.flow_depth.csv.meta.river";

    String CSV_META_RANGE = "sinfo.export.flow_depth.csv.meta.range";

    String CSV_META_HEIGHT_UNIT_RIVER = "sinfo.export.flow_depth.csv.meta.height_unit.river"; // move to child?

    String CSV_META_DATE = "sinfo.export.csv.meta.date";

    /// sonstiges:

    // Einheiten:

    String UNIT_NONE = "-";

    String UNIT_M = "m";

    String UNIT_KM = "km";

    String UNIT_CM = "cm";

    String UNIT_CM_A = "cm/a";

    String UNIT_CUBIC_M = "m³/s";

    String UNIT_TON = "t";

    String UNIT_EURO = "€";
}

http://dive4elements.wald.intevation.org