Uses of Interface
org.openstreetmap.fma.jtiledownloader.tilelist.TileList

Packages that use TileList
org.openstreetmap.fma.jtiledownloader   
org.openstreetmap.fma.jtiledownloader.cmdline   
org.openstreetmap.fma.jtiledownloader.config   
org.openstreetmap.fma.jtiledownloader.tilelist   
org.openstreetmap.fma.jtiledownloader.views.main.inputpanel   
 

Uses of TileList in org.openstreetmap.fma.jtiledownloader
 

Constructors in org.openstreetmap.fma.jtiledownloader with parameters of type TileList
TileListDownloader(java.lang.String downloadPath, TileList tilesToDownload, TileProviderIf tileProvider)
           
 

Uses of TileList in org.openstreetmap.fma.jtiledownloader.cmdline
 

Fields in org.openstreetmap.fma.jtiledownloader.cmdline declared as TileList
private  TileList JTileDownloaderCommandLine._tileList
           
 

Uses of TileList in org.openstreetmap.fma.jtiledownloader.config
 

Methods in org.openstreetmap.fma.jtiledownloader.config that return TileList
 TileList DownloadConfigurationUrlSquare.getTileList(DownloadJob downloadJob)
           
 TileList DownloadConfigurationGPX.getTileList(DownloadJob downloadJob)
           
 TileList DownloadConfigurationBBoxXY.getTileList(DownloadJob downloadJob)
           
 TileList DownloadConfigurationBBoxLatLon.getTileList(DownloadJob downloadJob)
           
abstract  TileList DownloadConfiguration.getTileList(DownloadJob downloadJob)
           
 

Uses of TileList in org.openstreetmap.fma.jtiledownloader.tilelist
 

Classes in org.openstreetmap.fma.jtiledownloader.tilelist that implement TileList
 class TileListBBoxLatLon
           
 class TileListCommon
           
 class TileListCommonBBox
           
 class TileListCommonGPX
           
 class TileListSimple
           
 class TileListUrlSquare
           
 

Uses of TileList in org.openstreetmap.fma.jtiledownloader.views.main.inputpanel
 

Methods in org.openstreetmap.fma.jtiledownloader.views.main.inputpanel that return TileList
 TileList UrlSquarePanel.getTileList()
           
abstract  TileList InputPanel.getTileList()
           
 TileList GPXPanel.getTileList()
           
 TileList BBoxXYPanel.getTileList()
           
 TileList BBoxLatLonPanel.getTileList()