Mercurial > mxd2map
comparison src/java/de/intevation/mxd/Converter.java @ 33:c51376f8e24c
Separated converter components into packages.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 12 Apr 2011 13:20:49 +0200 |
parents | 0e71a1f71ec0 |
children | 7a927921eb6c |
comparison
equal
deleted
inserted
replaced
32:8381aa59078e | 33:c51376f8e24c |
---|---|
1 //package de.intevation.mxd; | 1 package de.intevation.mxd; |
2 | 2 |
3 import java.io.IOException; | 3 import java.io.IOException; |
4 import java.io.File; | 4 import java.io.File; |
5 import java.io.FileOutputStream; | 5 import java.io.FileOutputStream; |
6 import java.io.OutputStream; | 6 import java.io.OutputStream; |
7 | 7 |
8 import org.apache.log4j.Logger; | 8 import org.apache.log4j.Logger; |
9 import org.apache.log4j.PropertyConfigurator; | 9 import org.apache.log4j.PropertyConfigurator; |
10 | 10 |
11 import java.net.MalformedURLException; | 11 import java.net.MalformedURLException; |
12 | |
13 import de.intevation.mxd.reader.IReader; | |
14 import de.intevation.mxd.reader.MXDReader; | |
12 | 15 |
13 /** | 16 /** |
14 * The entry point of the MXD converter tool. | 17 * The entry point of the MXD converter tool. |
15 * | 18 * |
16 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> | 19 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> |