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

VegetationZoneAccessHelper, VegetationTablePanels verbessert
author gernotbelger
date Tue, 15 May 2018 18:04:36 +0200
parents 2ed3824a3d53
children 5c34fe17ef15
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthAccess.java	Tue May 15 12:00:26 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthAccess.java	Tue May 15 18:04:36 2018 +0200
@@ -13,7 +13,6 @@
 import java.util.Collection;
 import java.util.Collections;
 
-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;
@@ -40,12 +39,6 @@
         assert (calculationMode == SinfoCalcMode.sinfo_calc_flow_depth);
     }
 
-    public DoubleRange getRange() {
-        final double from = getFrom();
-        final double to = getTo();
-        return new DoubleRange(from, to);
-    }
-
     public boolean isUseTransportBodies() {
         final Boolean useTkh = this.artifact.getDataAsBoolean(FIELD_USE_TKH);
         return useTkh == null ? false : useTkh;

http://dive4elements.wald.intevation.org