[Xulu-commits] r37 - trunk/src/edu/bonn/xulu/plugin/gui

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 16 09:37:54 CEST 2009


Author: alfonx
Date: 2009-07-16 09:37:53 +0200 (Thu, 16 Jul 2009)
New Revision: 37

Modified:
   trunk/src/edu/bonn/xulu/plugin/gui/DisplayContainer_GeomAndGrid.java
Log:
* Created a new ManageChartsForMapDialog that allows to manage charts and define which chart is visible in which map. Besides, that saving the ChartSTyles is not implemented, you can now basically define and use the charts.

* Created a TransitionShapefileRenderer in schmitzm. It's a copy (extend was not possible) of a normal ShapefileRenderer class, but extended by a hack to fall back to the normal StreamingRenderer if a FeatureOperationTreeFilter is applied to a MapLayer. 
* I have set this TransitionShapefileRenderer as default in JMapPane & Co.
* It's called "transition", because we will remove it as soon as we moved to GT 2.6 and switched the filters to eCQL.


Modified: trunk/src/edu/bonn/xulu/plugin/gui/DisplayContainer_GeomAndGrid.java
===================================================================
--- trunk/src/edu/bonn/xulu/plugin/gui/DisplayContainer_GeomAndGrid.java	2009-07-14 15:46:14 UTC (rev 36)
+++ trunk/src/edu/bonn/xulu/plugin/gui/DisplayContainer_GeomAndGrid.java	2009-07-16 07:37:53 UTC (rev 37)
@@ -13,30 +13,17 @@
 
 import java.awt.BorderLayout;
 import java.awt.Color;
-import java.awt.geom.Rectangle2D;
-import java.awt.event.MouseEvent;
-import javax.swing.JScrollPane;
 
-import org.opengis.geometry.Envelope; // gt2-2.4.2
-//import org.opengis.spatialschema.geometry.Envelope; // gt2-2.3.4
-
 import org.geotools.coverage.grid.GridCoverage2D;
 import org.geotools.feature.FeatureCollection;
-
-import org.geotools.map.DefaultMapContext;
-import org.geotools.renderer.lite.StreamingRenderer;
-import org.geotools.styling.Style;
-import org.geotools.styling.Symbolizer;
-import org.geotools.styling.Rule;
 import org.geotools.styling.ColorMap;
 import org.geotools.styling.RasterSymbolizer;
+import org.geotools.styling.Style;
 import org.geotools.styling.StyleBuilder;
-import org.geotools.styling.BasicPolygonStyle;
-import org.geotools.styling.BasicLineStyle;
+import org.opengis.geometry.Envelope;
+
 import schmitzm.geotools.feature.FeatureUtil;
 import schmitzm.geotools.gui.JMapPane;
-import edu.bonn.xulu.gui.XuluGUIMessages;
-
 import schmitzm.swing.ObjectDisplayContainer;
 
 /**



More information about the Xulu-commits mailing list