Mercurial > dive4elements > gnv-client
diff geo-backend/ChangeLog @ 266:1530890b28c9
Added SFS-Support to ArcSDE-Query-Part without any Spatial restriction in the where clause
geo-backend/trunk@216 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 13 Oct 2009 14:30:52 +0000 |
parents | e5379e129799 |
children | 000e00592ba5 |
line wrap: on
line diff
--- a/geo-backend/ChangeLog Tue Oct 13 13:20:26 2009 +0000 +++ b/geo-backend/ChangeLog Tue Oct 13 14:30:52 2009 +0000 @@ -1,5 +1,14 @@ 2009-10-13 Tim Englich <tim.englich@intevation.de> + * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects): + Added an TaesCase for Querying spatial Data without an spatial restriction + * src/test/ressources/QueryExecutorTestCase.properties: + Added TestQuery with no spatial restriction + * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (executeQuery): + Now it is possible to send spatial Quieries without an spatial restriction in the where clause. + +2009-10-13 Tim Englich <tim.englich@intevation.de> + * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEPoolableObjectFactory.java (validateObject) Edited: Added Tests if the Object is Closed. And add propper instance Tests * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java (initialize):