comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/GaugeAccess.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
10 10
11 import org.apache.log4j.Logger; 11 import org.apache.log4j.Logger;
12 12
13 import org.dive4elements.artifacts.CallContext; 13 import org.dive4elements.artifacts.CallContext;
14 import org.dive4elements.river.artifacts.FLYSArtifact; 14 import org.dive4elements.river.artifacts.FLYSArtifact;
15 import org.dive4elements.river.utils.FLYSUtils; 15 import org.dive4elements.river.utils.RiverUtils;
16 16
17 /** For the moment, light-weight wrapper around FLYSUtils. */ 17 /** For the moment, light-weight wrapper around RiverUtils. */
18 // TODO employ 'Caching' like other Accesses, remove usage of FLYSUtils. 18 // TODO employ 'Caching' like other Accesses, remove usage of RiverUtils.
19 public class GaugeAccess 19 public class GaugeAccess
20 extends RangeAccess 20 extends RangeAccess
21 { 21 {
22 private static Logger logger = Logger.getLogger(GaugeAccess.class); 22 private static Logger logger = Logger.getLogger(GaugeAccess.class);
23 23
25 super(artifact, context); 25 super(artifact, context);
26 } 26 }
27 27
28 28
29 public String getGaugeName() { 29 public String getGaugeName() {
30 return FLYSUtils.getGaugename(this.getArtifact()); 30 return RiverUtils.getGaugename(this.getArtifact());
31 } 31 }
32 32
33 // TODO there is also getGauges in FLYSUtils... 33 // TODO there is also getGauges in RiverUtils...
34 } 34 }
35 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 35 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org