comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/SedimentYieldParser.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 3de4ac5ccee8
children 1c5370683769
comparison
equal deleted inserted replaced
4192:34337e357a54 4193:f63b39799d2d
124 description = null; 124 description = null;
125 } 125 }
126 126
127 127
128 @Override 128 @Override
129 protected void handleLine(String line) { 129 protected void handleLine(int lineNum, String line) {
130 if (line.startsWith(START_META_CHAR)) { 130 if (line.startsWith(START_META_CHAR)) {
131 handleMetaLine(stripMetaLine(line)); 131 handleMetaLine(stripMetaLine(line));
132 } 132 }
133 else { 133 else {
134 handleDataLine(line); 134 handleDataLine(line);

http://dive4elements.wald.intevation.org