comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/access/BedHeightAccess.java @ 3614:68beaa827751

MINFO: Implemented UI and facet/artifact stack for bed height differences. flys-artifacts/trunk@5276 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 28 Aug 2012 11:45:23 +0000
parents 9422b559b2d5
children 0f60efc39953
comparison
equal deleted inserted replaced
3613:dd6e25980c91 3614:68beaa827751
16 private int[] epochIDs; 16 private int[] epochIDs;
17 17
18 private Double lowerKM; 18 private Double lowerKM;
19 private Double upperKM; 19 private Double upperKM;
20 20
21 private String time;
21 22
22 public BedHeightAccess(FLYSArtifact artifact) { 23 public BedHeightAccess(FLYSArtifact artifact) {
23 super(artifact); 24 super(artifact);
24 } 25 }
25 26
73 74
74 return singleIDs; 75 return singleIDs;
75 } 76 }
76 77
77 78
79 public String getYearEpoch() {
80 if (time == null) {
81 time = getString("ye_select");
82 }
83 return time;
84 }
85
86
78 public int[] getBedHeightEpochIDs() { 87 public int[] getBedHeightEpochIDs() {
79 if (epochIDs == null) { 88 if (epochIDs == null) {
80 String data = getString("soundings"); 89 String data = getString("soundings");
81 90
82 if (data == null) { 91 if (data == null) {

http://dive4elements.wald.intevation.org