Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/ISymbolReader.java @ 83:59e06c405a9a
Removed needless imports.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 27 May 2011 14:09:10 +0200 |
parents | 260748e3d08f |
children | fb93f20478cc |
comparison
equal
deleted
inserted
replaced
82:4d6fae53956a | 83:59e06c405a9a |
---|---|
1 package de.intevation.mxd.reader; | 1 package de.intevation.mxd.reader; |
2 | 2 |
3 import java.lang.Exception; | 3 import java.lang.Exception; |
4 | 4 |
5 import org.w3c.dom.Element; | 5 import org.w3c.dom.Element; |
6 | |
7 import com.esri.arcgis.display.ISymbol; | |
8 | 6 |
9 import de.intevation.mxd.utils.MapToXMLUtils; | 7 import de.intevation.mxd.utils.MapToXMLUtils; |
10 | 8 |
11 /** | 9 /** |
12 * The interface to the symbol reader. | 10 * The interface to the symbol reader. |