protected class LoadDataHandler.LoadDataTask extends DownloadOsmTask.AbstractInternalTask
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
layerName |
dataSet, newLayerprogressMonitor| Constructor and Description |
|---|
LoadDataTask(boolean newLayer,
DataSet dataSet,
java.lang.String layerName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel()
User pressed cancel button.
|
protected void |
finish()
Finish up the data work.
|
void |
realRun()
Called in the worker thread to do the actual work.
|
addNewLayerIfRequired, computeBbox, computeBboxAndCenterScale, createNewLayer, createNewLayer, getEditLayer, getFirstDataLayer, getNumDataLayers, loadDataafterFinish, canRunInBackground, getProgressMonitor, operationCanceled, runprotected final java.lang.String layerName
public LoadDataTask(boolean newLayer, DataSet dataSet, java.lang.String layerName)
public void realRun()
PleaseWaitRunnablerealRun in class PleaseWaitRunnableprotected void cancel()
PleaseWaitRunnablecancel in class PleaseWaitRunnableprotected void finish()
PleaseWaitRunnablefinish in class PleaseWaitRunnable