diff artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstState.java @ 9360:ddcd52d239cd

Outliers in fixation calculation are now shown within the other 'B' event themes and get a separate symbol (triangle). Removed old outliers theme. Also consider showpoints property. Also consider pointsize property.
author gernotbelger
date Wed, 01 Aug 2018 17:13:52 +0200
parents 7b2b086e45f0
children d194c5b24bf8
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstState.java	Wed Aug 01 13:21:34 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstState.java	Wed Aug 01 17:13:52 2018 +0200
@@ -32,9 +32,7 @@
     /** The log used in this class. */
     private static Logger log = Logger.getLogger(BezugswstState.class);
 
-    public static final String I18N_WQ_CURVE = "fix.vollmer.wq.curve";
-
-    public static final String I18N_WQ_OUTLIER = "fix.vollmer.wq.outliers";
+    private static final String I18N_WQ_CURVE = "fix.vollmer.wq.curve";
 
     /**
      * The default constructor that initializes an empty State object.
@@ -131,9 +129,6 @@
         // facets.add(new FixWQCurveFacet(0, Resources.getMsg(meta, I18N_WQ_CURVE, I18N_WQ_CURVE) + " (" + access.getFunction()
         // + ")"));
         //
-        // if (access.getPreprocessing()) {
-        // facets.add(new FixOutlierFacet(0, FIX_OUTLIER, Resources.getMsg(meta, I18N_WQ_OUTLIER, I18N_WQ_OUTLIER)));
-        // }
         return compute((BUNDUArtifact) artifact, context, hash, facets, old);
     }
 

http://dive4elements.wald.intevation.org