Package | Description |
---|---|
gov.nasa.worldwind.layers.placename |
Modifier and Type | Field and Description |
---|---|
protected PlaceNameLayer.Tile |
PlaceNameLayer.RequestTask.tile |
protected PlaceNameLayer.Tile |
PlaceNameLayer.DownloadPostProcessor.tile |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<PlaceNameLayer.Tile> |
PlaceNameLayerBulkDownloader.missingTiles |
Modifier and Type | Method and Description |
---|---|
protected PlaceNameLayer.Tile[] |
PlaceNameLayer.buildTiles(PlaceNameService placeNameService,
PlaceNameLayer.NavigationTile navTile) |
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<PlaceNameLayer.Tile> |
PlaceNameLayerBulkDownloader.getMissingTilesInSector(Sector sector) |
java.util.List<PlaceNameLayer.Tile> |
PlaceNameLayer.NavigationTile.getTiles() |
Modifier and Type | Method and Description |
---|---|
protected void |
PlaceNameLayerBulkDownloader.callRetrievalListeners(Retriever retriever,
PlaceNameLayer.Tile tile) |
protected void |
PlaceNameLayer.downloadTile(PlaceNameLayer.Tile tile) |
protected void |
PlaceNameLayer.downloadTile(PlaceNameLayer.Tile tile,
PlaceNameLayer.DownloadPostProcessor postProcessor) |
protected void |
PlaceNameLayer.drawOrRequestTile(DrawContext dc,
PlaceNameLayer.Tile tile,
double minDisplayDistanceSquared,
double maxDisplayDistanceSquared) |
protected boolean |
PlaceNameLayerBulkDownloader.isTileLocalOrAbsent(PlaceNameLayer.Tile tile) |
protected static boolean |
PlaceNameLayer.isTileVisible(DrawContext dc,
PlaceNameLayer.Tile tile,
double minDistanceSquared,
double maxDistanceSquared) |
protected boolean |
PlaceNameLayer.loadTile(PlaceNameLayer.Tile tile,
java.net.URL url) |
protected static PlaceNameLayer.PlaceNameChunk |
PlaceNameLayer.readTileData(PlaceNameLayer.Tile tile,
java.net.URL url) |
protected void |
PlaceNameLayerBulkDownloader.removeRetrievedTile(PlaceNameLayer.Tile tile) |
protected void |
PlaceNameLayer.requestTile(DrawContext dc,
PlaceNameLayer.Tile tile) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlaceNameLayerBulkDownloader.transferMissingTiles(java.util.ArrayList<PlaceNameLayer.Tile> source,
java.util.ArrayList<PlaceNameLayer.Tile> destination,
int maxCount) |
protected void |
PlaceNameLayerBulkDownloader.transferMissingTiles(java.util.ArrayList<PlaceNameLayer.Tile> source,
java.util.ArrayList<PlaceNameLayer.Tile> destination,
int maxCount) |
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) |