comparison geo-backend/NEWS @ 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 MultiPolygons retrieved by database.
6
7 * Support for MultiLinestrings retrieved by database.
8
9 * Support for spatial queries using LineStrings.
10
11 * Support for cache synchronization after database updates.
12
13
14 Added:
15
16 * Added JavaDoc documentation.
17
18
19 2010-03-08 RELEASE 0.5
20
21
22 2010-01-27 RELEASE 0.4
23
24 * Support for raster data access to SDE via RasterObject
25
26 * Added interpolation for bilinear and bicubic
27 spline interpolation on rasters
28
29 * Improved connection pooling for re-use of connections (#34)
30
31 * Improved memory consumption of SQL results produced by SDE by
32 over 90% while removing redundancies for objects (especially
33 date objects): e.g. from 256 MB per Interpolation to 15 MB. (#107)
34
35 * Experimental Cache for database queries and
36 results of parameterisation: Database queries are
37 transparent against cache.
38 Acceleration by at least factor 5-8 depending on circumstances.
39
40
41 2009-12-17 RELEASE 0.3
42
43 New:
44
45 * !!!! Java6 is mandatory now! Older version are not supported any longer !!!
46 The backend now stubs the Java6 SQL API which is nor compability with
47 earlier versions.
48
49 2009-11-13 RELEASE 0.2
50
51 New:
52
53 * Added first support for spatial queries for time series,
54 vertical profile, horizontal profile, vertical cross section
55 and horizontal cross section.
56
57 * Improved memory footprint of data objects in geo-backend.
58
59 * Stabilized binding to ArcSDE datasources.
60
61
62 2009-10-07 RELEASE 0.1
63
64 New:
65
66 * Initial version of the database access layer.

http://dive4elements.wald.intevation.org