Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 270:1fe93e3c80c0
DefaultResult now directly inherits from HashMap.
geo-backend/trunk@241 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 19 Oct 2009 10:27:24 +0000 |
parents | db8920c5346d |
children | 8aad9d098b08 |
comparison
equal
deleted
inserted
replaced
269:db8920c5346d | 270:1fe93e3c80c0 |
---|---|
1 2009-10-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/geobackend/base/DefaultResult.java: | |
4 Extends from HashMap directly to avoid one level of indirection and | |
5 do not create so much needless objects. | |
6 | |
7 TODO: The representation in form of HashMaps is not very efficent! | |
8 Use array with index instead. | |
9 | |
1 2009-10-14 Tim Englich <tim.englich@intevation.de> | 10 2009-10-14 Tim Englich <tim.englich@intevation.de> |
2 | 11 |
3 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects), | 12 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects), |
4 src/test/ressources/QueryExecutorTestCase.properties: | 13 src/test/ressources/QueryExecutorTestCase.properties: |
5 Added further Queries for Testing Spatial-Query-Support | 14 Added further Queries for Testing Spatial-Query-Support |