NASA World Wind

Uses of Interface
gov.nasa.worldwind.Restorable

Packages that use Restorable
gov.nasa.worldwind   
gov.nasa.worldwind.applications.glider   
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.examples.Hawaii   
gov.nasa.worldwind.examples.util   
gov.nasa.worldwind.globes   
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   
gov.nasa.worldwind.render.airspaces.editor   
gov.nasa.worldwind.terrain   
gov.nasa.worldwind.util.measure   
gov.nasa.worldwind.view   
gov.nasa.worldwind.wms   
 

Uses of Restorable in gov.nasa.worldwind
 

Subinterfaces of Restorable in gov.nasa.worldwind
 interface View
          The View interface provides a coordinate transformation from model coordinates to eye coordinates.
 

Uses of Restorable in gov.nasa.worldwind.applications.glider
 

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

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

Classes in gov.nasa.worldwind.applications.sar that implement Restorable
 class CloudCeiling
          Display one or two contour lines depicting lower and upper cloud ceiling around a list of positions.
 class SARAnnotation
           
 

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

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

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

Classes in gov.nasa.worldwind.examples.util that implement Restorable
 class LayerManagerLayer
          Displays the layer list in a viewport corner.
protected static class SectorSelector.RegionShape
           
 

Uses of Restorable in gov.nasa.worldwind.globes
 

Subinterfaces of Restorable in gov.nasa.worldwind.globes
 interface ElevationModel
          

Provides the elevations a Globe or other object holding elevations.

 

Classes in gov.nasa.worldwind.globes that implement Restorable
 class EarthLocalElevationModel
           
 

Uses of Restorable in gov.nasa.worldwind.layers
 

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

Classes in gov.nasa.worldwind.layers that implement Restorable
 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 Restorable in gov.nasa.worldwind.layers.Earth
 

Classes in gov.nasa.worldwind.layers.Earth that implement Restorable
 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 Restorable in gov.nasa.worldwind.layers.Mars
 

Classes in gov.nasa.worldwind.layers.Mars that implement Restorable
 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 Restorable in gov.nasa.worldwind.layers.Moon
 

Classes in gov.nasa.worldwind.layers.Moon that implement Restorable
 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 Restorable in gov.nasa.worldwind.layers.placename
 

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

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

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

Uses of Restorable in gov.nasa.worldwind.render
 

Subinterfaces of Restorable in gov.nasa.worldwind.render
 interface Annotation
          Represent a text label and its rendering attributes.
 interface SurfaceShape
          The SurfaceShape is a common interface for surface conforming shapes such as polygon, sector, ellipse, and quadrilateral.
 interface WWIcon
           
 

Classes in gov.nasa.worldwind.render that implement Restorable
 class AbstractAnnotation
          An Annotation represent a text label and its rendering attributes.
 class AbstractSurfaceShape
           
 class AnnotationAttributes
          Annotation attributes set.
 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 GlobeAnnotation
          Represent a text label attached to a Position on the globe and its rendering attributes.
 class Pedestal
           
 class Polyline
           
 class ScreenAnnotation
          Represent a text label attached to a Point on the viewport and its rendering attributes.
 class SegmentPlaneEditor
           
 class SurfaceCircle
           
 class SurfaceConvexShape
           
 class SurfaceEllipse
           
 class SurfacePolygon
           
 class SurfacePolyline
           
 class SurfaceQuad
           
 class SurfaceSector
           
 class SurfaceSquare
           
 class UserFacingIcon
           
 

Uses of Restorable in gov.nasa.worldwind.render.airspaces
 

Subinterfaces of Restorable in gov.nasa.worldwind.render.airspaces
 interface Airspace
           
 

Classes in gov.nasa.worldwind.render.airspaces that implement Restorable
 class AbstractAirspace
           
 class Box
           
 class Cake
          A cake consists of mutiple adjacent cylinder segments.
static class Cake.Layer
          An inner class of Cake defining the parameters of one of the cake's cylinders.
 class CappedCylinder
          A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.
 class Curtain
          A curtain is a series of adjacent rectangular planes.
 class Orbit
           
 class PartialCappedCylinder
          A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.
 class PolyArc
           
 class Polygon
           
 class Route
           
 class SphereAirspace
          A spherical airspace shape defined by a center location and a radius.
 class TrackAirspace
           
 

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

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

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

Uses of Restorable in gov.nasa.worldwind.terrain
 

Classes in gov.nasa.worldwind.terrain that implement Restorable
 class AbstractElevationModel
           
 class BasicElevationModel
           
 class CompoundElevationModel
           
 class LocalElevationModel
           
 class WMSBasicElevationModel
           
 class ZeroElevationModel
          An elevation model that always returns zero elevations.
 

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

Classes in gov.nasa.worldwind.util.measure that implement Restorable
 class MeasureTool.ControlPoint
           
protected  class MeasureTool.CustomRenderableLayer
           
 

Uses of Restorable in gov.nasa.worldwind.view
 

Subinterfaces of Restorable in gov.nasa.worldwind.view
 interface OrbitView
           
 

Classes in gov.nasa.worldwind.view that implement Restorable
 class AbstractView
           
 class BasicOrbitView
           
 class FlatOrbitView
           
 

Uses of Restorable in gov.nasa.worldwind.wms
 

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


NASA World Wind