Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2380:e237a08acf6e
Create fast cross section lines in the backend now.
flys-backend/trunk@3696 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 17 Jan 2012 16:56:38 +0000 |
parents | 8be27b950dbe |
children | aa777d1aba38 |
comparison
equal
deleted
inserted
replaced
2379:8be27b950dbe | 2380:e237a08acf6e |
---|---|
1 2012-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/model/FastCrossSectionLine.java: | |
4 New. Cacheable representation of the cross section line. | |
5 | |
6 * src/main/java/de/intevation/flys/model/CrossSectionLine.java: | |
7 Add a new isValid() method. | |
8 | |
9 * src/main/java/de/intevation/flys/model/CrossSection.java: | |
10 Added method getFastLines() to fetch the lines (FastCrossSectionLines) | |
11 directly with a single SQL statement and without expensive | |
12 intermediate representations. | |
13 | |
1 2012-01-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2012-01-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/model/CrossSection.java(getLines): | 16 * src/main/java/de/intevation/flys/model/CrossSection.java(getLines): |
4 Added method to fetch the lines of a cross section in a given interval. | 17 Added method to fetch the lines of a cross section in a given interval. |
5 Useful to have chunked access to the lines. | 18 Useful to have chunked access to the lines. |