NASA World Wind

gov.nasa.worldwind.retrieve
Class BulkDownloadThread

java.lang.Object
  extended by java.lang.Thread
      extended by gov.nasa.worldwind.retrieve.BulkDownloadThread
All Implemented Interfaces:
Runnable

public abstract class BulkDownloadThread
extends Thread

Retrieves data for a Retrievable.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
protected  Progress progress
           
protected  double resolution
           
protected  Retrievable retrievable
           
protected  Sector sector
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BulkDownloadThread(Retrievable retrievable, Sector sector, double resolution)
           
 
Method Summary
 Progress getProgress()
           
 double getResolution()
           
 Retrievable getRetrievable()
           
 Sector getSector()
           
 void run()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

progress

protected final Progress progress

resolution

protected final double resolution

retrievable

protected final Retrievable retrievable

sector

protected final Sector sector
Constructor Detail

BulkDownloadThread

public BulkDownloadThread(Retrievable retrievable,
                          Sector sector,
                          double resolution)
Method Detail

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

NASA World Wind