comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 189:bc3747a371cc

First part of parsing main values. flys-backend/trunk@1520 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 18 Mar 2011 16:12:24 +0000
parents 003ac16812dd
children d40da430d2fe
comparison
equal deleted inserted replaced
188:003ac16812dd 189:bc3747a371cc
81 81
82 PegelGltParser pgltp = new PegelGltParser(); 82 PegelGltParser pgltp = new PegelGltParser();
83 pgltp.parse(gltFile); 83 pgltp.parse(gltFile);
84 84
85 gauges = pgltp.getGauges(); 85 gauges = pgltp.getGauges();
86
87 for (ImportGauge gauge: gauges) {
88 gauge.parseDependencies();
89 }
86 } 90 }
87 91
88 public void parseAnnotations() throws IOException { 92 public void parseAnnotations() throws IOException {
89 File riverDir = wstFile.getParentFile().getParentFile(); 93 File riverDir = wstFile.getParentFile().getParentFile();
90 AnnotationsParser aparser = new AnnotationsParser(); 94 AnnotationsParser aparser = new AnnotationsParser();

http://dive4elements.wald.intevation.org