NASA World Wind

Uses of Interface
gov.nasa.worldwind.Disposable

Packages that use Disposable
gov.nasa.worldwind   
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.examples   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.layers.Earth   
gov.nasa.worldwind.layers.Mars   
gov.nasa.worldwind.layers.Moon   
gov.nasa.worldwind.layers.placename   
gov.nasa.worldwind.layers.rpf   
gov.nasa.worldwind.render   
gov.nasa.worldwind.wms   
 

Uses of Disposable in gov.nasa.worldwind
 

Subinterfaces of Disposable in gov.nasa.worldwind
 interface SceneController
           
 

Classes in gov.nasa.worldwind that implement Disposable
 class AbstractSceneController
           
 class AnaglyphSceneController
          Allows for stereo anaglyph display mode.
 class BasicSceneController
           
 

Uses of Disposable in gov.nasa.worldwind.applications.sar
 

Classes in gov.nasa.worldwind.applications.sar that implement Disposable
 class SARAnnotation
           
 

Uses of Disposable in gov.nasa.worldwind.examples
 

Classes in gov.nasa.worldwind.examples that implement Disposable
 class SurfaceImageLayer
           
 

Uses of Disposable in gov.nasa.worldwind.layers
 

Subinterfaces of Disposable in gov.nasa.worldwind.layers
 interface Layer
           
 

Classes in gov.nasa.worldwind.layers that implement Disposable
 class AbstractLayer
           
 class AnnotationLayer
          The AnnotationLayer class manages a collection of Annotation objects for rendering and picking.
 class BasicTiledImageLayer
           
 class CompassLayer
           
 class CrosshairLayer
          Renders a crosshair icon in the viewport center or at a specified location.
 class FogLayer
          Sets fog range/density according to view altitude.
 class IconLayer
          The IconLayer class manages a collection of WWIcon objects for rendering and picking.
 class RenderableLayer
          The RenderableLayer class manages a collection of Renderable objects for rendering, picking, and disposal.
 class ScalebarLayer
          Renders a scalebar graphic in a screen corner.
 class SkyColorLayer
          Paints the sky color background depending on altitude.
 class SkyGradientLayer
          Renders an atmosphere around the globe and a sky dome at low altitude.
 class StarsLayer
          Renders a star background based on a subset of ESA Hipparcos catalog.
 class TerrainProfileLayer
          Displays a terrain profile graph in a screen corner.
 class TiledImageLayer
           
 class TrackLayer
          The TrackLayer class manages a collection of Track objects for rendering and picking.
 class TrackMarkerLayer
           
 class TrackPipesLayer
           
 class WorldMapLayer
          Displays a world map overlay with a current position crosshair in a screen corner.
 

Uses of Disposable in gov.nasa.worldwind.layers.Earth
 

Classes in gov.nasa.worldwind.layers.Earth that implement Disposable
 class BMNGOneImage
           
 class BMNGSurfaceLayer
           
 class BMNGWMSLayer
          Displays one of the twelve month of Blue Marble Next generation 2004 + Bathymetry via WMS.
 class CountryBoundariesLayer
           
 class EarthNASAPlaceNameLayer
           
 class LandsatI3
           
 class LandsatI3WMSLayer
           
 class MGRSGraticuleLayer
           
 class NAIPCalifornia
           
 class NAIPCaliforniaWMS
           
 class NASAEarthObservatory
           
 class NASAWFSPlaceNameLayer
           
 class OpenStreetMapLayer
          OpenStreetMap WMS layer(s).
 class USGSDigitalOrtho
           
 class USGSTopographicMaps
           
 class USGSTopoHighRes
           
 class USGSTopoLowRes
           
 class USGSTopoMedRes
           
 class USGSUrbanAreaOrtho
           
 class UTMGraticuleLayer
          Displays the UTM graticule.
 

Uses of Disposable in gov.nasa.worldwind.layers.Mars
 

Classes in gov.nasa.worldwind.layers.Mars that implement Disposable
 class MDIMLayer
          Layer for Mars MDIM (ToMars-JPL-USGS) dataset.
 class MOCColorizedBaseLayer
          Base (one image) layer for Mars MOC Colorized dataset.
 class MOCColorizedLayer
          Layer for Mars MOC 256 colorized dataset.
 class MOCLayer
          Layer for Mars MOC 256 dataset.
 class MolaColorASULayer
          Layer for Mars MOLA Color (ASU) dataset.
 class MolaColoredJPLLayer
          Layer for Mars MOLA Colored (ToMars-JPL) dataset.
 class THEMISColorLayer
          Layer for Mars THEMIS Color (ASU) dataset.
 class THEMISLayer
          Layer for Mars THEMIS (ASU) dataset.
 

Uses of Disposable in gov.nasa.worldwind.layers.Moon
 

Classes in gov.nasa.worldwind.layers.Moon that implement Disposable
 class Clementine30Layer
          Layer for Moon Clementin 30xx dataset.
 class Clementine40BaseLayer
          Base (one image) layer for Moon Clementine 40xx color dataset.
 class Clementine40Layer
          Layer for Moon Clementin 40xx color dataset.
 class ShadedElevationLayer
          Layer for Moon shaded elevation dataset.
 

Uses of Disposable in gov.nasa.worldwind.layers.placename
 

Classes in gov.nasa.worldwind.layers.placename that implement Disposable
 class PlaceNameLayer
           
 

Uses of Disposable in gov.nasa.worldwind.layers.rpf
 

Classes in gov.nasa.worldwind.layers.rpf that implement Disposable
 class RPFTiledImageLayer
           
 

Uses of Disposable in gov.nasa.worldwind.render
 

Subinterfaces of Disposable in gov.nasa.worldwind.render
 interface Annotation
          Represent a text label and its rendering attributes.
 interface DrawContext
           
 

Classes in gov.nasa.worldwind.render that implement Disposable
 class AbstractAnnotation
          An Annotation represent a text label and its rendering attributes.
 class DrawContextImpl
           
 class GeographicSurfaceTileRenderer
           
 class GeographicTextRenderer
           
 class GlobeAnnotation
          Represent a text label attached to a Position on the globe and its rendering attributes.
 class LocationRenderer
           
 class PipeRenderer
           
 class ScreenAnnotation
          Represent a text label attached to a Point on the viewport and its rendering attributes.
 class SurfaceCircle
           
 class SurfaceEllipse
           
 class SurfacePolygon
           
 class SurfaceQuad
           
 class SurfaceSector
           
 class SurfaceShape
           
 class SurfaceSquare
           
 class SurfaceTileRenderer
           
 class TextRendererCache
           
 class TrackRenderer
           
 

Uses of Disposable in gov.nasa.worldwind.wms
 

Classes in gov.nasa.worldwind.wms that implement Disposable
 class WMSTiledImageLayer
           
 


NASA World Wind