diff artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxAccess.java @ 9070:611a523fc42f

VegetationZoneAccessHelper, VegetationTablePanels verbessert
author gernotbelger
date Tue, 15 May 2018 18:04:36 +0200
parents 0adc6d04de95
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxAccess.java	Tue May 15 12:00:26 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxAccess.java	Tue May 15 18:04:36 2018 +0200
@@ -12,7 +12,6 @@
 
 import java.util.Collection;
 
-import org.apache.commons.lang.math.DoubleRange;
 import org.dive4elements.river.artifacts.access.RangeAccess;
 import org.dive4elements.river.artifacts.sinfo.SINFOArtifact;
 import org.dive4elements.river.artifacts.sinfo.SinfoCalcMode;
@@ -38,12 +37,6 @@
         assert (calculationMode == SinfoCalcMode.sinfo_calc_flow_depth_minmax);
     }
 
-    public DoubleRange getRange() {
-        final double from = getFrom();
-        final double to = getTo();
-        return new DoubleRange(from, to);
-    }
-
     public Collection<WstSoundingIdPair> getMinMaxPairs() {
         final String diffids = getString(FIELD_DIFFIDS);
         return WstSoundingIdPair.parsePairs(diffids);

http://dive4elements.wald.intevation.org