comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/FlowVelocityAccess.java @ 5867:59ff03ff48f1

River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:23:01 +0200
parents 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
8 8
9 package org.dive4elements.river.artifacts.access; 9 package org.dive4elements.river.artifacts.access;
10 10
11 import org.dive4elements.artifacts.CallContext; 11 import org.dive4elements.artifacts.CallContext;
12 12
13 import org.dive4elements.river.artifacts.FLYSArtifact; 13 import org.dive4elements.river.artifacts.D4EArtifact;
14 14
15 15
16 /** Access to data that deals with flow velocity stuff. */ 16 /** Access to data that deals with flow velocity stuff. */
17 public class FlowVelocityAccess 17 public class FlowVelocityAccess
18 extends RangeAccess 18 extends RangeAccess
19 { 19 {
20 20
21 private int[] mainChannels; 21 private int[] mainChannels;
22 private int[] totalChannels; 22 private int[] totalChannels;
23 23
24 public FlowVelocityAccess(FLYSArtifact artifact, CallContext context) { 24 public FlowVelocityAccess(D4EArtifact artifact, CallContext context) {
25 super(artifact, context); 25 super(artifact, context);
26 } 26 }
27 27
28 28
29 public int[] getMainChannels() { 29 public int[] getMainChannels() {

http://dive4elements.wald.intevation.org