Uses of Class
gov.nasa.worldwind.util.Tile
-
Packages that use Tile Package Description gov.nasa.worldwind.data This package provides classes for converting raw data sources into a form which can be used by standard WorldWind components, such asLayerandElevationModel.gov.nasa.worldwind.layers gov.nasa.worldwind.layers.mercator gov.nasa.worldwind.render gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwind.wms -
-
Uses of Tile in gov.nasa.worldwind.data
Methods in gov.nasa.worldwind.data that return Tile Modifier and Type Method Description protected Tile[]TiledRasterProducer. createSubTiles(Tile tile, Level nextLevel)Methods in gov.nasa.worldwind.data with parameters of type Tile Modifier and Type Method Description protected Tile[]TiledRasterProducer. createSubTiles(Tile tile, Level nextLevel)protected DataRasterTiledRasterProducer. createTileRaster(LevelSet levelSet, Tile tile, AVList params)protected DataRasterTiledRasterProducer. drawDataSources(LevelSet levelSet, Tile tile, java.lang.Iterable<DataRaster> dataRasters, AVList params)protected DataRasterTiledRasterProducer. drawDescendants(LevelSet levelSet, Tile tile, AVList params)protected java.lang.ObjectTiledRasterProducer. installLocationForTile(AVList installParams, Tile tile)protected voidTiledRasterProducer. installTileRaster(Tile tile, DataRaster tileRaster, AVList params)protected voidTiledElevationProducer. installTileRasterLater(LevelSet levelSet, Tile tile, DataRaster tileRaster, AVList params)Overridden to compute the extreme elevations prior to installing a tile in the filesystem.protected voidTiledRasterProducer. installTileRasterLater(LevelSet levelSet, Tile tile, DataRaster tileRaster, AVList params) -
Uses of Tile in gov.nasa.worldwind.layers
Subclasses of Tile in gov.nasa.worldwind.layers Modifier and Type Class Description classTextureTileThis class manages the conversion and timing of image data to a JOGL Texture, and provides an interface for binding the texture and applying any texture transforms to align the texture and texture coordinates. -
Uses of Tile in gov.nasa.worldwind.layers.mercator
Subclasses of Tile in gov.nasa.worldwind.layers.mercator Modifier and Type Class Description classMercatorTextureTile -
Uses of Tile in gov.nasa.worldwind.render
Subclasses of Tile in gov.nasa.worldwind.render Modifier and Type Class Description protected static classSurfaceObjectTileBuilder.SurfaceObjectTileRepresents aTextureTilewho's contents is constructed by a set of surface objects.Methods in gov.nasa.worldwind.render with parameters of type Tile Modifier and Type Method Description protected booleanSurfaceObjectTileBuilder. meetsRenderCriteria(DrawContext dc, LevelSet levelSet, Tile tile)Tests if the specified tile meets the rendering criteria on the specified draw context.protected booleanSurfaceObjectTileBuilder. needToSplit(DrawContext dc, Tile tile)Tests if the specified tile must be split to meets the desired resolution on the specified draw context. -
Uses of Tile in gov.nasa.worldwind.terrain
Subclasses of Tile in gov.nasa.worldwind.terrain Modifier and Type Class Description protected static classBasicElevationModel.ElevationTileprotected static classWMSBasicElevationModel.ElevationCompositionTileFields in gov.nasa.worldwind.terrain declared as Tile Modifier and Type Field Description protected TileBasicElevationModel.DownloadPostProcessor. tileFields in gov.nasa.worldwind.terrain with type parameters of type Tile Modifier and Type Field Description protected java.util.ArrayList<Tile>BasicElevationModelBulkDownloader. missingTilesMethods in gov.nasa.worldwind.terrain that return Tile Modifier and Type Method Description protected Tile[][]BasicElevationModelBulkDownloader. getTilesInSector(Sector sector, int levelNumber)Methods in gov.nasa.worldwind.terrain that return types with arguments of type Tile Modifier and Type Method Description protected java.util.ArrayList<Tile>BasicElevationModelBulkDownloader. getMissingTilesInSector(Sector sector, int levelNumber)Methods in gov.nasa.worldwind.terrain with parameters of type Tile Modifier and Type Method Description protected voidBasicElevationModelBulkDownloader. callRetrievalListeners(Retriever retriever, Tile tile)protected voidBasicElevationModel. downloadElevations(Tile tile)protected voidBasicElevationModel. downloadElevations(Tile tile, BasicElevationModel.DownloadPostProcessor postProcessor)java.net.URLWCSElevationModel.URLBuilder. getURL(Tile tile, java.lang.String altImageFormat)java.net.URLWMSBasicElevationModel.URLBuilder. getURL(Tile tile, java.lang.String altImageFormat)protected booleanBasicElevationModel. isFileExpired(Tile tile, java.net.URL fileURL, FileStore fileStore)protected booleanBasicElevationModel. isTileLocalOrAbsent(Tile tile)protected booleanBasicElevationModelBulkDownloader. isTileLocalOrAbsent(Tile tile)protected voidBasicElevationModelBulkDownloader. removeAbsentTile(Tile tile)protected voidBasicElevationModelBulkDownloader. removeRetrievedTile(Tile tile)protected voidBasicElevationModel. retrieveElevations(Tile tile, BasicElevationModel.DownloadPostProcessor postProcessor)protected voidBasicElevationModel. retrieveLocalElevations(Tile tile, BasicElevationModel.DownloadPostProcessor postProcessor)protected voidBasicElevationModel. retrieveRemoteElevations(Tile tile, BasicElevationModel.DownloadPostProcessor postProcessor)Constructors in gov.nasa.worldwind.terrain with parameters of type Tile Constructor Description BulkDownloadPostProcessor(Tile tile, BasicElevationModel elevationModel, FileStore fileStore)DownloadPostProcessor(Tile tile, BasicElevationModel em)DownloadPostProcessor(Tile tile, BasicElevationModel em, FileStore fileStore) -
Uses of Tile in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util that return Tile Modifier and Type Method Description TileLevelSet. createTile(TileKey key)Methods in gov.nasa.worldwind.util with parameters of type Tile Modifier and Type Method Description intTile. compareTo(Tile tile)java.net.URLLevel. getTileResourceURL(Tile tile, java.lang.String imageFormat)Returns the URL necessary to retrieve the specified tile.java.net.URLTileUrlBuilder. getURL(Tile tile, java.lang.String imageFormat)booleanLevelSet. isResourceAbsent(Tile tile)Indicates whether a tile has been marked as absent.voidLevelSet. markResourceAbsent(Tile tile)Instructs the level set that a tile is likely to be absent.voidLevelSet. unmarkResourceAbsent(Tile tile)Removes the absent-tile mark associated with a tile, if one is associatied.Constructors in gov.nasa.worldwind.util with parameters of type Tile Constructor Description SurfaceTileDrawContext(Tile tile, java.util.Collection<PickedObject> pickCandidates)Creates a new SurfaceTileDrawContext from the specified tile and collection of pick candidates.TileKey(Tile tile) -
Uses of Tile in gov.nasa.worldwind.wms
Subclasses of Tile in gov.nasa.worldwind.wms Modifier and Type Class Description protected static classWMSTiledImageLayer.ComposeImageTileMethods in gov.nasa.worldwind.wms with parameters of type Tile Modifier and Type Method Description java.net.URLWMSTiledImageLayer.URLBuilder. getURL(Tile tile, java.lang.String altImageFormat)
-