Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/SimpleMarkerSymbolReader.java @ 33:c51376f8e24c
Separated converter components into packages.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 12 Apr 2011 13:20:49 +0200 |
parents | 8381aa59078e |
children | 7a927921eb6c |
comparison
equal
deleted
inserted
replaced
32:8381aa59078e | 33:c51376f8e24c |
---|---|
1 //package de.intevation.mxd.reader; | 1 package de.intevation.mxd.reader; |
2 | 2 |
3 import java.io.IOException; | 3 import java.io.IOException; |
4 | 4 |
5 import org.apache.log4j.Logger; | 5 import org.apache.log4j.Logger; |
6 | 6 |
10 import com.esri.arcgis.display.IRgbColor; | 10 import com.esri.arcgis.display.IRgbColor; |
11 import com.esri.arcgis.display.RgbColor; | 11 import com.esri.arcgis.display.RgbColor; |
12 import com.esri.arcgis.display.IColor; | 12 import com.esri.arcgis.display.IColor; |
13 | 13 |
14 import org.w3c.dom.Element; | 14 import org.w3c.dom.Element; |
15 | |
16 import de.intevation.mxd.utils.MapToXMLUtils; | |
15 | 17 |
16 /** | 18 /** |
17 * Reads simple marker symbol information. | 19 * Reads simple marker symbol information. |
18 * | 20 * |
19 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 21 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |