Mercurial > mxd2map
comparison src/java/de/intevation/mxd/writer/FillStyleWriter.java @ 262:2cb2f26d0d54
Removed needless imports.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Aug 2011 17:15:35 +0200 |
parents | 6b80e46b8f38 |
children | a46adb3697fa |
comparison
equal
deleted
inserted
replaced
261:efab4d62ad3c | 262:2cb2f26d0d54 |
---|---|
17 * Stephan Holl <stephan.holl@intevation.de> | 17 * Stephan Holl <stephan.holl@intevation.de> |
18 */ | 18 */ |
19 | 19 |
20 package de.intevation.mxd.writer; | 20 package de.intevation.mxd.writer; |
21 | 21 |
22 import java.io.IOException; | |
23 import java.awt.Color; | 22 import java.awt.Color; |
24 import org.apache.log4j.Logger; | 23 import org.apache.log4j.Logger; |
25 | 24 |
26 import org.w3c.dom.Element; | 25 import org.w3c.dom.Element; |
27 import org.w3c.dom.NodeList; | 26 import org.w3c.dom.NodeList; |
28 | 27 |
29 import edu.umn.gis.mapscript.mapObj; | 28 import edu.umn.gis.mapscript.mapObj; |
30 import edu.umn.gis.mapscript.layerObj; | |
31 import edu.umn.gis.mapscript.classObj; | 29 import edu.umn.gis.mapscript.classObj; |
32 import edu.umn.gis.mapscript.styleObj; | 30 import edu.umn.gis.mapscript.styleObj; |
33 import edu.umn.gis.mapscript.colorObj; | 31 import edu.umn.gis.mapscript.colorObj; |
34 import edu.umn.gis.mapscript.symbolObj; | |
35 import edu.umn.gis.mapscript.symbolSetObj; | 32 import edu.umn.gis.mapscript.symbolSetObj; |
36 import edu.umn.gis.mapscript.lineObj; | |
37 import edu.umn.gis.mapscript.pointObj; | |
38 | |
39 | 33 |
40 /** | 34 /** |
41 * The interface to the mapfile writer. | 35 * The interface to the mapfile writer. |
42 * | 36 * |
43 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 37 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |