comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/SedimentDensityParser.java @ 4193:f63b39799d2d

Adapted DB schema (added relation measurement_station); improved importer to read files from filesystem with measurement stations.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Oct 2012 09:02:26 +0200
parents 43aa1ac8614b
children be9e28cff0c4
comparison
equal deleted inserted replaced
4192:34337e357a54 4193:f63b39799d2d
70 } 70 }
71 } 71 }
72 72
73 73
74 @Override 74 @Override
75 protected void handleLine(String line) { 75 protected void handleLine(int lineNum, String line) {
76 if (line.startsWith(START_META_CHAR)) { 76 if (line.startsWith(START_META_CHAR)) {
77 handleMetaLine(stripMetaLine(line)); 77 handleMetaLine(stripMetaLine(line));
78 } 78 }
79 else { 79 else {
80 handleDataLine(line); 80 handleDataLine(line);

http://dive4elements.wald.intevation.org