Uses of Class
gov.nasa.worldwind.retrieve.BulkRetrievalThread
- 
Packages that use BulkRetrievalThread Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.layers.placename gov.nasa.worldwind.retrieve gov.nasa.worldwind.terrain gov.nasa.worldwindx.examples 
- 
- 
Uses of BulkRetrievalThread in gov.nasa.worldwind.layersSubclasses of BulkRetrievalThread in gov.nasa.worldwind.layers Modifier and Type Class Description classBasicTiledImageLayerBulkDownloaderDownloads imagery not currently available in the WorldWind file cache or a specified file store.Methods in gov.nasa.worldwind.layers that return BulkRetrievalThread Modifier and Type Method Description BulkRetrievalThreadBasicTiledImageLayer. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all imagery for a given sector and resolution to a specifiedFileStore, without downloading imagery that is already in the file store.BulkRetrievalThreadBasicTiledImageLayer. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all imagery for a given sector and resolution to the current WorldWind file cache, without downloading imagery that is already in the cache.
- 
Uses of BulkRetrievalThread in gov.nasa.worldwind.layers.placenameSubclasses of BulkRetrievalThread in gov.nasa.worldwind.layers.placename Modifier and Type Class Description classPlaceNameLayerBulkDownloaderDownloads placenames not currently available in the WorldWind file cache or a specifiedFileStore.Methods in gov.nasa.worldwind.layers.placename that return BulkRetrievalThread Modifier and Type Method Description BulkRetrievalThreadPlaceNameLayer. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all placenames for a given sector and resolution to a specified file store.BulkRetrievalThreadPlaceNameLayer. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all placenames for a given sector and resolution to the current WorldWind file cache.
- 
Uses of BulkRetrievalThread in gov.nasa.worldwind.retrieveMethods in gov.nasa.worldwind.retrieve that return BulkRetrievalThread Modifier and Type Method Description BulkRetrievalThreadBulkRetrievable. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Initiates data retrieval to a specified filestore.BulkRetrievalThreadBulkRetrievable. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Initiates data retrieval to the current WorldWind data cache.
- 
Uses of BulkRetrievalThread in gov.nasa.worldwind.terrainSubclasses of BulkRetrievalThread in gov.nasa.worldwind.terrain Modifier and Type Class Description classBasicElevationModelBulkDownloaderDownloads elevation data not currently available in the WorldWind file cache or a specifiedFileStore.Methods in gov.nasa.worldwind.terrain that return BulkRetrievalThread Modifier and Type Method Description BulkRetrievalThreadBasicElevationModel. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all elevations for a given sector and resolution to a specified file store, without downloading imagery already in the file store.BulkRetrievalThreadBasicElevationModel. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all elevations for a given sector and resolution to the current WorldWind file cache, without downloading imagery already in the cache.
- 
Uses of BulkRetrievalThread in gov.nasa.worldwindx.examplesFields in gov.nasa.worldwindx.examples declared as BulkRetrievalThread Modifier and Type Field Description protected BulkRetrievalThreadBulkDownloadPanel.DownloadMonitorPanel. threadConstructors in gov.nasa.worldwindx.examples with parameters of type BulkRetrievalThread Constructor Description DownloadMonitorPanel(BulkRetrievalThread thread)
 
-