Mercurial > dive4elements > gnv-client
comparison geo-backend/Changes @ 279:3c38ef20d622
RELEASE 0.2: Summarized contents
geo-backend/trunk@337 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Fri, 13 Nov 2009 18:21:31 +0000 |
parents | fcfa9d2de572 |
children | 27082b83c267 |
comparison
equal
deleted
inserted
replaced
278:095486545edf | 279:3c38ef20d622 |
---|---|
1 2009-11-13 RELEASE 0.2 | |
2 | |
3 New: | |
4 | |
5 * Added spatial query support for the first use cases. It uses OGC Simple Features for | |
6 SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for | |
7 geometry respresentations | |
8 | |
9 * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for | |
10 fine-tuning interaction and pooling. | |
11 | |
12 * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial | |
13 queries (needs more testing) | |
14 | |
15 * Support for gaps in temporal and spatial data added. | |
16 | |
17 Improvements: | |
18 | |
19 * Improved memory handling of Backend-results in geo-backend | |
20 | |
21 * Stabilized binding to ArcSDE Backend (issue 34), | |
22 https://roundup-intern.intevation.de/gnv/issue34 | |
23 | |
24 | |
25 | |
1 2009-10-07 RELEASE 0.1 | 26 2009-10-07 RELEASE 0.1 |
2 | 27 |
3 New: | 28 New: |
4 | 29 |
5 * Imported proto type database access layer. | 30 * Imported proto type database access layer. |
6 * Made access layer look like java.sql.* | 31 |
32 * Made access layer look like java.sql.* | |
7 | 33 |
8 | 34 |