NASA World Wind

gov.nasa.worldwind.examples
Class Airspaces

java.lang.Object
  extended by gov.nasa.worldwind.examples.ApplicationTemplate
      extended by gov.nasa.worldwind.examples.Airspaces

public class Airspaces
extends ApplicationTemplate


Nested Class Summary
static class Airspaces.AirspacesController
           
static class Airspaces.AppFrame
           
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
 
Field Summary
static String ACTION_COMMAND_ANTIALIAS
           
static String ACTION_COMMAND_DEPTH_OFFSET
           
static String ACTION_COMMAND_DRAW_EXTENT
           
static String ACTION_COMMAND_DRAW_WIREFRAME
           
static String ACTION_COMMAND_LOAD_DEMO_AIRSPACES
           
static String ACTION_COMMAND_LOAD_INTERSECTING_AIRSPACES
           
static String ACTION_COMMAND_READ_AIRSPACES
           
static String ACTION_COMMAND_SAVE_AIRSPACES
           
static String ACTION_COMMAND_VERTICAL_EXAGGERATION
           
static String ACTION_COMMAND_ZOOM_TO_DEMO_AIRSPACES
           
static String AIRSPACE_LAYER_NAME
           
static String ANNOTATION_LAYER_NAME
           
static String DESCRIPTION
           
 
Constructor Summary
Airspaces()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class gov.nasa.worldwind.examples.ApplicationTemplate
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_COMMAND_ANTIALIAS

public static final String ACTION_COMMAND_ANTIALIAS
See Also:
Constant Field Values

ACTION_COMMAND_DEPTH_OFFSET

public static final String ACTION_COMMAND_DEPTH_OFFSET
See Also:
Constant Field Values

ACTION_COMMAND_DRAW_EXTENT

public static final String ACTION_COMMAND_DRAW_EXTENT
See Also:
Constant Field Values

ACTION_COMMAND_DRAW_WIREFRAME

public static final String ACTION_COMMAND_DRAW_WIREFRAME
See Also:
Constant Field Values

ACTION_COMMAND_LOAD_DEMO_AIRSPACES

public static final String ACTION_COMMAND_LOAD_DEMO_AIRSPACES
See Also:
Constant Field Values

ACTION_COMMAND_LOAD_INTERSECTING_AIRSPACES

public static final String ACTION_COMMAND_LOAD_INTERSECTING_AIRSPACES
See Also:
Constant Field Values

ACTION_COMMAND_READ_AIRSPACES

public static final String ACTION_COMMAND_READ_AIRSPACES
See Also:
Constant Field Values

ACTION_COMMAND_SAVE_AIRSPACES

public static final String ACTION_COMMAND_SAVE_AIRSPACES
See Also:
Constant Field Values

ACTION_COMMAND_VERTICAL_EXAGGERATION

public static final String ACTION_COMMAND_VERTICAL_EXAGGERATION
See Also:
Constant Field Values

ACTION_COMMAND_ZOOM_TO_DEMO_AIRSPACES

public static final String ACTION_COMMAND_ZOOM_TO_DEMO_AIRSPACES
See Also:
Constant Field Values

AIRSPACE_LAYER_NAME

public static final String AIRSPACE_LAYER_NAME
See Also:
Constant Field Values

ANNOTATION_LAYER_NAME

public static final String ANNOTATION_LAYER_NAME
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

Airspaces

public Airspaces()
Method Detail

main

public static void main(String[] args)

NASA World Wind