comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadDataCalculation.java @ 8239:b207eeb66edd

(issue1448) Objectify sq_time_interval id.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 08 Sep 2014 19:47:01 +0200
parents be3c11bef6e8
children 0a03c1921cfe
comparison
equal deleted inserted replaced
8238:be3c11bef6e8 8239:b207eeb66edd
170 int [][] epochs = null; 170 int [][] epochs = null;
171 171
172 double from = access.getLowerKM(); 172 double from = access.getLowerKM();
173 double to = access.getUpperKM(); 173 double to = access.getUpperKM();
174 174
175 int sqTiId = access.getSQTiId(); 175 Integer sqTiId = access.getSQTiId();
176 176
177 if (yearEpoch.equals("year")) { 177 if (yearEpoch.equals("year")) {
178 years = access.getPeriod(); 178 years = access.getPeriod();
179 } 179 }
180 else if (yearEpoch.equals("epoch") || yearEpoch.equals("off_epoch")) { 180 else if (yearEpoch.equals("epoch") || yearEpoch.equals("off_epoch")) {

http://dive4elements.wald.intevation.org