uk.me.parabola.mkgmap.osmstyle
Class TypeReader

java.lang.Object
  extended by uk.me.parabola.mkgmap.osmstyle.TypeReader

public class TypeReader
extends java.lang.Object

Read a type description from a style file.


Constructor Summary
TypeReader(int kind, LevelInfo[] levels)
           
 
Method Summary
 GType readType(TokenScanner ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeReader

public TypeReader(int kind,
                  LevelInfo[] levels)
Method Detail

readType

public GType readType(TokenScanner ts)