dip.misc
Class Convert
java.lang.Object
dip.misc.Convert
- public class Convert
- extends java.lang.Object
Converts JUDGE map files to jDip XML adjacency format.
Also (if only 1 argument specified) converts JUDGE map files
to a list of abbreviated/long names, and a list of supply centers,
for easier cut and paste.
This must be run from the command line
e.g., java dip.misc.Convert [arguments]
NOTE:
- -mx modifiers are not handled (MUST ADD to '-mv' and add borders manually)
- ice coasts are not handled (must add borders manually)
- convoyable coasts are not handled (must add isConvoyableCoast="true" manually)
- islands are not detected; if a province is an island, you must manually insert
a link to itself in the -mv adjacency.
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Convert
public Convert()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.