Package | Description |
---|---|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.layers.mercator | |
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.wms |
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 |
---|---|
class |
KMLSurfaceImageImpl |
Modifier and Type | Class and Description |
---|---|
class |
SurfaceImage
Renders a single image contained in a local file, a remote file, or a
BufferedImage . |
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 abstract Iterable<SurfaceTile> |
SurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
Iterable<? extends SurfaceTile> tiles) |
protected Iterable<SurfaceTile> |
GeographicSurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
Iterable<? extends SurfaceTile> tiles) |
Collection<? extends SurfaceTile> |
SurfaceObjectTileBuilder.getTiles(DrawContext dc)
Returns the list of SurfaceTiles assembled during the last call to
SurfaceObjectTileBuilder.buildTiles(DrawContext, Iterable) . |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SurfaceTileRenderer.computeTextureTransform(DrawContext dc,
SurfaceTile tile,
SurfaceTileRenderer.Transform t) |
protected void |
GeographicSurfaceTileRenderer.computeTextureTransform(DrawContext dc,
SurfaceTile tile,
SurfaceTileRenderer.Transform t) |
void |
SurfaceTileRenderer.renderTile(DrawContext dc,
SurfaceTile tile) |
Modifier and Type | Method and Description |
---|---|
protected abstract Iterable<SurfaceTile> |
SurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
Iterable<? extends SurfaceTile> tiles) |
protected Iterable<SurfaceTile> |
GeographicSurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
Iterable<? extends SurfaceTile> tiles) |
void |
SurfaceTileRenderer.renderTiles(DrawContext dc,
Iterable<? extends SurfaceTile> tiles) |
Modifier and Type | Class and Description |
---|---|
protected static class |
WMSTiledImageLayer.ComposeImageTile |