comparison src/java/de/intevation/mxd/reader/IReader.java @ 27:e5fdc37f8f94

Added XMLUtils to store map information.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 08 Apr 2011 14:21:45 +0200
parents 3e24fffdf2bb
children c51376f8e24c
comparison
equal deleted inserted replaced
26:3e24fffdf2bb 27:e5fdc37f8f94
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
5 import org.w3c.dom.Document;
4 6
5 /** 7 /**
6 * The interface to the MXD-Reader. 8 * The interface to the MXD-Reader.
7 * 9 *
8 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 10 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
29 boolean read() throws IOException; 31 boolean read() throws IOException;
30 32
31 /** 33 /**
32 * Request DOM Document containing the map data. 34 * Request DOM Document containing the map data.
33 */ 35 */
34 void getMapDocument(); 36 Document getMapDocument();
35 } 37 }
36 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 38 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)