Mercurial > dive4elements > gnv-client
comparison geo-backend/Changes @ 899:3f9fc88aec2b
merged geo-backend/1.0
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:57 +0200 |
parents | 1e003d3b06e8 |
children | fccd2ec85835 |
comparison
equal
deleted
inserted
replaced
875:5e9efdda6894 | 899:3f9fc88aec2b |
---|---|
1 2010-04-28 RELEASE 1.0 | |
2 | |
3 NEW: | |
4 | |
5 * Support for MultiLinestring and MultiPolygon detection retrieved by | |
6 the database. | |
7 | |
8 * Spatial queries using LineStrings can be sent to the database. | |
9 | |
10 * Sql-cache synchronization after database upates have taken place. A | |
11 thread is started in a specific time interval. Elements are removed | |
12 from cache if the sql-statement that has been used to retrieve these | |
13 elements contains a table that have been updated since the last | |
14 synchronization. The time interval (in seconds) can be configured via | |
15 system property 'caching.cleaner.interval' (e.g. | |
16 caching.cleaner.interval=600 for an interval of 10 minutes). | |
17 | |
18 Added: | |
19 | |
20 * JavaDoc documentation. | |
21 | |
22 | |
23 2010-03-08 RELEASE 0.5 | |
24 | |
25 | |
26 2010-01-27 RELEASE 0.4 | |
27 | |
28 New: | |
29 | |
30 * Experimental Cache for database queries and | |
31 results of parameterisation: Database queries are | |
32 transparent against cache. | |
33 | |
34 * Support for raster data access to SDE via RasterObject | |
35 | |
36 * Added interpolation for bilinear and bicubic | |
37 spline interpolation on rasters | |
38 | |
39 * Improved connection pooling for re-use of connections (#34) | |
40 | |
41 * Improved memory consumption of SQL results produced by SDE by | |
42 over 90% while removing redundancies for objects (especially | |
43 date objects): e.g. from 256 MB per Interpolation to 15 MB. (#107) | |
44 | |
45 | |
46 2009-12-17 RELEASE 0.3 | |
47 | |
48 New: | |
49 | |
50 * !!!! Java6 is mandatory now! Older version are not supported any longer !!! | |
51 * Added "point on polygon" spatial query support. | |
52 | |
53 Fixed: | |
54 | |
55 * Avoid index out of bounds exception in some case when accessing database | |
56 columns that are not provided by the database result set. | |
57 | |
58 | |
59 2009-11-13 RELEASE 0.2 | |
60 | |
61 New: | |
62 | |
63 * Added spatial query support for the first use cases. It uses OGC Simple Features for | |
64 SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for | |
65 geometry respresentations | |
66 | |
67 * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for | |
68 fine-tuning interaction and pooling. | |
69 | |
70 * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial | |
71 queries (needs more testing) | |
72 | |
73 * Support for gaps in temporal and spatial data added. | |
74 | |
75 Improvements: | |
76 | |
77 * Improved memory handling of Backend-results in geo-backend | |
78 | |
79 * Stabilized binding to ArcSDE Backend (issue 34), | |
80 https://roundup-intern.intevation.de/gnv/issue34 | |
81 | |
82 | |
83 | |
84 2009-10-07 RELEASE 0.1 | |
85 | |
86 New: | |
87 | |
88 * Imported proto type database access layer. | |
89 * Made access layer look like java.sql.* | |
90 | |
91 |