comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 197:c0dcc2357106

Added stub for WST parser. flys-backend/trunk@1536 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 22 Mar 2011 11:10:01 +0000
parents 0f0b98ef9b04
children 3169b559ca3c
comparison
equal deleted inserted replaced
196:a33c065b95eb 197:c0dcc2357106
66 } 66 }
67 67
68 public void parseDependencies() throws IOException { 68 public void parseDependencies() throws IOException {
69 parseGauges(); 69 parseGauges();
70 parseAnnotations(); 70 parseAnnotations();
71 parseWst();
72 }
73
74 public void parseWst() throws IOException {
75 WstParser wstParser = new WstParser();
76 wstParser.parse(wstFile);
71 } 77 }
72 78
73 public void parseGauges() throws IOException { 79 public void parseGauges() throws IOException {
74 File gltFile = new File(wstFile.getParentFile(), PEGEL_GLT); 80 File gltFile = new File(wstFile.getParentFile(), PEGEL_GLT);
75 gltFile = FileTools.repair(gltFile); 81 gltFile = FileTools.repair(gltFile);

http://dive4elements.wald.intevation.org