Uses of Interface
gov.nasa.worldwind.Restorable
-
-
Uses of Restorable in gov.nasa.worldwind
Subinterfaces of Restorable in gov.nasa.worldwind Modifier and Type Interface Description interface
View
TheView
interface provides a coordinate transformation from model coordinates to eye coordinates. -
Uses of Restorable in gov.nasa.worldwind.globes
Subinterfaces of Restorable in gov.nasa.worldwind.globes Modifier and Type Interface Description interface
ElevationModel
Provides the elevations to aGlobe
or other object holding elevations. -
Uses of Restorable in gov.nasa.worldwind.layers
Subinterfaces of Restorable in gov.nasa.worldwind.layers Modifier and Type Interface Description interface
Layer
Classes in gov.nasa.worldwind.layers that implement Restorable Modifier and Type Class Description class
AbstractGraticuleLayer
Displays a graticule.class
AbstractLayer
class
AnnotationLayer
TheAnnotationLayer
class manages a collection ofAnnotation
objects for rendering and picking.class
BasicTiledImageLayer
class
CachedRenderableLayer
Holds a collection of Renderables and manages local caching of them.class
CompassLayer
class
CrosshairLayer
Renders a crosshair icon in the viewport center or at a specified location.class
GARSGraticuleLayer
Displays the geographic Global Area Reference System (GARS) graticule.class
IconLayer
TheIconLayer
class manages a collection ofWWIcon
objects for rendering and picking.class
LatLonGraticuleLayer
Displays the geographic latitude/longitude graticule.class
LocalRasterServerLayer
Implements a tiled image layer for a local dataset accessed via a local raster server.class
MarkerLayer
class
RenderableLayer
TheRenderableLayer
class manages a collection ofRenderable
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 collection of local images on the globe.class
TerrainProfileLayer
Displays a terrain profile graph in a screen corner.class
TiledImageLayer
class
ViewControlsLayer
This layer displays 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 Modifier and Type Class Description class
BMNGOneImage
class
BMNGWMSLayer
class
CountryBoundariesLayer
class
LandsatI3WMSLayer
class
MGRSGraticuleLayer
class
MSVirtualEarthLayer
class
NASAWFSPlaceNameLayer
class
OSMCycleMapLayer
class
OSMMapnikLayer
class
USDANAIPWMSImageLayer
class
USGSDigitalOrtho
class
USGSTopoHighRes
class
USGSTopoLowRes
class
USGSTopoMedRes
class
USGSUrbanAreaOrtho
class
UTMBaseGraticuleLayer
Displays the UTM graticule.class
UTMGraticuleLayer
Displays the UTM graticule. -
Uses of Restorable in gov.nasa.worldwind.layers.mercator
Classes in gov.nasa.worldwind.layers.mercator that implement Restorable Modifier and Type Class Description class
BasicMercatorTiledImageLayer
BasicTiledImageLayer modified 2009-02-03 to add support for Mercator projections.class
MercatorTiledImageLayer
TiledImageLayer modified 2009-02-03 to add support for Mercator projections. -
Uses of Restorable in gov.nasa.worldwind.layers.placename
Classes in gov.nasa.worldwind.layers.placename that implement Restorable Modifier and Type Class Description class
PlaceNameLayer
-
Uses of Restorable in gov.nasa.worldwind.layers.rpf
Classes in gov.nasa.worldwind.layers.rpf that implement Restorable Modifier and Type Class Description class
RPFTiledImageLayer
-
Uses of Restorable in gov.nasa.worldwind.ogc.collada.impl
Classes in gov.nasa.worldwind.ogc.collada.impl that implement Restorable Modifier and Type Class Description class
ColladaMeshShape
Shape to render a COLLADA line or triangle mesh. -
Uses of Restorable in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement Restorable Modifier and Type Class Description class
KMLExtrudedPolygonImpl
class
KMLGroundOverlayPolygonImpl
Implementation ofPolygon
to render KML GroundOverlay.class
KMLLineStringPlacemarkImpl
class
KMLPolygonImpl
class
KMLSurfacePolygonImpl
-
Uses of Restorable in gov.nasa.worldwind.render
Subinterfaces of Restorable in gov.nasa.worldwind.render Modifier and Type Interface Description interface
Annotation
Represent a text label and its rendering attributes.interface
SurfaceShape
Common interface for surface conforming shapes such asSurfacePolygon
,SurfacePolyline
,SurfaceEllipse
,SurfaceQuad
, andSurfaceSector
.interface
WWIcon
Provides a general interface for icons rendered by WorldWind.Classes in gov.nasa.worldwind.render that implement Restorable Modifier and Type Class Description class
AbstractAnnotation
AnAnnotation
represent a text label and its rendering attributes.class
AbstractGeneralShape
A shape that is positioned and oriented independently of its defining geometry.class
AbstractShape
Provides a base class form several geometricRenderable
s.class
AbstractSurfaceShape
Common superclass for surface conforming shapes such asSurfacePolygon
,SurfacePolyline
,SurfaceEllipse
,SurfaceQuad
, andSurfaceSector
.class
AnnotationAttributes
Annotation
attributes set.class
Box
A general box volume defined by a center position and three axis radii.class
Cone
A general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.class
Cylinder
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.class
Ellipsoid
A general ellipsoid volume defined by a center position and the three ellipsoid axis radii.class
ExtrudedPolygon
A multi-sided 3D shell formed by a base polygon in latitude and longitude extruded from the terrain to either a specified height or an independent height per location.class
GlobeAnnotation
Represent a text label attached to a Position on the globe and its rendering attributes.class
Path
Displays a line or curve between positions.class
Pedestal
class
Polygon
/** A 3D polygon.class
Pyramid
A general pyramid volume defined by a center position, a height, and two axis lengths.class
RigidShape
A general rigid volume defined by a center position and the three axis radii.class
ScreenAnnotation
Represent a text label attached to a Point on the viewport and its rendering attributes.class
ScreenRelativeAnnotation
Provides a screen annotation positioned relatively to the window rather than absolutely.class
SurfaceCircle
class
SurfaceEllipse
class
SurfaceMultiPolygon
class
SurfacePolygon
class
SurfacePolygons
Renders fast multiple polygons with or without holes in one pass.class
SurfacePolyline
class
SurfacePolylines
This class renders fast multiple surface polylines in one pass.class
SurfaceQuad
class
SurfaceSector
class
SurfaceSquare
class
UserFacingIcon
class
Wedge
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. -
Uses of Restorable in gov.nasa.worldwind.render.airspaces
Subinterfaces of Restorable in gov.nasa.worldwind.render.airspaces Modifier and Type Interface Description interface
Airspace
Classes in gov.nasa.worldwind.render.airspaces that implement Restorable Modifier and Type Class Description class
AbstractAirspace
class
Box
class
Cake
A cake consists of mutiple adjacent cylinder segments.static class
Cake.Layer
An inner class ofCake
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
CappedEllipticalCylinder
An elliptical cylinder defined by a geographic position, major and minor radii 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
Creates a sequence of connected rectangular airspaces specified by a list of positions.class
SphereAirspace
A spherical airspace shape defined by a center location and a radius.class
SurfaceBox
class
TrackAirspace
Creates a sequence of potentially disconnected rectangular airspaces specified by a collection ofBox
objects. -
Uses of Restorable in gov.nasa.worldwind.render.airspaces.editor
Subinterfaces of Restorable in gov.nasa.worldwind.render.airspaces.editor Modifier and Type Interface Description interface
AirspaceEditor
Classes in gov.nasa.worldwind.render.airspaces.editor that implement Restorable Modifier and Type Class Description class
AbstractAirspaceEditor
class
PolygonEditor
class
SphereAirspaceEditor
-
Uses of Restorable in gov.nasa.worldwind.terrain
Classes in gov.nasa.worldwind.terrain that implement Restorable Modifier and Type Class Description class
AbstractElevationModel
class
BasicElevationModel
class
BathymetryFilterElevationModel
An elevation model to map another elevation model's depths to a constant value, usually 0.class
CompoundElevationModel
class
LocalElevationModel
Implements an elevation model for a local file or collection of files containing elevation data.class
LocalRasterServerElevationModel
Implements anElevationModel
for a local dataset accessed via a local raster server (RasterServer
).class
WCSElevationModel
class
WMSBasicElevationModel
class
ZeroElevationModel
An elevation model that always returns zero elevations. -
Uses of Restorable in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement Restorable Modifier and Type Class Description class
EditorAnnotation
-
Uses of Restorable in gov.nasa.worldwind.util.measure
Classes in gov.nasa.worldwind.util.measure that implement Restorable Modifier and Type Class Description static class
MeasureTool.ControlPoint
protected static class
MeasureTool.ControlPointWithLeader
protected static class
MeasureTool.CustomRenderableLayer
-
Uses of Restorable in gov.nasa.worldwind.view
Classes in gov.nasa.worldwind.view that implement Restorable Modifier and Type Class Description class
BasicView
A base class from whichView
implementations can be derived. -
Uses of Restorable in gov.nasa.worldwind.view.firstperson
Classes in gov.nasa.worldwind.view.firstperson that implement Restorable Modifier and Type Class Description class
BasicFlyView
This is a basic view that implements a yaw-pitch-roll model that can be applied to first-person style view applications (such as flight simulation). -
Uses of Restorable in gov.nasa.worldwind.view.orbit
Subinterfaces of Restorable in gov.nasa.worldwind.view.orbit Modifier and Type Interface Description interface
OrbitView
Classes in gov.nasa.worldwind.view.orbit that implement Restorable Modifier and Type Class Description class
BasicOrbitView
-
Uses of Restorable in gov.nasa.worldwind.wms
Classes in gov.nasa.worldwind.wms that implement Restorable Modifier and Type Class Description class
WMSTiledImageLayer
-
Uses of Restorable in gov.nasa.worldwindx.applications.antenna
Classes in gov.nasa.worldwindx.applications.antenna that implement Restorable Modifier and Type Class Description class
AntennaAxes
Provides axes forAntennaModel
.class
AntennaModel
Models antenna gain. -
Uses of Restorable in gov.nasa.worldwindx.applications.glider
Classes in gov.nasa.worldwindx.applications.glider that implement Restorable Modifier and Type Class Description class
GliderImageLayer
Internal class to realize and control image and region drawing. -
Uses of Restorable in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement Restorable Modifier and Type Class Description class
AnalysisPanel
class
CloudCeiling
Display one or two contour lines depicting lower and upper cloud ceiling around a list of positions.class
CloudCeilingPanel
class
ElevationPlane
Renders a textured plane at a given elevation.class
SARAnnotation
class
TerrainProfilePanel
-
Uses of Restorable in gov.nasa.worldwindx.applications.sar.segmentplane
Classes in gov.nasa.worldwindx.applications.sar.segmentplane that implement Restorable Modifier and Type Class Description class
SegmentPlaneEditor
-
Uses of Restorable in gov.nasa.worldwindx.applications.worldwindow.core
Classes in gov.nasa.worldwindx.applications.worldwindow.core that implement Restorable Modifier and Type Class Description class
ToolTipAnnotation
-
Uses of Restorable in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Classes in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that implement Restorable Modifier and Type Class Description class
WWOMeasureToolControlPoints.ControlPoint
-
Uses of Restorable in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement Restorable Modifier and Type Class Description protected class
MarkersOrder.AppFrame.TimedMarkerLayer
static class
PickFrustum.PickFrustumLayer
class
RadarVolume
Displays a volume defined by a near and far grid of positions. -
Uses of Restorable in gov.nasa.worldwindx.examples.multiwindow
Classes in gov.nasa.worldwindx.examples.multiwindow that implement Restorable Modifier and Type Class Description protected static class
ViewVolumeViewer.SectorGeometryLayer
protected static class
ViewVolumeViewer.ViewVolumeLayer
-
Uses of Restorable in gov.nasa.worldwindx.examples.shapebuilder
Classes in gov.nasa.worldwindx.examples.shapebuilder that implement Restorable Modifier and Type Class Description class
AbstractShapeEditor
An abstract class defining common functionality and fields for editors used in the RigidShapeBuilder example.class
BoxEditor
class
ConeEditor
class
CylinderEditor
class
ExtrudedPolygonEditor
class
PyramidEditor
class
RigidShapeEditor
class
WedgeEditor
-
Uses of Restorable in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement Restorable Modifier and Type Class Description class
AudioPlayerAnnotation
class
ButtonAnnotation
class
DialogAnnotation
protected static class
DialogAnnotation.BusyImage
class
DirectedPath
APath
that draws arrowheads between the path positions to indicate direction.class
DirectedSurfacePolyline
ASurfacePolyline
that draws arrowheads between the polyline positions to indicate direction.class
ImageAnnotation
class
LayerManagerLayer
Displays the layer list in a heads-up display in the viewport.protected static class
OpenStreetMapShapefileLoader.TextAndShapesLayer
class
ProgressAnnotation
protected static class
SectorSelector.RegionShape
class
SlideShowAnnotation
class
StatusLayer
Renders statusbar information as a layer.static class
StatusLayer.StatusMGRSLayer
static class
StatusLayer.StatusUTMLayer
class
ToolTipAnnotation
Displays a tool tip annotation at a specified screen position.
-