NASA World Wind

Uses of Interface
gov.nasa.worldwind.WorldWindow

Packages that use WorldWindow
gov.nasa.worldwind   
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.awt   
gov.nasa.worldwind.event   
gov.nasa.worldwind.examples   
gov.nasa.worldwind.examples.applet NASA World Wind Java Applets 
gov.nasa.worldwind.layers   
gov.nasa.worldwind.util   
 

Uses of WorldWindow in gov.nasa.worldwind
 

Subinterfaces of WorldWindow in gov.nasa.worldwind
 interface WorldWindowGLDrawable
           
 

Classes in gov.nasa.worldwind that implement WorldWindow
 class WorldWindowGLAutoDrawable
          A non-platform specific WorldWindow class.
 class WorldWindowImpl
          An implementation class for the WorldWindow interface.
 

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

Methods in gov.nasa.worldwind.applications.sar that return WorldWindow
 WorldWindow LayerMenu.getWwd()
           
 WorldWindow SARAnnotationSupport.getWwd()
           
 WorldWindow TerrainProfilePanel.getWwd()
           
 WorldWindow TrackController.getWwd()
           
 

Methods in gov.nasa.worldwind.applications.sar with parameters of type WorldWindow
 void AnalysisPanel.setWwd(WorldWindow wwd)
           
 void LayerMenu.setWwd(WorldWindow wwd)
           
 void SARTrackBuilder.setWwd(WorldWindow wwd)
           
 void SARAnnotationSupport.setWwd(WorldWindow wwd)
          Set the WorldWindow reference.
 void TerrainProfilePanel.setWwd(WorldWindow wwd)
           
 void TrackController.setWwd(WorldWindow wwd)
           
 

Constructors in gov.nasa.worldwind.applications.sar with parameters of type WorldWindow
BasicDragger2(WorldWindow wwd)
           
 

Uses of WorldWindow in gov.nasa.worldwind.awt
 

Classes in gov.nasa.worldwind.awt that implement WorldWindow
 class WorldWindowGLCanvas
          WorldWindowGLCanvas is a heavyweight AWT component for displaying World Wind Models (globe and layers).
 class WorldWindowGLJPanel
           
 

Methods in gov.nasa.worldwind.awt that return WorldWindow
 WorldWindow AWTInputHandler.getEventSource()
           
 WorldWindow OrbitViewInputBroker.getWorldWindow()
           
protected  WorldWindow AWTInputHandler.getWorldWindow()
           
 

Methods in gov.nasa.worldwind.awt with parameters of type WorldWindow
 void AWTInputHandler.setEventSource(WorldWindow newWorldWindow)
           
 void OrbitViewInputBroker.setWorldWindow(WorldWindow newWorldWindow)
           
 

Uses of WorldWindow in gov.nasa.worldwind.event
 

Methods in gov.nasa.worldwind.event that return WorldWindow
 WorldWindow InputHandler.getEventSource()
           
 

Methods in gov.nasa.worldwind.event with parameters of type WorldWindow
 void InputHandler.setEventSource(WorldWindow newWorldWindow)
           
 

Uses of WorldWindow in gov.nasa.worldwind.examples
 

Methods in gov.nasa.worldwind.examples with parameters of type WorldWindow
static void ApplicationTemplate.insertAfterPlacenames(WorldWindow wwd, Layer layer)
           
static void ApplicationTemplate.insertBeforeCompass(WorldWindow wwd, Layer layer)
           
static void ApplicationTemplate.insertBeforeLayerName(WorldWindow wwd, Layer layer, String targetName)
           
static void ApplicationTemplate.insertBeforePlacenames(WorldWindow wwd, Layer layer)
           
static void LocallyGeneratedImagery.runRPFImportWizard(WorldWindow wwd)
           
 void LayerPanel.update(WorldWindow wwd)
           
 void StatisticsPanel.update(WorldWindow wwd)
           
 

Constructors in gov.nasa.worldwind.examples with parameters of type WorldWindow
BasicDragger(WorldWindow wwd)
           
ClickAndGoSelectListener(WorldWindow wwd, Class pickedObjClass)
           
ClickAndGoSelectListener(WorldWindow wwd, Class pickedObjClass, double elevationOffset)
           
FlatWorldPanel(WorldWindow wwd)
           
GazetteerPanel(WorldWindow wwd)
           
GoToCoordinatePanel(WorldWindow wwd)
           
LayerPanel(WorldWindow wwd)
           
LayerPanel(WorldWindow wwd, Dimension size)
           
LineBuilder(WorldWindow wwd, RenderableLayer lineLayer, Polyline polyline)
          Construct a new line builder using the specified polyline and layer and drawing events from the specified world window.
PlaceNamesPanel(WorldWindow wwd)
           
StatisticsPanel(WorldWindow wwd)
           
StatisticsPanel(WorldWindow wwd, Dimension size)
           
WMSLayersPanel(WorldWindow wwd, String server, Dimension size)
           
 

Uses of WorldWindow in gov.nasa.worldwind.examples.applet
 

Methods in gov.nasa.worldwind.examples.applet with parameters of type WorldWindow
static void WWJApplet.insertBeforeLayerName(WorldWindow wwd, Layer layer, String targetName)
          Adds a layer to WW current layerlist, before a named layer.
 

Uses of WorldWindow in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers with parameters of type WorldWindow
 void TerrainProfileLayer.setEventSource(WorldWindow wwd)
           
 

Uses of WorldWindow in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util that return WorldWindow
 WorldWindow StatusBar.getEventSource()
           
 

Methods in gov.nasa.worldwind.util with parameters of type WorldWindow
 void StatusBar.setEventSource(WorldWindow newEventSource)
           
 


NASA World Wind