Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/ISymbolReader.java @ 71:260748e3d08f
Added wrapper for line symbol reader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 26 May 2011 16:01:29 +0200 |
parents | 6d181c02efce |
children | 59e06c405a9a |
comparison
equal
deleted
inserted
replaced
70:6d181c02efce | 71:260748e3d08f |
---|---|
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; | |
6 | 8 |
7 import de.intevation.mxd.utils.MapToXMLUtils; | 9 import de.intevation.mxd.utils.MapToXMLUtils; |
8 | 10 |
9 /** | 11 /** |
10 * The interface to the symbol reader. | 12 * The interface to the symbol reader. |
15 | 17 |
16 Element read() throws Exception; | 18 Element read() throws Exception; |
17 | 19 |
18 void setParent(Element parent); | 20 void setParent(Element parent); |
19 void setUtil(MapToXMLUtils util); | 21 void setUtil(MapToXMLUtils util); |
20 | |
21 } | 22 } |
22 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : | 23 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : |