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 as
Layer and ElevationModel . |
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 |
Modifier and Type | Method and Description |
---|---|
protected Tile[] |
TiledRasterProducer.createSubTiles(Tile tile,
Level nextLevel) |
Modifier and Type | Method and Description |
---|---|
protected Tile[] |
TiledRasterProducer.createSubTiles(Tile tile,
Level nextLevel) |
protected DataRaster |
TiledRasterProducer.createTileRaster(LevelSet levelSet,
Tile tile,
AVList params) |
protected DataRaster |
TiledRasterProducer.drawDataSources(LevelSet levelSet,
Tile tile,
java.lang.Iterable<DataRaster> dataRasters,
AVList params) |
protected DataRaster |
TiledRasterProducer.drawDescendants(LevelSet levelSet,
Tile tile,
AVList params) |
protected java.lang.Object |
TiledRasterProducer.installLocationForTile(AVList installParams,
Tile tile) |
protected void |
TiledRasterProducer.installTileRaster(Tile tile,
DataRaster tileRaster,
AVList params) |
protected void |
TiledRasterProducer.installTileRasterLater(LevelSet levelSet,
Tile tile,
DataRaster tileRaster,
AVList params) |
protected void |
TiledElevationProducer.installTileRasterLater(LevelSet levelSet,
Tile tile,
DataRaster tileRaster,
AVList params)
Overridden to compute the extreme elevations prior to installing a tile in the filesystem.
|
Modifier and Type | Class and Description |
---|---|
class |
TextureTile
This 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MercatorTextureTile |
Modifier and Type | Class and Description |
---|---|
protected static class |
SurfaceObjectTileBuilder.SurfaceObjectTile
Represents a
TextureTile who's contents is constructed by a set of surface
objects. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SurfaceObjectTileBuilder.meetsRenderCriteria(DrawContext dc,
LevelSet levelSet,
Tile tile)
Tests if the specified tile meets the rendering criteria on the specified draw context.
|
protected boolean |
SurfaceObjectTileBuilder.needToSplit(DrawContext dc,
Tile tile)
Tests if the specified tile must be split to meets the desired resolution on the specified draw context.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
BasicElevationModel.ElevationTile |
protected static class |
WMSBasicElevationModel.ElevationCompositionTile |
Modifier and Type | Field and Description |
---|---|
protected Tile |
BasicElevationModel.DownloadPostProcessor.tile |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Tile> |
BasicElevationModelBulkDownloader.missingTiles |
Modifier and Type | Method and Description |
---|---|
protected Tile[][] |
BasicElevationModelBulkDownloader.getTilesInSector(Sector sector,
int levelNumber) |
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<Tile> |
BasicElevationModelBulkDownloader.getMissingTilesInSector(Sector sector,
int levelNumber) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicElevationModelBulkDownloader.callRetrievalListeners(Retriever retriever,
Tile tile) |
protected void |
BasicElevationModel.downloadElevations(Tile tile) |
protected void |
BasicElevationModel.downloadElevations(Tile tile,
BasicElevationModel.DownloadPostProcessor postProcessor) |
java.net.URL |
WMSBasicElevationModel.URLBuilder.getURL(Tile tile,
java.lang.String altImageFormat) |
java.net.URL |
WCSElevationModel.URLBuilder.getURL(Tile tile,
java.lang.String altImageFormat) |
protected boolean |
BasicElevationModel.isFileExpired(Tile tile,
java.net.URL fileURL,
FileStore fileStore) |
protected boolean |
BasicElevationModelBulkDownloader.isTileLocalOrAbsent(Tile tile) |
protected boolean |
BasicElevationModel.isTileLocalOrAbsent(Tile tile) |
protected void |
BasicElevationModelBulkDownloader.removeAbsentTile(Tile tile) |
protected void |
BasicElevationModelBulkDownloader.removeRetrievedTile(Tile tile) |
protected void |
BasicElevationModel.retrieveElevations(Tile tile,
BasicElevationModel.DownloadPostProcessor postProcessor) |
protected void |
BasicElevationModel.retrieveLocalElevations(Tile tile,
BasicElevationModel.DownloadPostProcessor postProcessor) |
protected void |
BasicElevationModel.retrieveRemoteElevations(Tile tile,
BasicElevationModel.DownloadPostProcessor postProcessor) |
Constructor and Description |
---|
BulkDownloadPostProcessor(Tile tile,
BasicElevationModel elevationModel,
FileStore fileStore) |
DownloadPostProcessor(Tile tile,
BasicElevationModel em) |
DownloadPostProcessor(Tile tile,
BasicElevationModel em,
FileStore fileStore) |
Modifier and Type | Method and Description |
---|---|
Tile |
LevelSet.createTile(TileKey key) |
Modifier and Type | Method and Description |
---|---|
int |
Tile.compareTo(Tile tile) |
java.net.URL |
Level.getTileResourceURL(Tile tile,
java.lang.String imageFormat)
Returns the URL necessary to retrieve the specified tile.
|
java.net.URL |
TileUrlBuilder.getURL(Tile tile,
java.lang.String imageFormat) |
boolean |
LevelSet.isResourceAbsent(Tile tile)
Indicates whether a tile has been marked as absent.
|
void |
LevelSet.markResourceAbsent(Tile tile)
Instructs the level set that a tile is likely to be absent.
|
void |
LevelSet.unmarkResourceAbsent(Tile tile)
Removes the absent-tile mark associated with a tile, if one is associatied.
|
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
protected static class |
WMSTiledImageLayer.ComposeImageTile |
Modifier and Type | Method and Description |
---|---|
java.net.URL |
WMSTiledImageLayer.URLBuilder.getURL(Tile tile,
java.lang.String altImageFormat) |