Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
265:e5379e129799 | 266:1530890b28c9 |
---|---|
1 2009-10-13 Tim Englich <tim.englich@intevation.de> | 1 2009-10-13 Tim Englich <tim.englich@intevation.de> |
2 | 2 |
3 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects): | |
4 Added an TaesCase for Querying spatial Data without an spatial restriction | |
5 * src/test/ressources/QueryExecutorTestCase.properties: | |
6 Added TestQuery with no spatial restriction | |
7 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (executeQuery): | |
8 Now it is possible to send spatial Quieries without an spatial restriction in the where clause. | |
9 | |
10 2009-10-13 Tim Englich <tim.englich@intevation.de> | |
11 | |
3 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEPoolableObjectFactory.java (validateObject) Edited: | 12 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEPoolableObjectFactory.java (validateObject) Edited: |
4 Added Tests if the Object is Closed. And add propper instance Tests | 13 Added Tests if the Object is Closed. And add propper instance Tests |
5 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java (initialize): | 14 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java (initialize): |
6 Added further ConfigurationParameters that could be set in the *.properties-File. | 15 Added further ConfigurationParameters that could be set in the *.properties-File. |
7 maxWait, maxIdle, minIdle, testOnBorrow, testOnReturn, testWhileIdle, numTestsPerEvictionRun, | 16 maxWait, maxIdle, minIdle, testOnBorrow, testOnReturn, testWhileIdle, numTestsPerEvictionRun, |