protected class DownloadOsmChangeTask.DownloadTask extends DownloadOsmTask.DownloadTask
compression, readerdataSet, settings, zoomAfterDownloadprogressMonitor| Constructor and Description |
|---|
DownloadTask(DownloadParams settings,
OsmServerReader reader,
ProgressMonitor progressMonitor,
boolean zoomAfterDownload,
Compression compression)
Constructs a new
DownloadTask. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
Finish up the data work.
|
protected DataSet |
parseDataSet() |
cancel, realRunaddNewLayerIfRequired, computeBbox, createNewLayer, createNewLayer, generateLayerName, getEditLayer, getFirstModifiableDataLayer, getNumModifiableDataLayers, loadData, searchPrimitivesToUpdateafterFinish, canRunInBackground, getProgressMonitor, operationCanceled, runpublic DownloadTask(DownloadParams settings, OsmServerReader reader, ProgressMonitor progressMonitor, boolean zoomAfterDownload, Compression compression)
DownloadTask.settings - download settingsreader - OSM data readerprogressMonitor - progress monitorzoomAfterDownload - If true, the map view will zoom to download area after downloadcompression - compression to useprotected DataSet parseDataSet() throws OsmTransferException
parseDataSet in class DownloadOsmTask.DownloadTaskOsmTransferExceptionprotected void finish()
PleaseWaitRunnablefinish in class DownloadOsmTask.DownloadTask