comparison src/java/de/intevation/mxd/reader/ISymbolReader.java @ 70:6d181c02efce

Added wrapper for marker symbol reader and extracted methods from symbol readers.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 26 May 2011 14:28:52 +0200
parents c51376f8e24c
children 260748e3d08f
comparison
equal deleted inserted replaced
69:b41fcf268827 70:6d181c02efce
1 package de.intevation.mxd.reader; 1 package de.intevation.mxd.reader;
2 2
3 import java.io.IOException; 3 import java.lang.Exception;
4 4
5 import org.w3c.dom.Element; 5 import org.w3c.dom.Element;
6 6
7 import de.intevation.mxd.utils.MapToXMLUtils; 7 import de.intevation.mxd.utils.MapToXMLUtils;
8 8
11 * 11 *
12 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 12 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
13 */ 13 */
14 public interface ISymbolReader{ 14 public interface ISymbolReader{
15 15
16 Element read() throws IOException; 16 Element read() throws Exception;
17 17
18 void setParent(Element parent); 18 void setParent(Element parent);
19 void setUtil(MapToXMLUtils util); 19 void setUtil(MapToXMLUtils util);
20 20
21 } 21 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)