uk.me.parabola.mkgmap.main
Class AbstractTestMap

java.lang.Object
  extended by uk.me.parabola.mkgmap.main.AbstractTestMap
Direct Known Subclasses:
MakeTestLangMap

public abstract class AbstractTestMap
extends java.lang.Object

Common code used for the test maps. The test maps are programmatically constructed to contain examples of each type of point and such like.

Author:
Steve Ratcliffe

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

Constructor Detail

AbstractTestMap

public AbstractTestMap()
Method Detail

makeMap

protected void makeMap(java.lang.String[] args)

drawTestMap

protected abstract void drawTestMap(Map map,
                                    Subdivision div,
                                    double lat,
                                    double lng)