Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 661:f99d8f92a640
Implemented Support of MultiPolygons.
geo-backend/trunk@750 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 08 Mar 2010 15:39:58 +0000 |
parents | b4c7de93d5e8 |
children | 3d0c06f99686 |
comparison
equal
deleted
inserted
replaced
660:b4c7de93d5e8 | 661:f99d8f92a640 |
---|---|
1 2010-03-08 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/Row.java (getPosValue): | |
4 Implemented Support of MultiPolygons. The Points do not belong to one | |
5 Geometryelement. We have to Lookup ifthe Geometry is Multiparted. | |
6 If it is we have to split the Points into several Polygons which belongs | |
7 to one Multipolygon. | |
8 This Fix solve did not solve any Parsingerros. Some geometries are still | |
9 corrupt. | |
10 | |
1 2010-03-08 Tim Englich <tim.englich@intevation.de> | 11 2010-03-08 Tim Englich <tim.englich@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/Row.java (getPosValue): | 13 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/Row.java (getPosValue): |
4 Added Suport for the Geometrytyp SimpleLine. | 14 Added Suport for the Geometrytyp SimpleLine. |
5 SimpleLine will be handled as an Line. | 15 SimpleLine will be handled as an Line. |