Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 878:203f95af5b2c
Added support for MultiLineString-Geometries.
geo-backend/trunk@762 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 12 Mar 2010 10:58:24 +0000 |
parents | 485566786089 |
children | 9bcc423d8d76 |
comparison
equal
deleted
inserted
replaced
877:485566786089 | 878:203f95af5b2c |
---|---|
1 2010-03-12 Tim Englich <tim.englich@intevation.de> | 1 2010-03-12 Tim Englich <tim.englich@intevation.de> |
2 | 2 |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/Row.java (getPosValue): | |
4 Added support for MultiLineString-Geometries. The Points do not belong to one | |
5 Geometryelement. We have to lookup if the Geometry is Multiparted. | |
6 If it is we have to split the Points into several LineStrings which belongs | |
7 to one MultiLineString. | |
8 | |
9 2010-03-12 Tim Englich <tim.englich@intevation.de> | |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEResultSetMetaData.java (getColumnClassName): | 10 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEResultSetMetaData.java (getColumnClassName): |
4 Added more ClassName identificaton for the different datatypes of the ArcSDE. | 11 Added more ClassName identificaton for the different datatypes of the ArcSDE. |
5 Now it is possible to distinguish between Integer, Long, String, Date, | 12 Now it is possible to distinguish between Integer, Long, String, Date, |
6 Float and Double Objects. | 13 Float and Double Objects. |
7 This is required to get a valid Shape- and WMS-Export. | 14 This is required to get a valid Shape- and WMS-Export. |