uk.me.parabola.mkgmap.main
Class MakeTestLangMap
java.lang.Object
uk.me.parabola.mkgmap.main.AbstractTestMap
uk.me.parabola.mkgmap.main.MakeTestLangMap
public class MakeTestLangMap
- extends AbstractTestMap
A test map for language support. It has a series of roads all with names
that use the whole of the character set.
Each 'road name' will contain a number of characters above 0x80. The name
will start with a number that is the first non-ascii character in the name
then the characters will be interspaced with the letters a, b, c, d, etc.
Its probably easier just to look at it.
- Author:
- Steve Ratcliffe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeTestLangMap
public MakeTestLangMap()
main
public static void main(java.lang.String[] args)
drawTestMap
protected void drawTestMap(Map map,
Subdivision div,
double lat,
double lng)
- Specified by:
drawTestMap
in class AbstractTestMap