NASA World Wind

Uses of Interface
gov.nasa.worldwind.Disposable

Packages that use Disposable
gov.nasa.worldwind   
gov.nasa.worldwind.applications.glider   
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.awt   
gov.nasa.worldwind.data   
gov.nasa.worldwind.examples.Hawaii   
gov.nasa.worldwind.examples.util   
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.render.airspaces.editor   
gov.nasa.worldwind.render.markers   
gov.nasa.worldwind.util.measure   
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.glider
 

Classes in gov.nasa.worldwind.applications.glider that implement Disposable
 class GliderImageLayer
          Internal class to realize and control image and region drawing.
 

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.awt
 

Classes in gov.nasa.worldwind.awt that implement Disposable
 class AWTInputHandler
           
 

Uses of Disposable in gov.nasa.worldwind.data
 

Classes in gov.nasa.worldwind.data that implement Disposable
 class BufferedImageRaster
           
 class BufferWrapperRaster
           
 class ByteBufferRaster
           
 

Uses of Disposable in gov.nasa.worldwind.examples.Hawaii
 

Classes in gov.nasa.worldwind.examples.Hawaii that implement Disposable
 class HawaiianIslandsLayer
           
 

Uses of Disposable in gov.nasa.worldwind.examples.util
 

Classes in gov.nasa.worldwind.examples.util that implement Disposable
 class LayerManagerLayer
          Displays the layer list in a viewport corner.
 

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 AirspaceLayer
          The Airspace class manages a collection of Airspace objects for rendering and picking.
 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 IconLayer
          The IconLayer class manages a collection of WWIcon objects for rendering and picking.
 class MarkerLayer
           
 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 SurfaceImageLayer
          Displays a collecion of local images on the globe.
 class SurfaceShapeLayer
          The SurfaceShapeLayer class manages a collection of Renderable objects for rendering, picking, and disposal.
 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 ViewControlsLayer
          Display onscreen view controls.
 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 MSVirtualEarthLayer
           
 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 ConformingCircle
           
 class ConformingCircularPolygon
          This class provides a convenient way to create a polygon inscribed in a circle.
 class ConformingEllipse
           
 class ConformingEllipticalPolygon
          This class provides a convenient way to create a polygon inscribed in an ellipse.
 class ConformingPolygon
           
 class ConformingQuad
           
 class ConformingSector
           
 class ConformingShape
          The design of the class hierarchy for which this class is the base was derived in part from that of the class hierarchy rooted by SurfaceShape.
 class ConformingSquare
           
 class DrawContextImpl
           
 class GeographicSurfaceTileRenderer
           
 class GeographicTextRenderer
           
 class GlobeAnnotation
          Represent a text label attached to a Position on the globe and its rendering attributes.
 class ScreenAnnotation
          Represent a text label attached to a Point on the viewport and its rendering attributes.
 class SegmentPlaneEditor
           
 class SurfaceTileRenderer
           
 class TextRendererCache
           
 class TrackRenderer
           
 

Uses of Disposable in gov.nasa.worldwind.render.airspaces.editor
 

Subinterfaces of Disposable in gov.nasa.worldwind.render.airspaces.editor
 interface AirspaceEditor
           
 

Classes in gov.nasa.worldwind.render.airspaces.editor that implement Disposable
 class AbstractAirspaceEditor
           
 class PolygonEditor
           
 class SphereAirspaceEditor
           
 

Uses of Disposable in gov.nasa.worldwind.render.markers
 

Classes in gov.nasa.worldwind.render.markers that implement Disposable
protected static class BasicMarkerShape.Cylinder
           
protected static class BasicMarkerShape.HeadingArrow
           
protected static class BasicMarkerShape.HeadingLine
           
protected static class BasicMarkerShape.Shape
           
 

Uses of Disposable in gov.nasa.worldwind.util.measure
 

Classes in gov.nasa.worldwind.util.measure that implement Disposable
 class MeasureTool
          A utility class to interactively draw shapes and measure distance and area across the terrain.
 class MeasureTool.ControlPoint
           
protected  class MeasureTool.CustomRenderableLayer
           
 

Uses of Disposable in gov.nasa.worldwind.wms
 

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


NASA World Wind