Package | Description |
---|---|
gov.nasa.worldwind.layers.Earth | |
gov.nasa.worldwind.layers.placename |
Modifier and Type | Class and Description |
---|---|
class |
NASAWFSPlaceNameLayer |
Modifier and Type | Field and Description |
---|---|
protected PlaceNameLayer |
PlaceNameLayerBulkDownloader.layer |
protected PlaceNameLayer |
PlaceNameLayer.RequestTask.layer |
protected PlaceNameLayer |
PlaceNameLayer.DownloadPostProcessor.layer |
Constructor and Description |
---|
BulkDownloadPostProcessor(PlaceNameLayer layer,
PlaceNameLayer.Tile tile,
FileStore fileStore) |
DownloadPostProcessor(PlaceNameLayer layer,
PlaceNameLayer.Tile tile) |
DownloadPostProcessor(PlaceNameLayer layer,
PlaceNameLayer.Tile tile,
FileStore fileStore) |
PlaceNameLayerBulkDownloader(PlaceNameLayer layer,
Sector sector,
double resolution,
BulkRetrievalListener listener)
Constructs a downloader to retrieve placenames not currently available in the WorldWind file cache.
|
PlaceNameLayerBulkDownloader(PlaceNameLayer layer,
Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Constructs a downloader to retrieve placenames not currently available in a specified file store and places it
there.
|