Uses of Class
gov.nasa.worldwind.layers.placename.PlaceNameLayer.Tile
-
Packages that use PlaceNameLayer.Tile Package Description gov.nasa.worldwind.layers.placename -
-
Uses of PlaceNameLayer.Tile in gov.nasa.worldwind.layers.placename
Fields in gov.nasa.worldwind.layers.placename declared as PlaceNameLayer.Tile Modifier and Type Field Description protected PlaceNameLayer.TilePlaceNameLayer.DownloadPostProcessor. tileprotected PlaceNameLayer.TilePlaceNameLayer.RequestTask. tileFields in gov.nasa.worldwind.layers.placename with type parameters of type PlaceNameLayer.Tile Modifier and Type Field Description protected java.util.ArrayList<PlaceNameLayer.Tile>PlaceNameLayerBulkDownloader. missingTilesMethods in gov.nasa.worldwind.layers.placename that return PlaceNameLayer.Tile Modifier and Type Method Description protected PlaceNameLayer.Tile[]PlaceNameLayer. buildTiles(PlaceNameService placeNameService, PlaceNameLayer.NavigationTile navTile)Methods in gov.nasa.worldwind.layers.placename that return types with arguments of type PlaceNameLayer.Tile Modifier and Type Method Description protected java.util.ArrayList<PlaceNameLayer.Tile>PlaceNameLayerBulkDownloader. getMissingTilesInSector(Sector sector)java.util.List<PlaceNameLayer.Tile>PlaceNameLayer.NavigationTile. getTiles()Methods in gov.nasa.worldwind.layers.placename with parameters of type PlaceNameLayer.Tile Modifier and Type Method Description protected voidPlaceNameLayerBulkDownloader. callRetrievalListeners(Retriever retriever, PlaceNameLayer.Tile tile)protected voidPlaceNameLayer. downloadTile(PlaceNameLayer.Tile tile)protected voidPlaceNameLayer. downloadTile(PlaceNameLayer.Tile tile, PlaceNameLayer.DownloadPostProcessor postProcessor)protected voidPlaceNameLayer. drawOrRequestTile(DrawContext dc, PlaceNameLayer.Tile tile, double minDisplayDistanceSquared, double maxDisplayDistanceSquared)protected booleanPlaceNameLayerBulkDownloader. isTileLocalOrAbsent(PlaceNameLayer.Tile tile)protected static booleanPlaceNameLayer. isTileVisible(DrawContext dc, PlaceNameLayer.Tile tile, double minDistanceSquared, double maxDistanceSquared)protected booleanPlaceNameLayer. loadTile(PlaceNameLayer.Tile tile, java.net.URL url)protected static PlaceNameLayer.PlaceNameChunkPlaceNameLayer. readTileData(PlaceNameLayer.Tile tile, java.net.URL url)protected voidPlaceNameLayerBulkDownloader. removeRetrievedTile(PlaceNameLayer.Tile tile)protected voidPlaceNameLayer. requestTile(DrawContext dc, PlaceNameLayer.Tile tile)Method parameters in gov.nasa.worldwind.layers.placename with type arguments of type PlaceNameLayer.Tile Modifier and Type Method Description protected voidPlaceNameLayerBulkDownloader. transferMissingTiles(java.util.ArrayList<PlaceNameLayer.Tile> source, java.util.ArrayList<PlaceNameLayer.Tile> destination, int maxCount)Constructors in gov.nasa.worldwind.layers.placename with parameters of type PlaceNameLayer.Tile Constructor Description BulkDownloadPostProcessor(PlaceNameLayer layer, PlaceNameLayer.Tile tile, FileStore fileStore)DownloadPostProcessor(PlaceNameLayer layer, PlaceNameLayer.Tile tile)DownloadPostProcessor(PlaceNameLayer layer, PlaceNameLayer.Tile tile, FileStore fileStore)
-