NASA World Wind

gov.nasa.worldwind.examples
Class AirspaceBuilder

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

public class AirspaceBuilder
extends ApplicationTemplate


Nested Class Summary
protected static class AirspaceBuilder.AirspaceBuilderController
           
protected static class AirspaceBuilder.AirspaceBuilderModel
           
protected static class AirspaceBuilder.AirspaceBuilderPanel
           
protected static class AirspaceBuilder.AirspaceEntry
           
protected static interface AirspaceBuilder.AirspaceFactory
           
protected static class AirspaceBuilder.AppFrame
           
protected static class AirspaceBuilder.PolygonAirspaceFactory
           
protected static class AirspaceBuilder.SphereAirspaceFactory
           
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
 
Field Summary
protected static String AIRSPACE_LAYER_NAME
           
protected static String CLEAR_SELECTION
           
protected static double DEFAULT_SHAPE_SIZE_METERS
           
protected static AirspaceBuilder.AirspaceFactory[] defaultAirspaceFactories
           
protected static String DEMO_AIRSPACES_URL
           
protected static String ENABLE_EDIT
           
protected static String NEW_AIRSPACE
           
protected static String OPEN
           
protected static String OPEN_DEMO_AIRSPACES
           
protected static String OPEN_URL
           
protected static String REMOVE_SELECTED
           
protected static String SAVE
           
protected static String SELECTION_CHANGED
           
protected static String SIZE_NEW_SHAPES_TO_VIEWPORT
           
 
Constructor Summary
AirspaceBuilder()
           
 
Method Summary
static AirspaceAttributes getDefaultAttributes()
           
static AirspaceAttributes getIntersectionAttributes()
           
static String getNextName(String base)
           
static AirspaceAttributes getSelectionAndIntersectionAttributes()
           
static AirspaceAttributes getSelectionAttributes()
           
static void main(String[] args)
           
static void setEditorAttributes(AirspaceEditor editor)
           
 
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

AIRSPACE_LAYER_NAME

protected static final String AIRSPACE_LAYER_NAME
See Also:
Constant Field Values

CLEAR_SELECTION

protected static final String CLEAR_SELECTION
See Also:
Constant Field Values

DEFAULT_SHAPE_SIZE_METERS

protected static final double DEFAULT_SHAPE_SIZE_METERS
See Also:
Constant Field Values

defaultAirspaceFactories

protected static AirspaceBuilder.AirspaceFactory[] defaultAirspaceFactories

DEMO_AIRSPACES_URL

protected static final String DEMO_AIRSPACES_URL
See Also:
Constant Field Values

ENABLE_EDIT

protected static final String ENABLE_EDIT
See Also:
Constant Field Values

NEW_AIRSPACE

protected static final String NEW_AIRSPACE
See Also:
Constant Field Values

OPEN

protected static final String OPEN
See Also:
Constant Field Values

OPEN_DEMO_AIRSPACES

protected static final String OPEN_DEMO_AIRSPACES
See Also:
Constant Field Values

OPEN_URL

protected static final String OPEN_URL
See Also:
Constant Field Values

REMOVE_SELECTED

protected static final String REMOVE_SELECTED
See Also:
Constant Field Values

SAVE

protected static final String SAVE
See Also:
Constant Field Values

SELECTION_CHANGED

protected static final String SELECTION_CHANGED
See Also:
Constant Field Values

SIZE_NEW_SHAPES_TO_VIEWPORT

protected static final String SIZE_NEW_SHAPES_TO_VIEWPORT
See Also:
Constant Field Values
Constructor Detail

AirspaceBuilder

public AirspaceBuilder()
Method Detail

getDefaultAttributes

public static AirspaceAttributes getDefaultAttributes()

getIntersectionAttributes

public static AirspaceAttributes getIntersectionAttributes()

getNextName

public static String getNextName(String base)

getSelectionAndIntersectionAttributes

public static AirspaceAttributes getSelectionAndIntersectionAttributes()

getSelectionAttributes

public static AirspaceAttributes getSelectionAttributes()

main

public static void main(String[] args)

setEditorAttributes

public static void setEditorAttributes(AirspaceEditor editor)

NASA World Wind