Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 1123:f76541120bcb
Raster elements returned from ArcSDE are put into an UncacheableSDEResultSet container that is NOT cached.
geo-backend/trunk@1154 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Jun 2010 08:19:38 +0000 |
parents | 1985d5db0feb |
children | f3fdbeef1c68 |
comparison
equal
deleted
inserted
replaced
1122:1985d5db0feb | 1123:f76541120bcb |
---|---|
1 2010-06-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/Uncacheable.java: | |
4 A new marker interface. It should be implemented by objects that should | |
5 not be cached. | |
6 | |
7 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/UncacheableSDEResultSet.java: | |
8 A new SDEResultSet class that implements Uncacheable. Currently, it is | |
9 used for raster elements returned from ArcSDE. | |
10 | |
11 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java: | |
12 Raster elements are put into an UncacheableSDEResultSet container. This | |
13 has the effect that raster elements are not cached. | |
14 | |
15 * src/main/java/de/intevation/gnv/geobackend/base/query/DefaultQueryExceutor.java: | |
16 Only objects that do not implement Uncacheable will be cached. | |
17 | |
1 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 18 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/gnv/geobackend/config/Configuration.java: A | 20 * src/main/java/de/intevation/gnv/geobackend/config/Configuration.java: A |
4 global configuration for this geo-backend. Before using the geo-backend, | 21 global configuration for this geo-backend. Before using the geo-backend, |
5 it is now necessary to create an instance of this class and call its | 22 it is now necessary to create an instance of this class and call its |