comparison backend/src/main/java/org/dive4elements/river/importer/ImportRiver.java @ 8031:6954ac9b7591

Renamed ImportSedimentYield to ImportSedimentLoadLS.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 11 Jul 2014 13:10:05 +0200
parents c915e99d9e52
children fd3a24336e6a
comparison
equal deleted inserted replaced
8030:fac1aa67931b 8031:6954ac9b7591
170 170
171 protected List<ImportFlowVelocityModel> flowVelocityModels; 171 protected List<ImportFlowVelocityModel> flowVelocityModels;
172 172
173 protected List<ImportFlowVelocityMeasurement> flowVelocityMeasurements; 173 protected List<ImportFlowVelocityMeasurement> flowVelocityMeasurements;
174 174
175 protected List<ImportSedimentYield> sedimentYields; 175 protected List<ImportSedimentLoadLS> sedimentYields;
176 176
177 protected List<ImportMeasurementStation> measurementStations; 177 protected List<ImportMeasurementStation> measurementStations;
178 178
179 protected List<ImportSQRelation> sqRelations; 179 protected List<ImportSQRelation> sqRelations;
180 180
286 sedimentDensities = new ArrayList<ImportSedimentDensity>(); 286 sedimentDensities = new ArrayList<ImportSedimentDensity>();
287 porosities = new ArrayList<ImportPorosity>(); 287 porosities = new ArrayList<ImportPorosity>();
288 morphologicalWidths = new ArrayList<ImportMorphWidth>(); 288 morphologicalWidths = new ArrayList<ImportMorphWidth>();
289 flowVelocityModels = new ArrayList<ImportFlowVelocityModel>(); 289 flowVelocityModels = new ArrayList<ImportFlowVelocityModel>();
290 flowVelocityMeasurements = new ArrayList<ImportFlowVelocityMeasurement>(); 290 flowVelocityMeasurements = new ArrayList<ImportFlowVelocityMeasurement>();
291 sedimentYields = new ArrayList<ImportSedimentYield>(); 291 sedimentYields = new ArrayList<ImportSedimentLoadLS>();
292 measurementStations = new ArrayList<ImportMeasurementStation>(); 292 measurementStations = new ArrayList<ImportMeasurementStation>();
293 sqRelations = new ArrayList<ImportSQRelation>(); 293 sqRelations = new ArrayList<ImportSQRelation>();
294 } 294 }
295 295
296 public ImportRiver( 296 public ImportRiver(
1499 if (!Config.INSTANCE.skipSedimentYield()) { 1499 if (!Config.INSTANCE.skipSedimentYield()) {
1500 log.info("store sediment yield data"); 1500 log.info("store sediment yield data");
1501 1501
1502 River river = getPeer(); 1502 River river = getPeer();
1503 1503
1504 for (ImportSedimentYield sedimentYield: sedimentYields) { 1504 for (ImportSedimentLoadLS sedimentYield: sedimentYields) {
1505 sedimentYield.storeDependencies(river); 1505 sedimentYield.storeDependencies(river);
1506 } 1506 }
1507 } 1507 }
1508 } 1508 }
1509 1509

http://dive4elements.wald.intevation.org