Class LoadDataHandler.LoadDataTask

    • Field Detail

      • layerName

        protected final java.lang.String layerName
    • Constructor Detail

      • LoadDataTask

        public LoadDataTask​(DownloadParams settings,
                            DataSet dataSet,
                            java.lang.String layerName)
        Constructs a new LoadDataTask.
        Parameters:
        settings - download settings
        dataSet - data set
        layerName - layer name
        Since:
        13927
    • Method Detail

      • realRun

        public void realRun()
        Description copied from class: PleaseWaitRunnable
        Called in the worker thread to do the actual work. When any of the exception is thrown, a message box will be displayed and closeDialog is called. finish() is called in any case.
        Specified by:
        realRun in class PleaseWaitRunnable
      • finish

        protected void finish()
        Description copied from class: PleaseWaitRunnable
        Finish up the data work. Is guaranteed to be called if realRun is called. Finish is called in the gui thread just after the dialog disappeared.
        Specified by:
        finish in class PleaseWaitRunnable