Mercurial > mxd2map
comparison src/java/de/intevation/mxd/Converter.java @ 180:f4eb506499f5
Done some code styling and removed TODOs.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 11 Jul 2011 12:11:08 +0200 |
parents | 707f13cfba74 |
children | df4e0946ef02 |
comparison
equal
deleted
inserted
replaced
179:f3a91cd7440b | 180:f4eb506499f5 |
---|---|
17 import de.intevation.mxd.writer.IWriter; | 17 import de.intevation.mxd.writer.IWriter; |
18 import de.intevation.mxd.writer.MapScriptWriter; | 18 import de.intevation.mxd.writer.MapScriptWriter; |
19 /** | 19 /** |
20 * The entry point of the MXD converter tool. | 20 * The entry point of the MXD converter tool. |
21 * | 21 * |
22 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> | 22 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |
23 */ | 23 */ |
24 public class Converter { | 24 public class Converter { |
25 | 25 |
26 /** | 26 /** |
27 * The logging is done via Log4j. To configure the logging | 27 * The logging is done via Log4j. To configure the logging |
143 mue.printStackTrace(System.err); | 143 mue.printStackTrace(System.err); |
144 } | 144 } |
145 } | 145 } |
146 } | 146 } |
147 | 147 |
148 | 148 |
149 private static void printUsage() { | 149 private static void printUsage() { |
150 System.out.println("Available parameters:[{-m,--mxd} path/to/mxd]\n" + | 150 System.out.println("Available parameters:[{-m,--mxd} path/to/mxd]\n" + |
151 "\t\t[{-a,--map} path/to/mapfile]\n" + | 151 "\t\t[{-a,--map} path/to/mapfile]\n" + |
152 "\t\t[{-t,--template} path/to/template]"); | 152 "\t\t[{-t,--template} path/to/template]"); |
153 } | 153 } |