Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/raster/PolygonDatasetProducer.java @ 778:9a828e5a2390
Removed trailing whitespace
gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 07:58:51 +0000 |
parents | 1bf058f1a2d1 |
children | b1f5f2a8840f |
comparison
equal
deleted
inserted
replaced
777:8009961db1cb | 778:9a828e5a2390 |
---|---|
30 super(minX, minY, maxX, maxY); | 30 super(minX, minY, maxX, maxY); |
31 polygonSeries = new HashMap<Integer, PolygonSeries>(); | 31 polygonSeries = new HashMap<Integer, PolygonSeries>(); |
32 } | 32 } |
33 | 33 |
34 public void handleRings( | 34 public void handleRings( |
35 List<Edge> rings, | 35 List<Edge> rings, |
36 int value, | 36 int value, |
37 int width, | 37 int width, |
38 int height | 38 int height |
39 ) { | 39 ) { |
40 if (value == -1) { | 40 if (value == -1) { |
41 return; | 41 return; |