comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FlowVelocityData.java @ 4622:900064815369

Added member variable for discharge zone type.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 03 Dec 2012 17:01:45 +0100
parents 10e7bd292c47
children
comparison
equal deleted inserted replaced
4621:25c5e344733e 4622:900064815369
11 private TDoubleArrayList vMain; 11 private TDoubleArrayList vMain;
12 private TDoubleArrayList vTotal; 12 private TDoubleArrayList vTotal;
13 private TDoubleArrayList tauMain; 13 private TDoubleArrayList tauMain;
14 private TDoubleArrayList q; 14 private TDoubleArrayList q;
15 private String zone; 15 private String zone;
16 16 private String type;
17 17
18 protected FlowVelocityData() { 18 protected FlowVelocityData() {
19 this.km = new TDoubleArrayList(); 19 this.km = new TDoubleArrayList();
20 this.vMain = new TDoubleArrayList(); 20 this.vMain = new TDoubleArrayList();
21 this.vTotal = new TDoubleArrayList(); 21 this.vTotal = new TDoubleArrayList();
70 70
71 public String getZone() { 71 public String getZone() {
72 return zone; 72 return zone;
73 } 73 }
74 74
75 public void setType(String type) {
76 this.type = type;
77 }
78
79 public String getType() {
80 return this.type;
81 }
82
75 public int size() { 83 public int size() {
76 return km.size(); 84 return km.size();
77 } 85 }
78 86
79 87

http://dive4elements.wald.intevation.org