org.openstreetmap.fma.jtiledownloader
Class TileListExporter
java.lang.Object
org.openstreetmap.fma.jtiledownloader.TileListExporter
public class TileListExporter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final java.util.logging.Logger log
_tilesToDownload
private java.util.ArrayList<Tile> _tilesToDownload
_downloadPathBase
private final java.lang.String _downloadPathBase
_tileProvider
private TileProviderIf _tileProvider
TileListExporter
public TileListExporter(java.lang.String downloadPathBase,
java.util.ArrayList<Tile> tilesToDownload,
TileProviderIf tileProvider)
- Parameters:
downloadPathBase
- tilesToDownload
- tileProvider
-
doExport
public void doExport()
doSingleExport
private void doSingleExport(Tile tileToDownload,
java.io.BufferedWriter fileWriter)
throws java.io.IOException
- Throws:
java.io.IOException