NASA World Wind

Uses of Interface
gov.nasa.worldwind.AVList

Packages that use AVList
gov.nasa.worldwind   
gov.nasa.worldwind.awt   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.layers.Earth   
 

Uses of AVList in gov.nasa.worldwind
 

Subinterfaces of AVList in gov.nasa.worldwind
 interface DrawContext
           
 interface ElevationModel
          

Provides the elevations of all points on a Globe .

 interface Globe
           
 interface InputHandler
           
 interface Layer
           
 interface Model
           
 interface RetrievalService
           
 interface Retriever
           
 interface SceneController
           
 interface Tessellator
           
 interface View
          The View interface provides basic methods for implementations to communicate state and state chages to the caller.
 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 AbstractView
           
 class AVListImpl
          An implementation class for the AVList interface.
 class BasicElevationModel
          This class represents a single tile in the data set and contains the information that needs to be cached.
 class BasicModel
           
 class BasicOrbitView
           
 class BasicRetrievalService
          Performs threaded retrieval of data.
 class BasicSceneController
           
 class DrawContextImpl
           
 class HTTPRetriever
           
 class LayerList
           
 class LevelSet
           
 class Pedestal
           
 class PickedObject
           
 class ThreadedTaskService
           
 class URLRetriever
           
 class UserFacingIcon
           
 class WorldWindowGLAutoDrawable
          A non-platform specific WorldWindow class.
 class WorldWindowImpl
          An implementation class for the WorldWindow interface.
 class WWObjectImpl
          Implements WWObject functionality.
 

Methods in gov.nasa.worldwind that return AVList
 AVList AVListImpl.copy()
           
 AVList AVList.copy()
          Returns a shallow copy of this AVList instance: the keys and values themselves are not cloned.
 AVList Level.getParams()
           
 

Methods in gov.nasa.worldwind with parameters of type AVList
protected  String Level.validate(AVList params)
          Determines whether the constructor arguments are valid.
 

Constructors in gov.nasa.worldwind with parameters of type AVList
Level(AVList params)
           
LevelSet(AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.awt
 

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

Uses of AVList in gov.nasa.worldwind.globes
 

Classes in gov.nasa.worldwind.globes that implement AVList
 class Earth
           
 class EarthElevationModel
           
 class EllipsoidalGlobe
           
 class EllipsoidIcosahedralTessellator
           
 class EllipsoidRectangularTessellator
           
 

Uses of AVList in gov.nasa.worldwind.layers
 

Classes in gov.nasa.worldwind.layers that implement AVList
 class AbstractLayer
           
 class CompassLayer
           
 class IconLayer
           
 class PlaceNameLayer
           
 class RenderableLayer
           
 class RpfLayer
           
 class TiledImageLayer
           
 class TrackLayer
           
 

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

Classes in gov.nasa.worldwind.layers.Earth that implement AVList
 class BMNGSurfaceLayer
           
 class EarthNASAPlaceNameLayer
           
 class LandsatI3
           
 class PoliticalBoundariesLayer
           
 class USGSDigitalOrtho
           
 class USGSUrbanAreaOrtho
           
 


NASA World Wind