uk.me.parabola.mkgmap.main
Class MakeTestLangMap

java.lang.Object
  extended by uk.me.parabola.mkgmap.main.AbstractTestMap
      extended by 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

Constructor Summary
MakeTestLangMap()
           
 
Method Summary
protected  void drawTestMap(Map map, Subdivision div, double lat, double lng)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class uk.me.parabola.mkgmap.main.AbstractTestMap
makeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeTestLangMap

public MakeTestLangMap()
Method Detail

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