Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/SimpleMarkerSymbolReader.java @ 83:59e06c405a9a
Removed needless imports.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 27 May 2011 14:09:10 +0200 |
parents | 83932f18dddc |
children | 04ea8a4972ff |
comparison
equal
deleted
inserted
replaced
82:4d6fae53956a | 83:59e06c405a9a |
---|---|
1 package de.intevation.mxd.reader; | 1 package de.intevation.mxd.reader; |
2 | |
3 import java.io.IOException; | |
4 | 2 |
5 import java.awt.Color; | 3 import java.awt.Color; |
6 | 4 |
7 import org.apache.log4j.Logger; | 5 import org.apache.log4j.Logger; |
8 | 6 |
12 import com.esri.arcgis.display.esriSimpleMarkerStyle; | 10 import com.esri.arcgis.display.esriSimpleMarkerStyle; |
13 import com.esri.arcgis.display.IRgbColor; | 11 import com.esri.arcgis.display.IRgbColor; |
14 import com.esri.arcgis.display.RgbColor; | 12 import com.esri.arcgis.display.RgbColor; |
15 | 13 |
16 import org.w3c.dom.Element; | 14 import org.w3c.dom.Element; |
17 import de.intevation.mxd.utils.MapToXMLUtils; | |
18 | 15 |
19 /** | 16 /** |
20 * Reads simple marker symbol information. | 17 * Reads simple marker symbol information. |
21 * | 18 * |
22 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 19 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |