comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 5080:b87e504f916e

Importer/River: Move storeOfficialNumber from parse* to store*, do not store explicitely.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 22 Feb 2013 15:50:06 +0100
parents 2847371be7fe
children 3b58bb0c55e3
comparison
equal deleted inserted replaced
5079:38581d6bfd6f 5080:b87e504f916e
295 parseSedimentYield(); 295 parseSedimentYield();
296 parseWaterlevels(); 296 parseWaterlevels();
297 parseWaterlevelDifferences(); 297 parseWaterlevelDifferences();
298 parseMeasurementStations(); 298 parseMeasurementStations();
299 parseSQRelation(); 299 parseSQRelation();
300 storeOfficialNumber();
301 } 300 }
302 301
303 public void parseFloodProtection() throws IOException { 302 public void parseFloodProtection() throws IOException {
304 if (Config.INSTANCE.skipFloodProtection()) { 303 if (Config.INSTANCE.skipFloodProtection()) {
305 log.info("skip parsing flood protection"); 304 log.info("skip parsing flood protection");
1081 storeSedimentYield(); 1080 storeSedimentYield();
1082 storeWaterlevels(); 1081 storeWaterlevels();
1083 storeWaterlevelDifferences(); 1082 storeWaterlevelDifferences();
1084 storeMeasurementStations(); 1083 storeMeasurementStations();
1085 storeSQRelations(); 1084 storeSQRelations();
1085 storeOfficialNumber();
1086 } 1086 }
1087 1087
1088 public void storeWstUnit() { 1088 public void storeWstUnit() {
1089 if (wst == null) { 1089 if (wst == null) {
1090 wstUnit = new ImportUnit("NN + m"); 1090 wstUnit = new ImportUnit("NN + m");

http://dive4elements.wald.intevation.org