Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 436:6642ab6c583c
Added vectorizer rings callback which generates polygon datasets suitable
for polygon plots.
gnv-artifacts/trunk@484 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sat, 26 Dec 2009 15:32:08 +0000 |
parents | 67091b17462d |
children | b624879d2902 |
comparison
equal
deleted
inserted
replaced
435:67091b17462d | 436:6642ab6c583c |
---|---|
1 2009-12-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/raster/PolygonDatasetProducer.java: | |
4 New. Vectorizer rings callback which produces PolygonDatasets suitable | |
5 to be fed into PolygonPlot. | |
6 | |
7 * src/main/java/de/intevation/gnv/raster/Vectorizer.java: | |
8 Forward height to rings callback. | |
9 Made simplification of chains an option (default: true). | |
10 This should be turn off if generating iso lines. | |
11 Made edges hashable (handy to find neighbored edges in | |
12 iso line scanning). | |
13 | |
14 * src/main/java/de/intevation/gnv/jfreechart/PolygonSeries.java: | |
15 Added default constructor. Generate unique comparable long id | |
16 in thos constructor. | |
17 Added method to add a single ring. | |
18 | |
19 * src/main/java/de/intevation/gnv/jfreechart/PolygonDataset.java: | |
20 Added constructor to construct with a collection of polygon | |
21 series. | |
22 | |
1 2009-12-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 23 2009-12-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/gnv/raster/Palette.java: Added | 25 * src/main/java/de/intevation/gnv/raster/Palette.java: Added |
4 method subdive(N) to Palette class which creates a new | 26 method subdive(N) to Palette class which creates a new |
5 palette in which each interval is splitted into N | 27 palette in which each interval is splitted into N |