Package | Description |
---|---|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.layers.placename | |
gov.nasa.worldwind.retrieve | |
gov.nasa.worldwind.terrain | |
gov.nasa.worldwindx.examples |
Modifier and Type | Class and Description |
---|---|
class |
BasicTiledImageLayerBulkDownloader
Downloads imagery not currently available in the WorldWind file cache or a specified file store.
|
Modifier and Type | Method and Description |
---|---|
BulkRetrievalThread |
BasicTiledImageLayer.makeLocal(Sector sector,
double resolution,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all imagery for a given sector and resolution to the
current WorldWind file cache, without downloading imagery that is already in the cache. |
BulkRetrievalThread |
BasicTiledImageLayer.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all imagery for a given sector and resolution to a
specified FileStore , without downloading imagery that is already in the file store. |
Modifier and Type | Class and Description |
---|---|
class |
PlaceNameLayerBulkDownloader
Downloads placenames not currently available in the WorldWind file cache or a specified
FileStore . |
Modifier and Type | Method and Description |
---|---|
BulkRetrievalThread |
PlaceNameLayer.makeLocal(Sector sector,
double resolution,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all placenames for a given sector and resolution to the
current WorldWind file cache. |
BulkRetrievalThread |
PlaceNameLayer.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all placenames for a given sector and resolution to a
specified file store. |
Modifier and Type | Method and Description |
---|---|
BulkRetrievalThread |
BulkRetrievable.makeLocal(Sector sector,
double resolution,
BulkRetrievalListener listener)
Initiates data retrieval to the current WorldWind data cache.
|
BulkRetrievalThread |
BulkRetrievable.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Initiates data retrieval to a specified filestore.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicElevationModelBulkDownloader
Downloads elevation data not currently available in the WorldWind file cache or a specified
FileStore . |
Modifier and Type | Method and Description |
---|---|
BulkRetrievalThread |
BasicElevationModel.makeLocal(Sector sector,
double resolution,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all elevations for a given sector and resolution to the
current WorldWind file cache, without downloading imagery already in the cache. |
BulkRetrievalThread |
BasicElevationModel.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all elevations for a given sector and resolution to a
specified file store, without downloading imagery already in the file store. |
Modifier and Type | Field and Description |
---|---|
protected BulkRetrievalThread |
BulkDownloadPanel.DownloadMonitorPanel.thread |
Constructor and Description |
---|
DownloadMonitorPanel(BulkRetrievalThread thread) |