Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 495:6e8364e766fa
Generate JTS geometries of "Horizontalschnitte" correctly.
gnv-artifacts/trunk@572 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 19 Jan 2010 14:06:10 +0000 |
parents | 292f0c8d356c |
children | f14c5d1b5b71 |
comparison
equal
deleted
inserted
replaced
494:292f0c8d356c | 495:6e8364e766fa |
---|---|
1 2010-01-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/raster/RasterToPPM.java: New. | |
4 Class to write rasters with palettes to portable pixmaps. | |
5 Handy to debug raster outputs. | |
6 | |
7 * src/main/java/de/intevation/gnv/raster/Raster.java: Added | |
8 getValues() to access the backing data. | |
9 | |
10 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: | |
11 Read parameter from input data correctly. | |
12 | |
13 * src/main/java/de/intevation/gnv/raster/JTSMultiPolygonProducer.java: Walk | |
14 rings of polygons in reversed order to produce correct JTS polygons. | |
15 Its not entierly clear why this is necessary. | |
16 | |
17 * src/main/java/de/intevation/gnv/math/AreaInterpolation.java: Clipp the | |
18 input points against an buffered version of the bounding box of | |
19 the given polygon to reduce the number of data. TODO: figure out why | |
20 upside down rendering in necessary. | |
21 | |
1 2010-01-19 Tim Englich <tim.englich@intevation.de> | 22 2010-01-19 Tim Englich <tim.englich@intevation.de> |
2 | 23 |
3 * doc/schema/externalinterface_testdata.sql, | 24 * doc/schema/externalinterface_testdata.sql, |
4 doc/schema/externalinterface_schema.sql: | 25 doc/schema/externalinterface_schema.sql: |
5 Do some Bugfixes after testing the Schema and Testdata against an Oracle 10.2 DBMS. | 26 Do some Bugfixes after testing the Schema and Testdata against an Oracle 10.2 DBMS. |