Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 728:f6630d0203da
Put all Attributes of the Databasetables into the Shapefile which will be produced for the Product Layer
gnv-artifacts/trunk@764 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 12 Mar 2010 11:36:38 +0000 |
parents | 22dc921cd8b1 |
children | d23ad22bcfe7 |
comparison
equal
deleted
inserted
replaced
727:22dc921cd8b1 | 728:f6630d0203da |
---|---|
1 2010-03-12 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (fetchColumns): | |
4 Integrated an Method for fetching all required Columns for an given Layer | |
5 and put them into the Query witch will load the Layerdata from the | |
6 Database. | |
7 | |
8 * doc/conf/products/layer/conf.xml: | |
9 Added an Configuration-Element to determine the Query which should be used | |
10 to Query the Columns of a choosen Layer. | |
11 | |
12 * doc/conf/queries.properties: | |
13 Manipulated the Queries for fetching the Layerdata in that way that it is | |
14 possible to put the requested-Columns into it using the ?-Syntax. | |
15 | |
1 2010-03-12 Tim Englich <tim.englich@intevation.de> | 16 2010-03-12 Tim Englich <tim.englich@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/gnv/utils/ShapeFileWriter.java (writeDataToFile): | 18 * src/main/java/de/intevation/gnv/utils/ShapeFileWriter.java (writeDataToFile): |
4 Added generic Export for all Columns which are in an ResultValue. | 19 Added generic Export for all Columns which are in an ResultValue. |
5 The first Column must be the Geometryvalue. all other Columns will be added | 20 The first Column must be the Geometryvalue. all other Columns will be added |