comparison backend/src/main/java/org/dive4elements/river/importer/ImportRiver.java @ 8556:d115d0ed6624

Importer: Remove obsolete interface for bed heights.
author "Tom Gottfried <tom@intevation.de>"
date Mon, 16 Feb 2015 09:35:06 +0100
parents 17db08570637
children 29ab66ce06aa
comparison
equal deleted inserted replaced
8555:b5c54a6380e8 8556:d115d0ed6624
162 protected List<ImportWst> waterlevels; 162 protected List<ImportWst> waterlevels;
163 163
164 /** Wst-structures from waterlevel-difference-csv files. */ 164 /** Wst-structures from waterlevel-difference-csv files. */
165 protected List<ImportWst> waterlevelDifferences; 165 protected List<ImportWst> waterlevelDifferences;
166 166
167 protected List<ImportBedHeight> bedHeightSingles; 167 protected List<ImportBedHeightSingle> bedHeightSingles;
168
169 protected List<ImportBedHeight> bedHeightEpochs;
170 168
171 protected List<ImportSedimentDensity> sedimentDensities; 169 protected List<ImportSedimentDensity> sedimentDensities;
172 170
173 protected List<ImportPorosity> porosities; 171 protected List<ImportPorosity> porosities;
174 172
1451 1449
1452 private void storeBedHeightSingle() { 1450 private void storeBedHeightSingle() {
1453 River river = getPeer(); 1451 River river = getPeer();
1454 1452
1455 if (bedHeightSingles != null) { 1453 if (bedHeightSingles != null) {
1456 for (ImportBedHeight tmp: bedHeightSingles) { 1454 for (ImportBedHeightSingle tmp: bedHeightSingles) {
1457 ImportBedHeightSingle single = (ImportBedHeightSingle) tmp; 1455 ImportBedHeightSingle single = (ImportBedHeightSingle) tmp;
1458 1456
1459 String desc = single.getDescription(); 1457 String desc = single.getDescription();
1460 1458
1461 log.debug("name: " + desc); 1459 log.debug("name: " + desc);

http://dive4elements.wald.intevation.org