Package | Description |
---|---|
gov.nasa.worldwind.cache | |
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard World Wind
components, such as
Layer and ElevationModel . |
gov.nasa.worldwind.geom | |
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.layers.mercator | |
gov.nasa.worldwind.layers.placename | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.render.airspaces | |
gov.nasa.worldwind.terrain | |
gov.nasa.worldwind.util | |
gov.nasa.worldwind.wms |
Modifier and Type | Class and Description |
---|---|
protected static class |
BasicDataFileStore.DBEntry
Holds information for entries in the cache database.
|
static class |
BasicGpuResourceCache.CacheEntry |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicMemoryCache.add(Object key,
Cacheable clientObject) |
boolean |
MemoryCache.add(Object key,
Cacheable clientObject)
Attempts to add the
Cacheable object referenced by the key. |
Modifier and Type | Class and Description |
---|---|
class |
BufferedImageRaster |
class |
BufferWrapperRaster |
class |
ByteBufferRaster |
class |
GDALDataRaster |
class |
MipMappedBufferedImageRaster |
Modifier and Type | Class and Description |
---|---|
class |
Sector
Sector represents a rectangular region of latitude and longitude. |
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 |
MercatorSector |
class |
MercatorTextureTile |
Modifier and Type | Class and Description |
---|---|
protected static class |
PlaceNameLayer.PlaceNameChunk |
protected static class |
PlaceNameLayer.Tile |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractSurfaceObject.SurfaceObjectStateKey
Represents a surface object's current state.
|
protected static class |
AbstractSurfaceShape.SurfaceShapeStateKey
Represents a surface shapes's current state.
|
protected static class |
SurfaceObjectTileBuilder.SurfaceObjectTile
Represents a
TextureTile who's contents is constructed by a set of surface
objects. |
protected static class |
SurfaceObjectTileBuilder.SurfaceObjectTileStateKey
Represents a surface renderable tile's current state.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Curtain.CurtainGeometry |
class |
Geometry |
protected static class |
Polygon.PolygonGeometry |
Modifier and Type | Class and Description |
---|---|
protected static class |
BasicElevationModel.ElevationTile |
protected static class |
WMSBasicElevationModel.ElevationCompositionTile |
Modifier and Type | Class and Description |
---|---|
protected static class |
GeographicImageInterpolator.GeographicCell
GeographicCell extends
ImageInterpolator.Cell to correctly handle image cells
which have geographic coordinates. |
protected static class |
ImageInterpolator.Cell |
class |
Tile
Large images and most imagery and elevation-data sets are subdivided in order to display visible portions quickly and
without excessive memory usage.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
WMSTiledImageLayer.ComposeImageTile |