comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/MorphologicalWidthParser.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 0d27d02b1208
children 255898799ed9
comparison
equal deleted inserted replaced
4192:34337e357a54 4193:f63b39799d2d
53 } 53 }
54 } 54 }
55 55
56 56
57 @Override 57 @Override
58 protected void handleLine(String line) { 58 protected void handleLine(int lineNum, String line) {
59 if (line.startsWith(START_META_CHAR)) { 59 if (line.startsWith(START_META_CHAR)) {
60 handleMetaLine(stripMetaLine(line)); 60 handleMetaLine(stripMetaLine(line));
61 } 61 }
62 else { 62 else {
63 handleDataLine(line); 63 handleDataLine(line);

http://dive4elements.wald.intevation.org