Mercurial > dive4elements > gnv-client
diff geo-backend/ChangeLog @ 273:69ddef25e822
Polygon and 3D Support was added to the WKT-Representation.
geo-backend/trunk@277 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 30 Oct 2009 11:11:55 +0000 |
parents | 05912f0304ac |
children | ff1b7967e6b9 |
line wrap: on
line diff
--- a/geo-backend/ChangeLog Thu Oct 29 16:00:45 2009 +0000 +++ b/geo-backend/ChangeLog Fri Oct 30 11:11:55 2009 +0000 @@ -1,3 +1,10 @@ +2009-10-30 Tim Englich <tim.englich@intevation.de> + + * src/main/java/de/intevation/gnv/geobackend/sde/datasources/Row.java (getPosValue): + Added Support for Polygons without interior Rings. This is required for generating + Horizontal Cross-Section Outputs. + The Z-Value of an Point was also added to the WKT-Represantation. + 2009-10-29 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/geobackend/base/DefaultResult.java (getInteger):