diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/access/SQRelationAccess.java @ 5396:aaf810d4ec82

Use new state 'outlier mehtod selection' in SQ-relation. The outlier method is no more configurable in conf.xml. The user can now select the method in SQ-relation parameters.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 25 Mar 2013 12:40:26 +0100
parents 048a02e29808
children
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/access/SQRelationAccess.java	Mon Mar 25 12:35:08 2013 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/access/SQRelationAccess.java	Mon Mar 25 12:40:26 2013 +0100
@@ -18,6 +18,8 @@
 
     protected Double    outliers;
 
+    private String      method;
+
     public SQRelationAccess() {
     }
 
@@ -60,5 +62,15 @@
         }
         return outliers;
     }
+
+    public String getOutlierMethod() {
+        if (method == null) {
+            method = getString("outlier-method");
+        }
+        if (log.isDebugEnabled()) {
+            log.debug("outlier-method: " + method);
+        }
+        return method;
+    }
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org