|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AVList in gov.nasa.worldwind |
---|
Subinterfaces of AVList in gov.nasa.worldwind | |
---|---|
interface |
Model
|
interface |
SceneController
|
interface |
View
View provides a coordinate transformation from Model coordinates to eye coordinates,
following the OpenGL convention of a left-handed coordinate system with the origin at the eye point and looking down
the negative Z axis. |
interface |
WorldWindow
The top-level interface common to all toolkit-specific World Wind windows. |
interface |
WorldWindowGLDrawable
|
interface |
WWObject
An interface provided by the major World Wind components to provide attribute-value list management and property change management. |
Classes in gov.nasa.worldwind that implement AVList | |
---|---|
class |
AbstractSceneController
|
class |
AnaglyphSceneController
Allows for stereo anaglyph display mode |
class |
BasicModel
|
class |
BasicSceneController
|
class |
WorldWindowGLAutoDrawable
A non-platform specific WorldWindow class. |
class |
WorldWindowImpl
An implementation class for the WorldWindow interface. |
class |
WWObjectImpl
Implements WWObject functionality. |
Uses of AVList in gov.nasa.worldwind.avlist |
---|
Classes in gov.nasa.worldwind.avlist that implement AVList | |
---|---|
class |
AVListImpl
An implementation class for the AVList interface. |
Methods in gov.nasa.worldwind.avlist that return AVList | |
---|---|
AVList |
AVListImpl.clearList()
|
AVList |
AVList.clearList()
|
AVList |
AVListImpl.copy()
|
AVList |
AVList.copy()
Returns a shallow copy of this AVList instance: the keys and values themselves are not cloned. |
Methods in gov.nasa.worldwind.avlist with parameters of type AVList | |
---|---|
static Double |
AVListImpl.getDoubleValue(AVList avList,
String key)
|
static Double |
AVListImpl.getDoubleValue(AVList avList,
String key,
Double defaultValue)
|
static Integer |
AVListImpl.getIntegerValue(AVList avList,
String key)
|
static Integer |
AVListImpl.getIntegerValue(AVList avList,
String key,
Integer defaultValue)
|
static Long |
AVListImpl.getLongValue(AVList avList,
String key)
|
static Long |
AVListImpl.getLongValue(AVList avList,
String key,
Long defaultValue)
|
static String |
AVListImpl.getStringValue(AVList avList,
String key)
|
static String |
AVListImpl.getStringValue(AVList avList,
String key,
String defaultValue)
|
void |
AVListImpl.setValues(AVList list)
|
void |
AVList.setValues(AVList avList)
|
Uses of AVList in gov.nasa.worldwind.awt |
---|
Classes in gov.nasa.worldwind.awt that implement AVList | |
---|---|
class |
AWTInputHandler
|
class |
WorldWindowGLCanvas
WorldWindowGLCanvas is a heavyweight AWT component for displaying World Wind Model s (globe and
layers). |
class |
WorldWindowGLJPanel
|
Methods in gov.nasa.worldwind.awt that return AVList | |
---|---|
AVList |
WorldWindowGLJPanel.clearList()
|
AVList |
WorldWindowGLCanvas.clearList()
|
AVList |
WorldWindowGLJPanel.copy()
|
AVList |
WorldWindowGLCanvas.copy()
|
Methods in gov.nasa.worldwind.awt with parameters of type AVList | |
---|---|
void |
WorldWindowGLJPanel.setValues(AVList avList)
|
void |
WorldWindowGLCanvas.setValues(AVList avList)
|
Uses of AVList in gov.nasa.worldwind.event |
---|
Subinterfaces of AVList in gov.nasa.worldwind.event | |
---|---|
interface |
InputHandler
|
Uses of AVList in gov.nasa.worldwind.examples |
---|
Classes in gov.nasa.worldwind.examples that implement AVList | |
---|---|
class |
BMNGLandsatCombined
Illustrates how to create a single layer consisting of multiple data sets. |
class |
LineBuilder
A utility class to interactively build a polyline. |
Uses of AVList in gov.nasa.worldwind.globes |
---|
Subinterfaces of AVList in gov.nasa.worldwind.globes | |
---|---|
interface |
ElevationModel
Provides the elevations of all points on a Globe . |
interface |
Globe
|
interface |
Tessellator
|
Classes in gov.nasa.worldwind.globes that implement AVList | |
---|---|
class |
BasicElevationModel
This class represents a single tile in the data set and contains the information that needs to be cached. |
class |
Earth
|
class |
EarthElevationModel
|
class |
EarthFlat
|
class |
EllipsoidalGlobe
|
class |
FlatGlobe
Experimental flat globe See TODOs for difference from EllipsoidalGlobe |
class |
GlobeRectangularTessellator
|
class |
RectangularTessellator
|
Uses of AVList in gov.nasa.worldwind.layers |
---|
Subinterfaces of AVList in gov.nasa.worldwind.layers | |
---|---|
interface |
Layer
|
Classes in gov.nasa.worldwind.layers that implement AVList | |
---|---|
class |
AbstractLayer
|
class |
AnnotationLayer
Defines a list of annotations to be displayed over the globe or the screen |
class |
BasicTiledImageLayer
|
class |
CompassLayer
|
class |
IconLayer
|
class |
LayerList
|
class |
RenderableLayer
|
class |
RPFLayer
|
class |
TiledImageLayer
|
class |
TrackLayer
|
class |
TrackMarkerLayer
|
class |
TrackPipesLayer
|
Methods in gov.nasa.worldwind.layers that return AVList | |
---|---|
AVList |
LayerList.clearList()
|
AVList |
LayerList.copy()
|
Methods in gov.nasa.worldwind.layers with parameters of type AVList | |
---|---|
static Layer |
WMSLayerFactory.newLayer(Capabilities caps,
AVList params)
|
void |
LayerList.setValues(AVList avList)
|
Uses of AVList in gov.nasa.worldwind.layers.Earth |
---|
Classes in gov.nasa.worldwind.layers.Earth that implement AVList | |
---|---|
class |
BMNGOneImage
|
class |
BMNGSurfaceLayer
|
class |
CountryBoundariesLayer
|
class |
EarthNASAPlaceNameLayer
|
class |
FogLayer
Sets fog range/density according to view altitude |
class |
LandsatI3
|
class |
NASAEarthObservatory
|
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 the sky 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 |
USGSDigitalOrtho
|
class |
USGSTopographicMaps
|
class |
USGSTopoHighRes
|
class |
USGSTopoMedRes
|
class |
USGSUrbanAreaOrtho
|
class |
WorldMapLayer
Displays a world map overlay with a current position crosshair in a screen corner. |
Uses of AVList in gov.nasa.worldwind.layers.placename |
---|
Classes in gov.nasa.worldwind.layers.placename that implement AVList | |
---|---|
class |
PlaceNameLayer
|
Uses of AVList in gov.nasa.worldwind.pick |
---|
Classes in gov.nasa.worldwind.pick that implement AVList | |
---|---|
class |
PickedObject
|
Uses of AVList in gov.nasa.worldwind.render |
---|
Subinterfaces of AVList in gov.nasa.worldwind.render | |
---|---|
interface |
DrawContext
|
Classes in gov.nasa.worldwind.render that implement AVList | |
---|---|
class |
DrawContextImpl
|
class |
Pedestal
|
class |
UserFacingIcon
|
Uses of AVList in gov.nasa.worldwind.retrieve |
---|
Subinterfaces of AVList in gov.nasa.worldwind.retrieve | |
---|---|
interface |
RetrievalService
|
interface |
Retriever
|
Classes in gov.nasa.worldwind.retrieve that implement AVList | |
---|---|
class |
BasicRetrievalService
Performs threaded retrieval of data. |
class |
HTTPRetriever
|
class |
URLRetriever
|
Uses of AVList in gov.nasa.worldwind.util |
---|
Subinterfaces of AVList in gov.nasa.worldwind.util | |
---|---|
interface |
NetworkStatus
|
Classes in gov.nasa.worldwind.util that implement AVList | |
---|---|
class |
BasicNetworkStatus
Provides tracking of per-host network availability. |
class |
LevelSet
|
class |
ThreadedTaskService
|
Methods in gov.nasa.worldwind.util that return AVList | |
---|---|
AVList |
Level.getParams()
|
Methods in gov.nasa.worldwind.util with parameters of type AVList | |
---|---|
protected String |
Level.validate(AVList params)
Determines whether the constructor arguments are valid. |
Constructors in gov.nasa.worldwind.util with parameters of type AVList | |
---|---|
Level(AVList params)
|
|
LevelSet(AVList params)
|
|
LevelSet(AVList params,
Collection<Level> levels)
|
|
LevelSet(Collection<Level> levels,
AVList params)
|
Uses of AVList in gov.nasa.worldwind.view |
---|
Subinterfaces of AVList in gov.nasa.worldwind.view | |
---|---|
interface |
OrbitView
OrbitView provides an interface for communicating viewing state in polar coordinates. |
Classes in gov.nasa.worldwind.view that implement AVList | |
---|---|
class |
AbstractView
|
class |
BasicOrbitView
|
class |
FlatOrbitView
|
|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |