comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/ComputationRangeState.java @ 5865:73da40528cf2

River artifacts: Renamed FLYSUtils to RiverUtils.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:09:31 +0200
parents 4897a58c8746
children 59ff03ff48f1
comparison
equal deleted inserted replaced
5864:f2e46a668fe6 5865:73da40528cf2
23 import org.dive4elements.river.artifacts.FLYSArtifact; 23 import org.dive4elements.river.artifacts.FLYSArtifact;
24 24
25 import org.dive4elements.river.artifacts.model.FacetTypes; 25 import org.dive4elements.river.artifacts.model.FacetTypes;
26 import org.dive4elements.river.artifacts.resources.Resources; 26 import org.dive4elements.river.artifacts.resources.Resources;
27 27
28 import org.dive4elements.river.utils.FLYSUtils; 28 import org.dive4elements.river.utils.RiverUtils;
29 29
30 30
31 /** 31 /**
32 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 32 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
33 */ 33 */
140 140
141 141
142 @Override 142 @Override
143 protected double[] getMinMax(Artifact artifact) { 143 protected double[] getMinMax(Artifact artifact) {
144 FLYSArtifact flysArtifact = (FLYSArtifact) artifact; 144 FLYSArtifact flysArtifact = (FLYSArtifact) artifact;
145 return FLYSUtils.getRiverMinMax(flysArtifact); 145 return RiverUtils.getRiverMinMax(flysArtifact);
146 } 146 }
147 147
148 148
149 protected double getDefaultStep() { 149 protected double getDefaultStep() {
150 return DEFAULT_STEP; 150 return DEFAULT_STEP;

http://dive4elements.wald.intevation.org