gov.nasa.worldwind.retrieve
Class BulkDownloadThread
java.lang.Object
java.lang.Thread
gov.nasa.worldwind.retrieve.BulkDownloadThread
- All Implemented Interfaces:
- Runnable
public abstract class BulkDownloadThread
- extends Thread
Retrieves data for a Retrievable.
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
progress
protected final Progress progress
resolution
protected final double resolution
retrievable
protected final Retrievable retrievable
sector
protected final Sector sector
BulkDownloadThread
public BulkDownloadThread(Retrievable retrievable,
Sector sector,
double resolution)
getProgress
public Progress getProgress()
getResolution
public double getResolution()
getRetrievable
public Retrievable getRetrievable()
getSector
public Sector getSector()
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread