Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 1236:324cb486db9f
Added relation and hibernate classes for DGMs.
flys-backend/trunk@2613 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 31 Aug 2011 07:46:59 +0000 |
parents | 47ce1fab8464 |
children | 774dff3ee546 |
comparison
equal
deleted
inserted
replaced
1235:47ce1fab8464 | 1236:324cb486db9f |
---|---|
1 2011-08-31 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/schema/postgresql-spatial.sql: Added a relation for DGMs. Note, that | |
4 no data of the DGM is stored in this relation, but only the file path to | |
5 the DGM file. | |
6 | |
7 * src/main/java/de/intevation/flys/model/DGM.java: New. This class provides | |
8 information for a DGM (km range and file path). | |
9 | |
10 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: | |
11 Registered the DGM. | |
12 | |
1 2011-08-30 Ingo Weinzierl <ingo@intevation.de> | 13 2011-08-30 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/model/CrossSectionTrack.java: New | 15 * src/main/java/de/intevation/flys/model/CrossSectionTrack.java: New |
4 static function to retrieve all CrossSectionTracks of a specific river. | 16 static function to retrieve all CrossSectionTracks of a specific river. |
5 | 17 |