Mercurial > dive4elements > river
diff flys-backend/ChangeLog @ 2379:8be27b950dbe
CrossSection: Added method to extract the lines of a given km range.
flys-backend/trunk@3688 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 16 Jan 2012 14:52:40 +0000 |
parents | c5d83366d0b1 |
children | e237a08acf6e |
line wrap: on
line diff
--- a/flys-backend/ChangeLog Mon Jan 16 14:16:52 2012 +0000 +++ b/flys-backend/ChangeLog Mon Jan 16 14:52:40 2012 +0000 @@ -1,3 +1,9 @@ +2012-01-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/model/CrossSection.java(getLines): + Added method to fetch the lines of a cross section in a given interval. + Useful to have chunked access to the lines. + 2012-01-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/model/CrossSectionLine.java