uk.me.parabola.mkgmap.reader.osm
Class CoastlineFileLoader

java.lang.Object
  extended by uk.me.parabola.mkgmap.reader.osm.CoastlineFileLoader

public class CoastlineFileLoader
extends java.lang.Object


Nested Class Summary
static class CoastlineFileLoader.CoastlineWay
           
 
Method Summary
static OsmMapDataSource createMapReader(java.lang.String name)
           
static CoastlineFileLoader getCoastlineLoader()
           
 java.util.Collection<Way> getCoastlines(Area bbox)
           
 void loadCoastlines()
           
 void setCoastlineFiles(java.lang.String[] coastlineFiles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCoastlineLoader

public static CoastlineFileLoader getCoastlineLoader()

setCoastlineFiles

public void setCoastlineFiles(java.lang.String[] coastlineFiles)

loadCoastlines

public void loadCoastlines()

createMapReader

public static OsmMapDataSource createMapReader(java.lang.String name)

getCoastlines

public java.util.Collection<Way> getCoastlines(Area bbox)