Mercurial > dive4elements > gnv-client
comparison geo-backend/Changes @ 385:27082b83c267
Release 0.3
geo-backend/trunk@450 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 17 Dec 2009 14:35:02 +0000 |
parents | 3c38ef20d622 |
children | 48121fa4dc95 |
comparison
equal
deleted
inserted
replaced
384:da2da7bb1aa1 | 385:27082b83c267 |
---|---|
1 2009-11-13 RELEASE 0.2 | 1 2009-12-17 RELEASE 0.3 |
2 | 2 |
3 New: | 3 New: |
4 | 4 |
5 * Added spatial query support for the first use cases. It uses OGC Simple Features for | 5 * !!!! Java6 is mandatory now! Older version are not supported any longer !!! |
6 SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for | 6 * Added "point on polygon" spatial query support. |
7 geometry respresentations | |
8 | 7 |
9 * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for | 8 Fixed: |
10 fine-tuning interaction and pooling. | |
11 | 9 |
12 * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial | 10 * Avoid index out of bounds exception in some case when accessing database |
13 queries (needs more testing) | 11 columns that are not provided by the database result set. |
14 | 12 |
15 * Support for gaps in temporal and spatial data added. | |
16 | 13 |
17 Improvements: | 14 2009-11-13 RELEASE 0.2 |
18 | 15 |
19 * Improved memory handling of Backend-results in geo-backend | 16 New: |
20 | 17 |
21 * Stabilized binding to ArcSDE Backend (issue 34), | 18 * Added spatial query support for the first use cases. It uses OGC Simple Features for |
22 https://roundup-intern.intevation.de/gnv/issue34 | 19 SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for |
20 geometry respresentations | |
21 | |
22 * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for | |
23 fine-tuning interaction and pooling. | |
24 | |
25 * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial | |
26 queries (needs more testing) | |
27 | |
28 * Support for gaps in temporal and spatial data added. | |
29 | |
30 Improvements: | |
31 | |
32 * Improved memory handling of Backend-results in geo-backend | |
33 | |
34 * Stabilized binding to ArcSDE Backend (issue 34), | |
35 https://roundup-intern.intevation.de/gnv/issue34 | |
23 | 36 |
24 | 37 |
25 | 38 |
26 2009-10-07 RELEASE 0.1 | 39 2009-10-07 RELEASE 0.1 |
27 | 40 |
28 New: | 41 New: |
29 | 42 |
30 * Imported proto type database access layer. | 43 * Imported proto type database access layer. |
31 | 44 * Made access layer look like java.sql.* |
32 * Made access layer look like java.sql.* | |
33 | 45 |
34 | 46 |