Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/MultiLayerMarkerSymbolReader.java @ 83:59e06c405a9a
Removed needless imports.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 27 May 2011 14:09:10 +0200 |
parents | 83932f18dddc |
children | fb93f20478cc |
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 org.apache.log4j.Logger; | 3 import org.apache.log4j.Logger; |
6 | 4 |
7 import com.esri.arcgis.display.ISymbol; | 5 import com.esri.arcgis.display.ISymbol; |
8 import com.esri.arcgis.display.IMarkerSymbol; | 6 import com.esri.arcgis.display.IMarkerSymbol; |
9 import com.esri.arcgis.display.MultiLayerMarkerSymbol; | 7 import com.esri.arcgis.display.MultiLayerMarkerSymbol; |
10 | 8 |
11 import org.w3c.dom.Element; | 9 import org.w3c.dom.Element; |
12 import de.intevation.mxd.utils.MapToXMLUtils; | |
13 | 10 |
14 /** | 11 /** |
15 * Reads multi layer marker symbol information. | 12 * Reads multi layer marker symbol information. |
16 * | 13 * |
17 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 14 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |