Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2811:8926571e47fb
Finished importing MINFO bed heights (single and epoch).
flys-backend/trunk@4225 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 13 Apr 2012 07:24:55 +0000 |
parents | 04eeb45df27b |
children | a36a5407acbf |
comparison
equal
deleted
inserted
replaced
2810:04eeb45df27b | 2811:8926571e47fb |
---|---|
1 2012-04-13 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/importer/parsers/BedHeightParser.java: | |
4 New. An abstract super class for BedHeightSingleParser and | |
5 BedHeightEpochParser. It implements methods for parsing meta data. | |
6 Concrete subclasses need to implements the method for parsing data rows | |
7 only. | |
8 | |
9 * src/main/java/de/intevation/flys/importer/ImportBedHeight.java, | |
10 src/main/java/de/intevation/flys/importer/ImportBedHeightValue.java: New. | |
11 Interfaces that define some major methods which enables the BedHeightParser | |
12 to parse both - single and epoch bed heights. | |
13 | |
14 * src/main/java/de/intevation/flys/importer/parsers/BedHeightSingleParser.java: | |
15 Moved the code for parsing meta data to BedHeightParser which is now the | |
16 parent class. | |
17 | |
18 * src/main/java/de/intevation/flys/importer/parsers/BedHeightEpochParser.java: | |
19 New. A further subclass of BedHeightParser for parsing MINFO bed heights | |
20 for epochs. | |
21 | |
22 * src/main/java/de/intevation/flys/importer/ImportBedHeightSingleValue.java, | |
23 src/main/java/de/intevation/flys/importer/ImportBedHeightEpochValue.java: | |
24 Made them subclasses of ImportBedHeightValue. | |
25 | |
26 * src/main/java/de/intevation/flys/importer/ImportBedHeightSingle.java, | |
27 src/main/java/de/intevation/flys/importer/ImportBedHeightEpoch.java: Made | |
28 them subclasses of ImportBedHeight. | |
29 | |
30 * src/main/java/de/intevation/flys/importer/ImportRiver.java: Some | |
31 adjustments to store ImportBedHeight and ImportBedHeightValue instances | |
32 instead of concrete subclasses. | |
33 | |
1 2012-04-12 Ingo Weinzierl <ingo@intevation.de> | 34 2012-04-12 Ingo Weinzierl <ingo@intevation.de> |
2 | 35 |
3 * doc/schema/oracle-minfo.sql: Added a link to the river to bed_height_epoch | 36 * doc/schema/oracle-minfo.sql: Added a link to the river to bed_height_epoch |
4 table. | 37 table. |
5 | 38 |