Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/IReader.java @ 121:9f74f4d36822
Set default values and improved logging and exception handling for map reader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 16 Jun 2011 18:36:48 +0200 |
parents | c51376f8e24c |
children | df4e0946ef02 |
comparison
equal
deleted
inserted
replaced
120:11d63bf00326 | 121:9f74f4d36822 |
---|---|
26 void setFilename(String name); | 26 void setFilename(String name); |
27 | 27 |
28 /** | 28 /** |
29 * Read the content. | 29 * Read the content. |
30 */ | 30 */ |
31 boolean read() throws IOException; | 31 boolean read() throws Exception; |
32 | 32 |
33 /** | 33 /** |
34 * Request DOM Document containing the map data. | 34 * Request DOM Document containing the map data. |
35 */ | 35 */ |
36 Document getMapDocument(); | 36 Document getMapDocument(); |