comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/collision/CollisionAccess.java @ 9069:1ffd38826175

access uinfo.vegetationzones+inundation_duration
author gernotbelger
date Tue, 15 May 2018 12:00:26 +0200
parents 2ed3824a3d53
children 611a523fc42f
comparison
equal deleted inserted replaced
9068:a5cf8d7bff3c 9069:1ffd38826175
50 final double to = getTo(); 50 final double to = getTo();
51 return new DoubleRange(from, to); 51 return new DoubleRange(from, to);
52 } 52 }
53 53
54 public int[] getYears() { 54 public int[] getYears() {
55 return this.helper.getYears("state.sinfo.year"); 55 return this.helper.getYears("state.sinfo.year", "years");
56 } 56 }
57 57
58 public int[][] getEpochs() { 58 public int[][] getEpochs() {
59 return this.helper.getEpochs("state.sinfo.epoch"); 59 return this.helper.getEpochs("state.sinfo.epoch", "epochs");
60 } 60 }
61 61
62 } 62 }

http://dive4elements.wald.intevation.org