# HG changeset patch # User Hans Plum # Date 1258136491 0 # Node ID 3c38ef20d622044191da071623631f912e09bd26 # Parent 095486545edfbfe6dcb2aed942621d1239e685cc RELEASE 0.2: Summarized contents geo-backend/trunk@337 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 095486545edf -r 3c38ef20d622 geo-backend/ChangeLog --- a/geo-backend/ChangeLog Fri Nov 13 18:20:10 2009 +0000 +++ b/geo-backend/ChangeLog Fri Nov 13 18:21:31 2009 +0000 @@ -1,3 +1,9 @@ +2009-11-13 Hans Plum + + RELEASE 0.2 + + * Changes, NEWS: Summarized changes. + 2009-11-13 Hans Plum * Made some ChangeLog entries a bit clearer. diff -r 095486545edf -r 3c38ef20d622 geo-backend/Changes --- a/geo-backend/Changes Fri Nov 13 18:20:10 2009 +0000 +++ b/geo-backend/Changes Fri Nov 13 18:21:31 2009 +0000 @@ -1,8 +1,34 @@ +2009-11-13 RELEASE 0.2 + + New: + + * Added spatial query support for the first use cases. It uses OGC Simple Features for + SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for + geometry respresentations + + * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for + fine-tuning interaction and pooling. + + * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial + queries (needs more testing) + + * Support for gaps in temporal and spatial data added. + + Improvements: + + * Improved memory handling of Backend-results in geo-backend + + * Stabilized binding to ArcSDE Backend (issue 34), + https://roundup-intern.intevation.de/gnv/issue34 + + + 2009-10-07 RELEASE 0.1 New: * Imported proto type database access layer. - * Made access layer look like java.sql.* + + * Made access layer look like java.sql.* diff -r 095486545edf -r 3c38ef20d622 geo-backend/NEWS --- a/geo-backend/NEWS Fri Nov 13 18:20:10 2009 +0000 +++ b/geo-backend/NEWS Fri Nov 13 18:21:31 2009 +0000 @@ -1,3 +1,14 @@ +2009-11-13 RELEASE 0.2 + + * Added first support for spatial queries for time series, + vertical profile, horizontal profile, vertical cross section + and horizontal cross section. + + * Improved memory footprint of data objects in geo-backend. + + * Stabilized binding to ArcSDE datasources. + + 2009-10-07 RELEASE 0.1 New: