NASA World Wind

Serialized Form


Package gov.nasa.worldwind.animation

Class gov.nasa.worldwind.animation.AnimationController extends HashMap<Object,Animator> implements Serializable


Package gov.nasa.worldwind.applications.gio

Class gov.nasa.worldwind.applications.gio.ESGCatalogPanel extends JPanel implements Serializable

Serialized Fields

service

String service

serviceDetailsContentPath

String serviceDetailsContentPath

serviceDetailsContentType

String serviceDetailsContentType

model

ESGCatalogModel model

controller

ESGController controller

queryPanel

ESGQueryPanel queryPanel

resultPanel

DefaultResultPanel resultPanel

queryModelPropertyEvents

PropertyChangeListener queryModelPropertyEvents

wwdPropertyEvents

PropertyChangeListener wwdPropertyEvents

wwd

WorldWindow wwd

Class gov.nasa.worldwind.applications.gio.GEOSSCatalogPanel extends ESGCatalogPanel implements Serializable

Class gov.nasa.worldwind.applications.gio.GIDBCatalogPanel extends JPanel implements Serializable

Serialized Fields

service

String service

controller

GIDBController controller

model

GIDBCatalogModel model

queryPanel

GIDBQueryPanel queryPanel

resultPanel

DefaultResultPanel resultPanel

wwd

WorldWindow wwd

Class gov.nasa.worldwind.applications.gio.WorldWindCatalogs.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

controller

gov.nasa.worldwind.applications.gio.WorldWindCatalogs.Controller controller

catalogFrame

WorldWindCatalogs.CatalogFrame catalogFrame

layerPanel

LayerPanel layerPanel

Class gov.nasa.worldwind.applications.gio.WorldWindCatalogs.CatalogFrame extends JFrame implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

Package gov.nasa.worldwind.applications.gio.catalogui

Class gov.nasa.worldwind.applications.gio.catalogui.AngleSpinner extends JPanel implements Serializable

Serialized Fields

mode

String mode

degreeSpinner

JSpinner degreeSpinner

minuteSpinner

JSpinner minuteSpinner

secondSpinner

JSpinner secondSpinner

degreeEditor

JSpinner.NumberEditor degreeEditor

minuteEditor

JSpinner.NumberEditor minuteEditor

secondEditor

JSpinner.NumberEditor secondEditor

actionCommand

String actionCommand

listenerList

EventListenerList listenerList

ignoreEvents

boolean ignoreEvents

Class gov.nasa.worldwind.applications.gio.catalogui.ButtonCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

button

JButton button

value

Object value

Class gov.nasa.worldwind.applications.gio.catalogui.ButtonCellRenderer extends JButton implements Serializable

Class gov.nasa.worldwind.applications.gio.catalogui.DateSpinner extends JPanel implements Serializable

Serialized Fields

spinner

JSpinner spinner

editor

JSpinner.DateEditor editor

actionCommand

String actionCommand

listenerList

EventListenerList listenerList

ignoreEvents

boolean ignoreEvents

Class gov.nasa.worldwind.applications.gio.catalogui.DefaultResultPanel extends JPanel implements Serializable

Serialized Fields

waitingIconPath

String waitingIconPath

resultComponent

JComponent resultComponent

rootPane

JRootPane rootPane

statusLabel

JLabel statusLabel

Class gov.nasa.worldwind.applications.gio.catalogui.ResultListEvent extends EventObject implements Serializable

Serialized Fields

startIndex

int startIndex

endIndex

int endIndex

type

int type

Class gov.nasa.worldwind.applications.gio.catalogui.ResultTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

serviceGenericIconPath

String serviceGenericIconPath

serviceWCSIconPath

String serviceWCSIconPath

serviceWFSIconPath

String serviceWFSIconPath

serviceWMSIconPath

String serviceWMSIconPath

serviceErrorIconPath

String serviceErrorIconPath

waitingIconPath

String waitingIconPath

treeTable

TreeTable treeTable

iconMap

Map<K,V> iconMap

toolTipSupport

ToolTipSupport toolTipSupport

Class gov.nasa.worldwind.applications.gio.catalogui.ResultTreeTable extends TreeTable implements Serializable

Serialized Fields

resultList

ResultList resultList

params

AVList params

toolTipSupport

ToolTipSupport toolTipSupport

Class gov.nasa.worldwind.applications.gio.catalogui.ServiceTypeCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

toolTipSupport

ToolTipSupport toolTipSupport

Package gov.nasa.worldwind.applications.gio.catalogui.treetable

Class gov.nasa.worldwind.applications.gio.catalogui.treetable.TableModelAdapter extends AbstractTableModel implements Serializable

Serialized Fields

treeTableModel

TreeTableModel treeTableModel

tree

JTree tree

Class gov.nasa.worldwind.applications.gio.catalogui.treetable.TreeTable extends JTable implements Serializable

Serialized Fields

treeTableModel

TreeTableModel treeTableModel

tree

gov.nasa.worldwind.applications.gio.catalogui.treetable.TreeTable.TreeTableCellRenderer tree

askIfTreeEditable

boolean askIfTreeEditable

isTreeEditable

boolean isTreeEditable

Class gov.nasa.worldwind.applications.gio.catalogui.treetable.TreeTableModelEvent extends EventObject implements Serializable

Serialized Fields

path

Object[] path

childIndices

int[] childIndices

children

Object[] children

Package gov.nasa.worldwind.applications.gio.csw

Class gov.nasa.worldwind.applications.gio.csw.CSWConnectionException extends IOException implements Serializable


Package gov.nasa.worldwind.applications.gio.esg

Class gov.nasa.worldwind.applications.gio.esg.ESGQueryPanel extends JPanel implements Serializable

Serialized Fields

model

ESGQueryModel model

controller

ESGQueryController controller

queryButton

JButton queryButton

keywordsBox

JComboBox keywordsBox

minDateCheckBox

JCheckBox minDateCheckBox

maxDateCheckBox

JCheckBox maxDateCheckBox

minDateSpinner

DateSpinner minDateSpinner

maxDateSpinner

DateSpinner maxDateSpinner

boundsCheckBox

JCheckBox boundsCheckBox

linkWithWWJViewCheckBox

JCheckBox linkWithWWJViewCheckBox

minLatitudeSpinner

AngleSpinner minLatitudeSpinner

maxLatitudeSpinner

AngleSpinner maxLatitudeSpinner

minLongitudeSpinner

AngleSpinner minLongitudeSpinner

maxLongitudeSpinner

AngleSpinner maxLongitudeSpinner

wmsCheckBox

JCheckBox wmsCheckBox

wfsCheckBox

JCheckBox wfsCheckBox

wcsCheckBox

JCheckBox wcsCheckBox

toggleButton

JButton toggleButton

advancedPanel

JPanel advancedPanel

minLatitudeLabel

JLabel minLatitudeLabel

maxLatitudeLabel

JLabel maxLatitudeLabel

minLongitudeLabel

JLabel minLongitudeLabel

maxLongitudeLabel

JLabel maxLongitudeLabel

Class gov.nasa.worldwind.applications.gio.esg.ESGTreeTable extends ResultTreeTable implements Serializable

Class gov.nasa.worldwind.applications.gio.esg.NationalAppsCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

toolTipSupport

ToolTipSupport toolTipSupport

Class gov.nasa.worldwind.applications.gio.esg.ServiceDetailsDialog extends JDialog implements Serializable

Serialized Fields

contentPath

String contentPath

contentType

String contentType

contentText

String contentText

contentParams

AVList contentParams

panel

JPanel panel

editorPane

JEditorPane editorPane

scrollPane

JScrollPane scrollPane

hyperlinkListener

HyperlinkListener hyperlinkListener

maxHeight

int maxHeight

maxWidth

int maxWidth

Package gov.nasa.worldwind.applications.gio.gidb

Class gov.nasa.worldwind.applications.gio.gidb.GIDBQueryPanel extends JPanel implements Serializable

Serialized Fields

model

QueryModel model

controller

GIDBQueryController controller

queryButton

JButton queryButton

keywordsBox

JComboBox keywordsBox

Class gov.nasa.worldwind.applications.gio.gidb.GIDBTreeTable extends ResultTreeTable implements Serializable


Package gov.nasa.worldwind.applications.glider

Class gov.nasa.worldwind.applications.glider.GliderTestApp.GliderAppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.applications.glider.GliderTestApp.GliderAppPanel extends ApplicationTemplate.AppPanel implements Serializable

Class gov.nasa.worldwind.applications.glider.GliderWorldWindow extends WorldWindowGLCanvas implements Serializable

Serialized Fields

imageTable

CopyOnWriteArraySet<E> imageTable

layerListener

GliderWorldWindow.LayerListener layerListener

Package gov.nasa.worldwind.applications.gos

Class gov.nasa.worldwind.applications.gos.GeodataAppFrame extends JFrame implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

layerPanel

LayerPanel layerPanel

statusBar

StatusBar statusBar

portalFrame

GeodataPortalFrame portalFrame

Class gov.nasa.worldwind.applications.gos.GeodataPortalFrame extends JFrame implements Serializable

Serialized Fields

searchPanel

GeodataWindowJPanel searchPanel

layerPanel

GeodataLayerPanel layerPanel

recentChangesPanel

GeodataRecentChangesPanel recentChangesPanel

listenerList

EventListenerList listenerList

Class gov.nasa.worldwind.applications.gos.GeodataRecentChangesPanel extends JPanel implements Serializable

Serialized Fields

service

ScheduledExecutorService service

period

long period

lastUpdateTime

long lastUpdateTime

queryParams

AVList queryParams

feedComboBox

JComboBox feedComboBox

dateModifiedComboBox

JComboBox dateModifiedComboBox

recordListPanel

RecordListPanel recordListPanel

contentPanel

StateCardPanel contentPanel

durationPattern

Pattern durationPattern

dateFormat

SimpleDateFormat dateFormat

taskFuture

Future<V> taskFuture

cancelUpdateActionListener

ActionListener cancelUpdateActionListener

Class gov.nasa.worldwind.applications.gos.GeodataWindowJPanel extends JPanel implements Serializable

Serialized Fields

controller

GeodataController controller

wwd

WorldWindow wwd

recordList

RecordList recordList

recordListLayer

RecordListLayer recordListLayer

searchPanel

SearchPanel searchPanel

searchOptionsPanel

SearchOptionsPanel searchOptionsPanel

controlPanel

ControlPanel controlPanel

contentPanel

StateCardPanel contentPanel

pageNavigationPanel

PageNavigationPanel pageNavigationPanel

Package gov.nasa.worldwind.applications.gos.awt

Class gov.nasa.worldwind.applications.gos.awt.ActionPanel extends JPanel implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.ControlPanel extends ActionPanel implements Serializable

Serialized Fields

showSearchOptions

boolean showSearchOptions

toggleSearchOptionsButton

JButton toggleSearchOptionsButton

showRecordAnnotationsBox

JCheckBox showRecordAnnotationsBox

showRecordBoundsBox

JCheckBox showRecordBoundsBox

Class gov.nasa.worldwind.applications.gos.awt.ControlPanel.HideSearchOptionsAction extends AbstractAction implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.ControlPanel.ShowSearchOptionsAction extends AbstractAction implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.GeodataLayerPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

contentPanel

JPanel contentPanel

scrollPane

JScrollPane scrollPane

Class gov.nasa.worldwind.applications.gos.awt.GeodataLayerPanel.LayerAction extends AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

Class gov.nasa.worldwind.applications.gos.awt.GOSTextPane extends JTextPane implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.HyperlinkPanel extends JPanel implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.PageNavigationPanel extends ActionPanel implements Serializable

Serialized Fields

recordStartIndex

int recordStartIndex

Class gov.nasa.worldwind.applications.gos.awt.PageNavigationPanel.PageButton extends JButton implements Serializable

Serialized Fields

allowEnabled

boolean allowEnabled

Class gov.nasa.worldwind.applications.gos.awt.RecordListPanel extends JPanel implements Serializable

Serialized Fields

recordList

RecordList recordList

globeModel

GlobeModel globeModel

contentPanel

JPanel contentPanel

scrollPane

JScrollPane scrollPane

recordPanelList

ArrayList<E> recordPanelList

infoPane

JTextPane infoPane

Class gov.nasa.worldwind.applications.gos.awt.RecordPanel extends JPanel implements Serializable

Serialized Fields

record

Record record

globeModel

GlobeModel globeModel

contentPanel

StateCardPanel contentPanel

toggleContentButton

JButton toggleContentButton

serviceStatusLabel

JLabel serviceStatusLabel

contentComponent

JComponent contentComponent

taskFuture

Future<V> taskFuture

Class gov.nasa.worldwind.applications.gos.awt.RecordPanel.GoToAction extends AbstractAction implements Serializable

Serialized Fields

globe

GlobeModel globe

sector

Sector sector

Class gov.nasa.worldwind.applications.gos.awt.RecordPanel.HideContentAction extends AbstractAction implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.RecordPanel.OpenBrowserAction extends AbstractAction implements Serializable

Serialized Fields

url

URL url

Class gov.nasa.worldwind.applications.gos.awt.RecordPanel.ShowContentAction extends AbstractAction implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.SearchOptionsPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

anyRegionChoice

JRadioButton anyRegionChoice

selectedRegionChoice

JRadioButton selectedRegionChoice

regionSelectButton

JButton regionSelectButton

sectorSelector

SectorSelector sectorSelector

sortOrderBox

JComboBox sortOrderBox

contentTypeSet

Set<E> contentTypeSet

dataCategorySet

Set<E> dataCategorySet

contentPanel

JPanel contentPanel

scrollPane

JScrollPane scrollPane

Class gov.nasa.worldwind.applications.gos.awt.SearchOptionsPanel.CategorySetAction extends AbstractAction implements Serializable

Serialized Fields

category

SearchOptionsPanel.Category category

keySet

Set<E> keySet

Class gov.nasa.worldwind.applications.gos.awt.SearchOptionsPanel.DisableSelectorAction extends AbstractAction implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.SearchOptionsPanel.EnableSelectorAction extends AbstractAction implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.SearchPanel extends JPanel implements Serializable

Serialized Fields

initialized

boolean initialized

iconLabel

JLabel iconLabel

keywordsField

JTextField keywordsField

searchButton

JButton searchButton

Class gov.nasa.worldwind.applications.gos.awt.SearchPanel.SearchAction extends AbstractAction implements Serializable

Class gov.nasa.worldwind.applications.gos.awt.StateCardPanel extends JPanel implements Serializable

Serialized Fields

state

String state

map

Map<K,V> map

Class gov.nasa.worldwind.applications.gos.awt.WMSLayerPanel extends JPanel implements Serializable

Serialized Fields

record

Record record

globeModel

GlobeModel globeModel

caps

WMSCapabilities caps

Class gov.nasa.worldwind.applications.gos.awt.WMSLayerPanel.AddWMSLayerAction extends AbstractAction implements Serializable

Serialized Fields

owner

WMSLayerPanel owner

caps

WMSCapabilities caps

layer

WMSLayerCapabilities layer

style

WMSLayerStyle style

Class gov.nasa.worldwind.applications.gos.awt.WMSLayerPanel.RemoveWMSLayerAction extends AbstractAction implements Serializable

Serialized Fields

owner

WMSLayerPanel owner

caps

WMSCapabilities caps

layer

WMSLayerCapabilities layer

style

WMSLayerStyle style

Package gov.nasa.worldwind.applications.gos.event

Class gov.nasa.worldwind.applications.gos.event.SearchEvent extends EventObject implements Serializable

Serialized Fields

params

AVList params

Package gov.nasa.worldwind.applications.sar

Class gov.nasa.worldwind.applications.sar.AnalysisPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

trackController

TrackController trackController

currentTrack

SARTrack currentTrack

trackViewPanel

TrackViewPanel trackViewPanel

terrainProfilePanel

TerrainProfilePanel terrainProfilePanel

terrainProfileFrame

JFrame terrainProfileFrame

cloudCeilingPanel

CloudCeilingPanel cloudCeilingPanel

cloudCeilingFrame

JFrame cloudCeilingFrame

crosshairLayer

CrosshairLayer crosshairLayer

crosshairNeedsUpdate

boolean crosshairNeedsUpdate

trackRenderables

RenderableLayer trackRenderables

planeModel

PlaneModel planeModel

segmentInfo

TrackSegmentInfo segmentInfo

trackInfoState

String trackInfoState

lastUpdateViewMode

String lastUpdateViewMode

examineViewState

gov.nasa.worldwind.applications.sar.AnalysisPanel.ViewState examineViewState

propertyChangeListener

PropertyChangeListener propertyChangeListener

renderingListener

RenderingListener renderingListener

Class gov.nasa.worldwind.applications.sar.BulkDownloadFrame extends JFrame implements Serializable

Class gov.nasa.worldwind.applications.sar.CloudCeilingPanel extends JPanel implements Serializable

Serialized Fields

cloudCeiling

CloudCeiling cloudCeiling

track

SARTrack track

trackCurrentPositionNumber

int trackCurrentPositionNumber

elevationUnit

String elevationUnit

suspendEvents

boolean suspendEvents

controlPanel

Box controlPanel

advancedPanel

Box advancedPanel

descriptionLabel

JLabel descriptionLabel

descriptionTextField

JTextField descriptionTextField

enabledCheckBox

JCheckBox enabledCheckBox

baseElevationLabel

JLabel baseElevationLabel

baseElevationTextField

JTextField baseElevationTextField

elevationUnitLabel1

JLabel elevationUnitLabel1

elevationUnitLabel2

JLabel elevationUnitLabel2

deltaElevationLabel

JLabel deltaElevationLabel

deltaElevationTextField

JTextField deltaElevationTextField

deltaModeGroup

ButtonGroup deltaModeGroup

deltaPlusRadioButton

JRadioButton deltaPlusRadioButton

deltaMinusRadioButton

JRadioButton deltaMinusRadioButton

deltaBothRadioButton

JRadioButton deltaBothRadioButton

incrementLabel

JLabel incrementLabel

incrementSpinner

JSpinner incrementSpinner

incrementPlusButton

JButton incrementPlusButton

incrementMinusButton

JButton incrementMinusButton

incrementResetButton

JButton incrementResetButton

incrementedBaseLabel

JLabel incrementedBaseLabel

advancedButton

JButton advancedButton

segmentsFromLabel

JLabel segmentsFromLabel

segmentsToLabel

JLabel segmentsToLabel

segmentStartSpinner

JSpinner segmentStartSpinner

segmentEndSpinner

JSpinner segmentEndSpinner

currentSegmentCheckBox

JCheckBox currentSegmentCheckBox

wholeTrackCheckBox

JCheckBox wholeTrackCheckBox

patternLabel

JLabel patternLabel

patternCombo

JComboBox patternCombo

patternSizeCombo

JComboBox patternSizeCombo

opacityLabel

JLabel opacityLabel

opacitySpinner

JSpinner opacitySpinner

colorButton

JButton colorButton

Class gov.nasa.worldwind.applications.sar.ControlPanel extends JPanel implements Serializable

Serialized Fields

tracksPanel

TracksPanel tracksPanel

analysisPanel

AnalysisPanel analysisPanel

Class gov.nasa.worldwind.applications.sar.HelpFrame extends JFrame implements Serializable

Serialized Fields

helpPane

JEditorPane helpPane

Class gov.nasa.worldwind.applications.sar.LayerMenu extends JMenu implements Serializable

Serialized Fields

wwd

WorldWindow wwd

Class gov.nasa.worldwind.applications.sar.PositionTable extends JTable implements Serializable

Serialized Fields

sarTrack

SARTrack sarTrack

elevationUnit

String elevationUnit

angleFormat

String angleFormat

propertyListener

PropertyChangeListener propertyListener

Class gov.nasa.worldwind.applications.sar.SAR2 extends JFrame implements Serializable

Serialized Fields

trackController

TrackController trackController

annotationSupport

SARAnnotationSupport annotationSupport

scalebarHint

ScalebarHint scalebarHint

wwd

WorldWindow wwd

redrawTimer

Timer redrawTimer

controlPanel

ControlPanel controlPanel

wwPanel

WWPanel wwPanel

layerMenu

LayerMenu layerMenu

viewLayerMenu

ViewMenu viewLayerMenu

feetMenuItem

JCheckBoxMenuItem feetMenuItem

metersMenuItem

JCheckBoxMenuItem metersMenuItem

angleDDMenuItem

JCheckBoxMenuItem angleDDMenuItem

angleDMSMenuItem

JCheckBoxMenuItem angleDMSMenuItem

viewExamineButton

JButton viewExamineButton

viewFollowButton

JButton viewFollowButton

viewFreeButton

JButton viewFreeButton

extendTrackPlaneButton

JButton extendTrackPlaneButton

extendTrackCursorAirButton

JButton extendTrackCursorAirButton

extendTrackCursorGroundButton

JButton extendTrackCursorGroundButton

nextPointButton

JButton nextPointButton

removeLastPointButton

JButton removeLastPointButton

showTrackInfoButton

JButton showTrackInfoButton

openFileChooser

JFileChooser openFileChooser

saveTrackDialog

SaveTrackDialog saveTrackDialog

bulkDownloadFrame

BulkDownloadFrame bulkDownloadFrame

gosPortalFrame

GeodataPortalFrame gosPortalFrame

userPreferencesDialog

UserPreferencesDialog userPreferencesDialog

autoSaveTimer

Timer autoSaveTimer

toolbarTrack

SARTrack toolbarTrack

Class gov.nasa.worldwind.applications.sar.TerrainProfilePanel extends JPanel implements Serializable

Serialized Fields

controller

gov.nasa.worldwind.applications.sar.TerrainProfilePanel.TerrainProfileController controller

panel1

JPanel panel1

panel2

JPanel panel2

panel6

JPanel panel6

panel5

JPanel panel5

sizeComboBox

JComboBox sizeComboBox

panel7

JPanel panel7

followComboBox

JComboBox followComboBox

panel3

JPanel panel3

proportionalCheckBox

JCheckBox proportionalCheckBox

showEyeCheckBox

JCheckBox showEyeCheckBox

zeroBaseCheckBox

JCheckBox zeroBaseCheckBox

panel4

JPanel panel4

profileWidthSpinner

JSpinner profileWidthSpinner

profileWidthLabel

JLabel profileWidthLabel

panel8

JPanel panel8

panel4b

JPanel panel4b

profileLengthSpinner

JSpinner profileLengthSpinner

profileLengthLabel

JLabel profileLengthLabel

panel4c

JPanel panel4c

profilesSameSize

JCheckBox profilesSameSize

panel4d

JPanel panel4d

profileFollowPath

JCheckBox profileFollowPath

Class gov.nasa.worldwind.applications.sar.TrackPanel extends JPanel implements Serializable

Serialized Fields

elevationUnit

String elevationUnit

angleFormat

String angleFormat

visibilityFlag

JCheckBox visibilityFlag

scrollPane

JScrollPane scrollPane

positionTable

PositionTable positionTable

offsetToggleCheckBox

JCheckBox offsetToggleCheckBox

offsetSpinner

JSpinner offsetSpinner

offsetUnitLabel

JLabel offsetUnitLabel

Class gov.nasa.worldwind.applications.sar.TracksPanel extends JPanel implements Serializable

Serialized Fields

elevationUnit

String elevationUnit

angleFormat

String angleFormat

tracksTabbedPane

JTabbedPane tracksTabbedPane

Class gov.nasa.worldwind.applications.sar.TrackViewPanel extends JPanel implements Serializable

Serialized Fields

analysisPanel

AnalysisPanel analysisPanel

sarTrack

SARTrack sarTrack

trackPropertyChangeListener

PropertyChangeListener trackPropertyChangeListener

elevationUnit

String elevationUnit

angleFormat

String angleFormat

viewMode

String viewMode

suspendPositionEvents

boolean suspendPositionEvents

positionDelta

double positionDelta

latLabel

JLabel latLabel

lonLabel

JLabel lonLabel

altLabel

JLabel altLabel

latReadout

JLabel latReadout

lonReadout

JLabel lonReadout

altReadout

JLabel altReadout

positionSpinner

JSpinner positionSpinner

positionSlider

JSlider positionSlider

fastReverseButton

JButton fastReverseButton

reverseButton

JButton reverseButton

stopButton

JButton stopButton

forwardButton

JButton forwardButton

fastForwardButton

JButton fastForwardButton

speedLabel

JLabel speedLabel

speedSpinner

JSpinner speedSpinner

speedFactorSpinner

JSpinner speedFactorSpinner

playMode

int playMode

player

Timer player

previousStepTime

long previousStepTime

Class gov.nasa.worldwind.applications.sar.UserPreferencesDialog extends JDialog implements Serializable

Serialized Fields

preferences

AVList preferences

newPreferences

AVList newPreferences

ignoreActionEvents

boolean ignoreActionEvents

autoSaveIntervalChoices

String[] autoSaveIntervalChoices

windowListener

WindowAdapter windowListener

Class gov.nasa.worldwind.applications.sar.ViewMenu extends JMenu implements Serializable

Serialized Fields

wwd

WorldWindow wwd

Class gov.nasa.worldwind.applications.sar.WWPanel extends JPanel implements Serializable

Serialized Fields

panel

WWPanel.FocusablePanel panel

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

propertyChangeListener

PropertyChangeListener propertyChangeListener

focusListener

FocusListener focusListener

Class gov.nasa.worldwind.applications.sar.WWPanel.FocusablePanel extends JPanel implements Serializable

Serialized Fields

focusContext

Component focusContext

Package gov.nasa.worldwind.applications.sar.actions

Class gov.nasa.worldwind.applications.sar.actions.AddOffsetToPositionsAction extends AbstractAction implements Serializable

Serialized Fields

table

PositionTable table

Class gov.nasa.worldwind.applications.sar.actions.AppendPositionAction extends AbstractAction implements Serializable

Serialized Fields

table

PositionTable table

Class gov.nasa.worldwind.applications.sar.actions.DeletePositionsAction extends AbstractAction implements Serializable

Serialized Fields

table

PositionTable table

Class gov.nasa.worldwind.applications.sar.actions.InsertPositionAction extends AbstractAction implements Serializable

Serialized Fields

above

boolean above

table

PositionTable table

Class gov.nasa.worldwind.applications.sar.actions.SARScreenShotAction extends ScreenShotAction implements Serializable


Package gov.nasa.worldwind.awt

Class gov.nasa.worldwind.awt.ViewInputAttributes.ActionAttributesList extends ArrayList<ViewInputAttributes.ActionAttributes> implements Serializable

Class gov.nasa.worldwind.awt.ViewInputAttributes.DeviceModifierMap extends HashMap<Object,ArrayList> implements Serializable

Class gov.nasa.worldwind.awt.WorldWindowGLCanvas extends GLCanvas implements Serializable

Serialized Fields

wwd

WorldWindowGLDrawable wwd
The drawable to which WorldWindow methods are delegated.

Class gov.nasa.worldwind.awt.WorldWindowGLJPanel extends GLJPanel implements Serializable

Serialized Fields

wwd

WorldWindowGLDrawable wwd
The drawable to which WorldWindow methods are delegated.


Package gov.nasa.worldwind.event

Class gov.nasa.worldwind.event.BulkRetrievalEvent extends WWEvent implements Serializable

Serialized Fields

eventType

String eventType

item

String item

Class gov.nasa.worldwind.event.DragSelectEvent extends SelectEvent implements Serializable

Serialized Fields

previousPickPoint

Point previousPickPoint

Class gov.nasa.worldwind.event.Message extends WWEvent implements Serializable

Serialized Fields

name

String name
Message name.


when

long when
Time at which the message was sent.

Class gov.nasa.worldwind.event.PositionEvent extends WWEvent implements Serializable

Serialized Fields

screenPoint

Point screenPoint

position

Position position

previousPosition

Position previousPosition

Class gov.nasa.worldwind.event.RenderingEvent extends WWEvent implements Serializable

Serialized Fields

stage

String stage

Class gov.nasa.worldwind.event.SelectEvent extends WWEvent implements Serializable

Serialized Fields

eventAction

String eventAction

pickPoint

Point pickPoint

mouseEvent

MouseEvent mouseEvent

pickedObjects

PickedObjectList pickedObjects

Class gov.nasa.worldwind.event.WWEvent extends EventObject implements Serializable

Serialized Fields

consumed

boolean consumed
Denotes whether or not the event has been consumed. Initially false.


Package gov.nasa.worldwind.examples

Class gov.nasa.worldwind.examples.AirspaceBuilder.AirspaceBuilderModel extends AbstractTableModel implements Serializable

Serialized Fields

entryList

ArrayList<E> entryList

Class gov.nasa.worldwind.examples.AirspaceBuilder.AirspaceBuilderPanel extends JPanel implements Serializable

Serialized Fields

factoryComboBox

JComboBox factoryComboBox

entryTable

JTable entryTable

ignoreSelectEvents

boolean ignoreSelectEvents

Class gov.nasa.worldwind.examples.AirspaceBuilder.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

airspaceLayer

AirspaceLayer airspaceLayer

builderModel

AirspaceBuilder.AirspaceBuilderModel builderModel

builderView

AirspaceBuilder.AirspaceBuilderPanel builderView

builderController

AirspaceBuilder.AirspaceBuilderController builderController

Class gov.nasa.worldwind.examples.Airspaces.AirspacesPanel extends JPanel implements Serializable

Serialized Fields

eventListeners

EventListenerList eventListeners

Class gov.nasa.worldwind.examples.Airspaces.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

controller

Airspaces.AirspacesController controller

airspacesPanel

Airspaces.AirspacesPanel airspacesPanel

flatWorldPanel

FlatWorldPanel flatWorldPanel

Class gov.nasa.worldwind.examples.AlarmIcons.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

icon

UserFacingIcon icon

alarmTypes

ArrayList<E> alarmTypes

Class gov.nasa.worldwind.examples.AnnotationControls.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

iconLayer

IconLayer iconLayer

highlit

WWIcon highlit

contentLayer

RenderableLayer contentLayer

dragger

BasicDragger dragger

Class gov.nasa.worldwind.examples.ApplicationTemplate.AppFrame extends JFrame implements Serializable

Serialized Fields

canvasSize

Dimension canvasSize

wwjPanel

ApplicationTemplate.AppPanel wwjPanel

layerPanel

LayerPanel layerPanel

statsPanel

StatisticsPanel statsPanel

Class gov.nasa.worldwind.examples.ApplicationTemplate.AppPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

toolTipController

ToolTipController toolTipController

highlightController

HighlightController highlightController

Class gov.nasa.worldwind.examples.Balloons.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

hotSpotController

HotSpotController hotSpotController

balloonController

BalloonController balloonController

layer

RenderableLayer layer

Class gov.nasa.worldwind.examples.BathymetryRemoval.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.Boxes.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.BulkDownload.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.BulkDownloadPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

currentSector

Sector currentSector

retrievables

ArrayList<E> retrievables

selectButton

JButton selectButton

sectorLabel

JLabel sectorLabel

startButton

JButton startButton

monitorPanel

JPanel monitorPanel

cache

BasicDataFileStore cache

selector

SectorSelector selector

Class gov.nasa.worldwind.examples.BulkDownloadPanel.BulkRetrievablePanel extends JPanel implements Serializable

Serialized Fields

retrievable

BulkRetrievable retrievable

selectCheckBox

JCheckBox selectCheckBox

descriptionLabel

JLabel descriptionLabel

updateThread

Thread updateThread

sector

Sector sector

Class gov.nasa.worldwind.examples.BulkDownloadPanel.DownloadMonitorPanel extends JPanel implements Serializable

Serialized Fields

thread

BulkRetrievalThread thread

progress

Progress progress

updateTimer

Timer updateTimer

descriptionLabel

JLabel descriptionLabel

progressBar

JProgressBar progressBar

cancelButton

JButton cancelButton

Class gov.nasa.worldwind.examples.Cones.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.ContextMenusOnShapes.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.ContextMenusOnShapes.ContextMenuItemAction extends AbstractAction implements Serializable

Serialized Fields

itemInfo

ContextMenusOnShapes.ContextMenuItemInfo itemInfo

Class gov.nasa.worldwind.examples.ContourLines.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

contourLine

ContourLine contourLine

Class gov.nasa.worldwind.examples.Cylinders.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.DeepPicking.AppFrame extends Airspaces.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.DetailHints.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.DraggingShapes.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.Ellipsoids.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.ExportImageOrElevations.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

btnSaveElevations

JButton btnSaveElevations

btnSaveImage

JButton btnSaveImage

selectedSector

Sector selectedSector

fileChooser

JFileChooser fileChooser

selector

SectorSelector selector

Class gov.nasa.worldwind.examples.ExtrudedPolygons.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.ExtrudedPolygonsFromShapefile.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.ExtrudedShapes.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.FlatWorld.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.FlatWorldEarthquakes.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

eqLayer

RenderableLayer eqLayer

mouseEq

gov.nasa.worldwind.examples.FlatWorldEarthquakes.AppFrame.EqAnnotation mouseEq

latestEq

gov.nasa.worldwind.examples.FlatWorldEarthquakes.AppFrame.EqAnnotation latestEq

tooltipAnnotation

GlobeAnnotation tooltipAnnotation

downloadButton

JButton downloadButton

statusLabel

JLabel statusLabel

latestLabel

JLabel latestLabel

lastUpdate

Date lastUpdate

blinker

gov.nasa.worldwind.examples.FlatWorldEarthquakes.AppFrame.Blinker blinker

updater

Timer updater

lastUpdaterEvent

Date lastUpdaterEvent

magnitudeCombo

JComboBox magnitudeCombo

eqAttributes

AnnotationAttributes eqAttributes

eqIcons

BufferedImage[] eqIcons

eqColors

Color[] eqColors

Class gov.nasa.worldwind.examples.FlatWorldPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

roundGlobe

Globe roundGlobe

flatGlobe

FlatGlobe flatGlobe

projectionCombo

JComboBox projectionCombo

Class gov.nasa.worldwind.examples.GazetteerApp.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.GazetteerPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

gazeteer

Gazetteer gazeteer

resultsPanel

JPanel resultsPanel

resultsBox

JComboBox resultsBox

Class gov.nasa.worldwind.examples.GetBestElevations.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.GoToCoordinatePanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

coordInput

JTextField coordInput

resultLabel

JLabel resultLabel

Class gov.nasa.worldwind.examples.Graticule.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.GraticuleAttributesPanel extends JPanel implements Serializable

Serialized Fields

linePanel

JPanel linePanel

lineColorPanel

gov.nasa.worldwind.examples.GraticuleAttributesPanel.ColorPanel lineColorPanel

lineWidthSlider

JSlider lineWidthSlider

lineWidthSpinner

JSpinner lineWidthSpinner

lineWidthSpinnerModel

SpinnerNumberModel lineWidthSpinnerModel

lineStyle

JComboBox lineStyle

labelPanel

JPanel labelPanel

labelColorPanel

gov.nasa.worldwind.examples.GraticuleAttributesPanel.ColorPanel labelColorPanel

labelEnabled

JCheckBox labelEnabled

labelFontName

JComboBox labelFontName

labelFontStyle

JComboBox labelFontStyle

labelFontSize

JComboBox labelFontSize

Class gov.nasa.worldwind.examples.KeepingObjectsInView.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

objectsToTrack

Iterable<T> objectsToTrack

viewController

KeepingObjectsInView.ViewController viewController

helpLayer

RenderableLayer helpLayer

Class gov.nasa.worldwind.examples.LayerPanel extends JPanel implements Serializable

Serialized Fields

layersPanel

JPanel layersPanel

westPanel

JPanel westPanel

scrollPane

JScrollPane scrollPane

defaultFont

Font defaultFont

Class gov.nasa.worldwind.examples.LayerPanel.LayerAction extends AbstractAction implements Serializable

Serialized Fields

wwd

WorldWindow wwd

layer

Layer layer

selected

boolean selected

Class gov.nasa.worldwind.examples.LayerTreeUsage.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

layerTree

LayerTree layerTree

hiddenLayer

RenderableLayer hiddenLayer

controller

HotSpotController controller

Class gov.nasa.worldwind.examples.LineBackground.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.LineBuilder.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.LocalDataOnly.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.MeasureToolPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

measureTool

MeasureTool measureTool

shapeCombo

JComboBox shapeCombo

pathTypeCombo

JComboBox pathTypeCombo

unitsCombo

JComboBox unitsCombo

anglesCombo

JComboBox anglesCombo

lineColorButton

JButton lineColorButton

pointColorButton

JButton pointColorButton

annotationColorButton

JButton annotationColorButton

followCheck

JCheckBox followCheck

showControlsCheck

JCheckBox showControlsCheck

showAnnotationCheck

JCheckBox showAnnotationCheck

rubberBandCheck

JCheckBox rubberBandCheck

freeHandCheck

JCheckBox freeHandCheck

newButton

JButton newButton

pauseButton

JButton pauseButton

endButton

JButton endButton

pointLabels

JLabel[] pointLabels

lengthLabel

JLabel lengthLabel

areaLabel

JLabel areaLabel

widthLabel

JLabel widthLabel

heightLabel

JLabel heightLabel

headingLabel

JLabel headingLabel

centerLabel

JLabel centerLabel

Class gov.nasa.worldwind.examples.MeasureToolUsage.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

lastTabIndex

int lastTabIndex

tabbedPane

JTabbedPane tabbedPane

profile

TerrainProfileLayer profile

measureToolListener

PropertyChangeListener measureToolListener

Class gov.nasa.worldwind.examples.MGRSAttributesPanel extends JPanel implements Serializable

Serialized Fields

layer

MGRSGraticuleLayer layer

itemList

JList itemList

maxResolutionComboBox

JComboBox maxResolutionComboBox

saveStateButton

JButton saveStateButton

loadStateButton

JButton loadStateButton

cardPanel

JPanel cardPanel

cardLayout

CardLayout cardLayout

graticuleAttribPanelMap

Map<K,V> graticuleAttribPanelMap

ignoreLayerEvents

boolean ignoreLayerEvents

ignoreUIEvents

boolean ignoreUIEvents

ALL_GRATICULE_TYPES

String[] ALL_GRATICULE_TYPES

MGRS_GRATICULE_TYPES

String[] MGRS_GRATICULE_TYPES

Class gov.nasa.worldwind.examples.MGRSGraticule.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.NetworkOfflineMode.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.OnScreenLayerManager.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.Paths.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.PathsWithDirection.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.PathsWithLabels.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.PickFrustum.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

lblDimension

JLabel lblDimension

frustumDimensionLabel

JLabel frustumDimensionLabel

panel

JPanel panel

slider

JSlider slider

butShowPickingFrustum

JToggleButton butShowPickingFrustum

butTogglePickingClipping

JToggleButton butTogglePickingClipping

butToggleViewClipping

JToggleButton butToggleViewClipping

lastPickedIcon

WWIcon lastPickedIcon

iconLayer

IconLayer iconLayer

frustumLayer

PickFrustum.PickFrustumLayer frustumLayer

Class gov.nasa.worldwind.examples.Placemarks.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.PlaceNames.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.PlaceNamesPanel extends JPanel implements Serializable

Serialized Fields

nameServices

List<E> nameServices

nameLayer

PlaceNameLayer nameLayer

wwd

WorldWindow wwd

cbList

ArrayList<E> cbList

Class gov.nasa.worldwind.examples.Polygons.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.Pyramids.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.RemoteSurfaceImage.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.RigidShapes.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.RotatedSector.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.RubberSheetImage.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

controller

RubberSheetImage.Controller controller

Class gov.nasa.worldwind.examples.ScreenShots extends JFrame implements Serializable

Serialized Fields

wwd

WorldWindow wwd

Class gov.nasa.worldwind.examples.SectorSelection.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

selector

SectorSelector selector

Class gov.nasa.worldwind.examples.Shapefiles.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

layers

List<E> layers

dragger

BasicDragger dragger

fc

JFileChooser fc

pickCheck

JCheckBox pickCheck

dragCheck

JCheckBox dragCheck

Class gov.nasa.worldwind.examples.Shapes.AppFrame extends JFrame implements Serializable

Serialized Fields

canvasSize

Dimension canvasSize

wwjPanel

ApplicationTemplate.AppPanel wwjPanel

layer

RenderableLayer layer

textRenderer

TextRenderer textRenderer

currentShape

Renderable currentShape

currentPathColor

String currentPathColor

currentPathOpacity

int currentPathOpacity

currentPathWidth

double currentPathWidth

currentPathType

String currentPathType

currentPathStyle

String currentPathStyle

currentFollowTerrain

boolean currentFollowTerrain

currentOffset

float currentOffset

currentTerrainConformance

int currentTerrainConformance

currentNumSubsegments

int currentNumSubsegments

currentBorderColor

String currentBorderColor

currentBorderWidth

double currentBorderWidth

currentBorderOpacity

int currentBorderOpacity

currentBorderStyle

String currentBorderStyle

currentInteriorColor

String currentInteriorColor

currentInteriorOpacity

int currentInteriorOpacity

currentInteriorStyle

String currentInteriorStyle

onTerrainOnlyItems

ArrayList<E> onTerrainOnlyItems

offTerrainOnlyItems

ArrayList<E> offTerrainOnlyItems

Class gov.nasa.worldwind.examples.SimpleShapeDragging extends JFrame implements Serializable

Class gov.nasa.worldwind.examples.SimplestPossibleExample extends JFrame implements Serializable

Class gov.nasa.worldwind.examples.SplitPaneUsage.AppPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

Class gov.nasa.worldwind.examples.SurfaceImages.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.SurfaceImageViewer.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

fileChooser

JFileChooser fileChooser

opacitySlider

JSlider opacitySlider

layer

SurfaceImageLayer layer

statusLabel

JLabel statusLabel

openElevationsAction

Action openElevationsAction

openImageAction

Action openImageAction

Class gov.nasa.worldwind.examples.TabbedPaneUsage.WWJPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

statusBar

StatusBar statusBar

Class gov.nasa.worldwind.examples.TerrainIntersections.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

terrain

HighResolutionTerrain terrain

gridLayer

RenderableLayer gridLayer

intersectionsLayer

RenderableLayer intersectionsLayer

sightLinesLayer

RenderableLayer sightLinesLayer

tilesLayer

RenderableLayer tilesLayer

calculationDispatchThread

Thread calculationDispatchThread

progressBar

JProgressBar progressBar

threadPool

ThreadPoolExecutor threadPool

grid

List<E> grid

numGridPoints

int numGridPoints

startTime

long startTime

endTime

long endTime

previousCurrentPosition

Position previousCurrentPosition

firstIntersectionPositions

List<E> firstIntersectionPositions

sightLines

List<E> sightLines

referencePosition

Position referencePosition

referencePoint

Vec4 referencePoint

lastTime

long lastTime

Class gov.nasa.worldwind.examples.TerrainProfiler.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

follow

String follow

showEyePosition

boolean showEyePosition

keepProportions

boolean keepProportions

zeroBased

boolean zeroBased

graphDimension

Dimension graphDimension

profileLengthFactor

double profileLengthFactor

helpLabel

JLabel helpLabel

lengthSlider

JSlider lengthSlider

showEyeCheck

JCheckBox showEyeCheck

tpl

TerrainProfileLayer tpl

Class gov.nasa.worldwind.examples.VideoOnTerrain.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

counter

long counter

start

long start

Class gov.nasa.worldwind.examples.ViewControls.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

viewControlsLayer

ViewControlsLayer viewControlsLayer

Class gov.nasa.worldwind.examples.ViewIteration.AppFrame extends JFrame implements Serializable

Serialized Fields

pathPosition

int pathPosition

pathActions

gov.nasa.worldwind.examples.ViewIteration.AppFrame.PathAction[] pathActions

canvasSize

Dimension canvasSize

wwjPanel

ApplicationTemplate.AppPanel wwjPanel

Class gov.nasa.worldwind.examples.ViewLimits.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

controller

ViewLimits.Controller controller

minLatitude

JSpinner minLatitude

maxLatitude

JSpinner maxLatitude

minLongitude

JSpinner minLongitude

maxLongitude

JSpinner maxLongitude

minHeading

JSpinner minHeading

maxHeading

JSpinner maxHeading

minPitch

JSpinner minPitch

maxPitch

JSpinner maxPitch

minZoom

JSpinner minZoom

maxZoom

JSpinner maxZoom

ignoreComponentEvents

boolean ignoreComponentEvents

Class gov.nasa.worldwind.examples.ViewLookAround.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

vcp

gov.nasa.worldwind.examples.ViewLookAround.AppFrame.ViewControlPanel vcp

Class gov.nasa.worldwind.examples.VPFLayerDemo.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.WebBrowserBalloons.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

hotSpotController

HotSpotController hotSpotController

balloonController

BalloonController balloonController

Class gov.nasa.worldwind.examples.Wedges.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.WMSLayerManager.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

wmsPanelSize

Dimension wmsPanelSize

tabbedPane

JTabbedPane tabbedPane

previousTabIndex

int previousTabIndex

Class gov.nasa.worldwind.examples.WMSLayersPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

serverURI

URI serverURI

size

Dimension size

loadingThread

Thread loadingThread

layerInfos

TreeSet<E> layerInfos

Class gov.nasa.worldwind.examples.WMSLayersPanel.LayerInfoAction extends AbstractAction implements Serializable

Serialized Fields

wwd

WorldWindow wwd

layerInfo

WMSLayersPanel.LayerInfo layerInfo

component

Object component

Package gov.nasa.worldwind.examples.analytics

Class gov.nasa.worldwind.examples.analytics.AnalyticSurfaceDemo.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

analyticSurfaceLayer

RenderableLayer analyticSurfaceLayer

Package gov.nasa.worldwind.examples.applet

Class gov.nasa.worldwind.examples.applet.WWJApplet extends JApplet implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

labelsLayer

RenderableLayer labelsLayer

Class gov.nasa.worldwind.examples.applet.WWJAppletMinimal extends JApplet implements Serializable


Package gov.nasa.worldwind.examples.dataimport

Class gov.nasa.worldwind.examples.dataimport.ImportElevations.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.dataimport.ImportImagery.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.dataimport.InstalledDataPanel extends JPanel implements Serializable

Serialized Fields

worldWindow

WorldWindow worldWindow

dataConfigPanel

JPanel dataConfigPanel

Class gov.nasa.worldwind.examples.dataimport.InstalledDataPanel.GoToSectorAction extends AbstractAction implements Serializable

Serialized Fields

sector

Sector sector

Class gov.nasa.worldwind.examples.dataimport.InstallElevations.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.dataimport.InstallImagery.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Class gov.nasa.worldwind.examples.dataimport.InstallImageryAndElevationsDemo.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

installedDataFrame

InstallImageryAndElevationsDemo.InstalledDataFrame installedDataFrame

Class gov.nasa.worldwind.examples.dataimport.InstallImageryAndElevationsDemo.InstalledDataFrame extends JFrame implements Serializable

Serialized Fields

fileStore

FileStore fileStore

dataConfigPanel

InstalledDataPanel dataConfigPanel

fileChooser

JFileChooser fileChooser

Package gov.nasa.worldwind.examples.elevations

Class gov.nasa.worldwind.examples.elevations.RetrieveElevations.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

controller

RetrieveElevations.ElevationsDemoController controller

layerPanel

LayerPanel layerPanel

Package gov.nasa.worldwind.examples.kml

Class gov.nasa.worldwind.examples.kml.KMLViewer.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

layerTree

LayerTree layerTree

hiddenLayer

RenderableLayer hiddenLayer

hotSpotController

HotSpotController hotSpotController

kmlAppController

KMLApplicationController kmlAppController

balloonController

BalloonController balloonController

Package gov.nasa.worldwind.examples.lineofsight

Class gov.nasa.worldwind.examples.lineofsight.AbstractShapeIntersection.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

terrain

HighResolutionTerrain terrain

shape

Cylinder shape

resultsLayer

RenderableLayer resultsLayer

shapeLayer

RenderableLayer shapeLayer

Class gov.nasa.worldwind.examples.lineofsight.ExtrudedPolygonIntersection.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

terrain

HighResolutionTerrain terrain

polygon

ExtrudedPolygon polygon

resultsLayer

RenderableLayer resultsLayer

shapeLayer

RenderableLayer shapeLayer

Class gov.nasa.worldwind.examples.lineofsight.GridOfPoints.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

layer

RenderableLayer layer

positionInfo

HashMap<K,V> positionInfo

Class gov.nasa.worldwind.examples.lineofsight.LinesOfSight.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

terrain

HighResolutionTerrain terrain

terrainIntersector

TerrainLineIntersector terrainIntersector

shapeIntersector

ShapeLineIntersector shapeIntersector

gridLayer

RenderableLayer gridLayer

intersectionsLayer

RenderableLayer intersectionsLayer

sightLinesLayer

RenderableLayer sightLinesLayer

tilesLayer

RenderableLayer tilesLayer

calculationDispatchThread

Thread calculationDispatchThread

progressBar

JProgressBar progressBar

grid

List<E> grid

referencePosition

Position referencePosition

referencePoint

Vec4 referencePoint

startTime

long startTime

endTime

long endTime

previousCurrentPosition

Position previousCurrentPosition

updateProgressTimer

Timer updateProgressTimer

numPositionsProcessed

AtomicInteger numPositionsProcessed

renderableLayer

RenderableLayer renderableLayer

sightLineAttributes

ShapeAttributes sightLineAttributes

intersectionPointAttributes

PointPlacemarkAttributes intersectionPointAttributes

gridPointAttributes

PointPlacemarkAttributes gridPointAttributes

selectedLocationAttributes

PointPlacemarkAttributes selectedLocationAttributes

Class gov.nasa.worldwind.examples.lineofsight.PolygonIntersection.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

terrain

HighResolutionTerrain terrain

polygon

Polygon polygon

layer

RenderableLayer layer

Package gov.nasa.worldwind.examples.multiwindow

Class gov.nasa.worldwind.examples.multiwindow.CardLayoutUsage extends JFrame implements Serializable

Serialized Fields

wwpA

gov.nasa.worldwind.examples.multiwindow.CardLayoutUsage.WWPanel wwpA

wwpB

gov.nasa.worldwind.examples.multiwindow.CardLayoutUsage.WWPanel wwpB

Class gov.nasa.worldwind.examples.multiwindow.FlatAndRoundGlobes.WWFrame extends JFrame implements Serializable

Serialized Fields

canvasSize

Dimension canvasSize

wwPanel

FlatAndRoundGlobes.WWPanel wwPanel

Class gov.nasa.worldwind.examples.multiwindow.FlatAndRoundGlobes.WWPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

highlightController

HighlightController highlightController

Class gov.nasa.worldwind.examples.multiwindow.TabbedPaneUsage extends JFrame implements Serializable

Class gov.nasa.worldwind.examples.multiwindow.ViewViewVolume extends JFrame implements Serializable

Serialized Fields

wwp

ViewViewVolume.WWPanel wwp

Class gov.nasa.worldwind.examples.multiwindow.ViewViewVolume.WWPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

Class gov.nasa.worldwind.examples.multiwindow.ViewVolumeViewer extends JFrame implements Serializable

Serialized Fields

wwp

ViewVolumeViewer.WWPanel wwp

wwd

WorldWindowGLCanvas wwd

observed

WorldWindow observed

Class gov.nasa.worldwind.examples.multiwindow.ViewVolumeViewer.WWPanel extends JPanel implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

Package gov.nasa.worldwind.examples.shapebuilder

Class gov.nasa.worldwind.examples.shapebuilder.ExtrudedPolygonBuilder.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

polygonLayer

RenderableLayer polygonLayer

builderModel

ExtrudedPolygonBuilder.PolygonBuilderModel builderModel

builderView

ExtrudedPolygonBuilder.PolygonBuilderPanel builderView

builderController

ExtrudedPolygonBuilder.PolygonBuilderController builderController

Class gov.nasa.worldwind.examples.shapebuilder.ExtrudedPolygonBuilder.PolygonBuilderModel extends AbstractTableModel implements Serializable

Serialized Fields

entryList

ArrayList<E> entryList

Class gov.nasa.worldwind.examples.shapebuilder.ExtrudedPolygonBuilder.PolygonBuilderPanel extends JPanel implements Serializable

Serialized Fields

entryTable

JTable entryTable

ignoreSelectEvents

boolean ignoreSelectEvents

Class gov.nasa.worldwind.examples.shapebuilder.RigidShapeBuilder.AbstractShapeBuilderModel extends AbstractTableModel implements Serializable

Serialized Fields

entryList

ArrayList<E> entryList

Class gov.nasa.worldwind.examples.shapebuilder.RigidShapeBuilder.AbstractShapeBuilderPanel extends JPanel implements Serializable

Serialized Fields

factoryComboBox

JComboBox factoryComboBox

editModeComboBox

JComboBox editModeComboBox

entryTable

JTable entryTable

textureBox

JTextField textureBox

ignoreSelectEvents

boolean ignoreSelectEvents

Class gov.nasa.worldwind.examples.shapebuilder.RigidShapeBuilder.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

shapeLayer

RenderableLayer shapeLayer

builderModel

RigidShapeBuilder.AbstractShapeBuilderModel builderModel

builderView

RigidShapeBuilder.AbstractShapeBuilderPanel builderView

builderController

RigidShapeBuilder.AbstractShapeBuilderController builderController

Package gov.nasa.worldwind.examples.util

Class gov.nasa.worldwind.examples.util.AudioPlayerDialog extends JFrame implements Serializable

Serialized Fields

TITLE_TEXT

String TITLE_TEXT

STOP_TEXT

String STOP_TEXT

PLAY_TEXT

String PLAY_TEXT

PAUSE_TEXT

String PAUSE_TEXT

panel

AudioPlayerDialog.AudioPlayerPanel panel

Class gov.nasa.worldwind.examples.util.AudioPlayerDialog.AudioPlayerPanel extends JPanel implements Serializable

Serialized Fields

player

AudioPlayer player

playButton

JButton playButton

stopButton

JButton stopButton

positionSlider

JSlider positionSlider

timeLabel

JLabel timeLabel

suspendEvents

boolean suspendEvents

Class gov.nasa.worldwind.examples.util.ImageViewer extends JComponent implements Serializable

Serialized Fields

imageURL

URL imageURL

image

BufferedImage image

scaleMode

String scaleMode

scale

float scale

offset

Point offset

enableMousePanAndZoom

boolean enableMousePanAndZoom

zoomMultiplier

float zoomMultiplier

mousePressed

Point mousePressed

displayImage

BufferedImage displayImage

previousImage

BufferedImage previousImage

fading

boolean fading

fadeTimeMillisec

int fadeTimeMillisec

fadeStartTime

long fadeStartTime

Class gov.nasa.worldwind.examples.util.ImageViewerDialog extends JFrame implements Serializable

Serialized Fields

panel

ImageViewerDialog.ImageViewerPanel panel

dropEnabled

boolean dropEnabled

Class gov.nasa.worldwind.examples.util.ImageViewerDialog.ImageViewerPanel extends JPanel implements Serializable

Serialized Fields

imageViewer

ImageViewer imageViewer

caption

JLabel caption

Class gov.nasa.worldwind.examples.util.ScreenShotAction extends AbstractAction implements Serializable

Serialized Fields

wwd

WorldWindow wwd

snapFile

File snapFile

fileChooser

JFileChooser fileChooser

Class gov.nasa.worldwind.examples.util.SlideShowPlayer extends ImageViewerDialog implements Serializable

Serialized Fields

controlPanel

SlideShowPlayer.SlideShowPanel controlPanel

slides

ArrayList<E> slides

slideNumber

int slideNumber

Class gov.nasa.worldwind.examples.util.SlideShowPlayer.SlideShowPanel extends JPanel implements Serializable

Serialized Fields

previousButton

JButton previousButton

nextButton

JButton nextButton

positionLabel

JLabel positionLabel

Class gov.nasa.worldwind.examples.util.TreeControl.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

controller

HotSpotController controller

Package gov.nasa.worldwind.examples.util.cachecleaner

Class gov.nasa.worldwind.examples.util.cachecleaner.CacheTable extends JTable implements Serializable

Serialized Fields

model

gov.nasa.worldwind.examples.util.cachecleaner.CacheTable.CacheModel model

Package gov.nasa.worldwind.examples.view

Class gov.nasa.worldwind.examples.view.AddAnimator.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

view

BasicFlyView view

viewDisplay

AddAnimator.AppFrame.ViewDisplay viewDisplay

Class gov.nasa.worldwind.examples.view.AddAnimator.AppFrame.ViewDisplay extends JPanel implements Serializable

Class gov.nasa.worldwind.examples.view.AddAnimator.AppFrame.ViewDisplay.FlyViewGazetteerPanel extends GazetteerPanel implements Serializable

Class gov.nasa.worldwind.examples.view.ViewSwitch.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

Serialized Fields

viewDisplay

ViewSwitch.AppFrame.ViewDisplay viewDisplay

Class gov.nasa.worldwind.examples.view.ViewSwitch.AppFrame.ViewDisplay extends JPanel implements Serializable

Serialized Fields

eventSource

WorldWindow eventSource

latDisplay

JLabel latDisplay

lonDisplay

JLabel lonDisplay

eleDisplay

JLabel eleDisplay

headingDisplay

JLabel headingDisplay

pitchDisplay

JLabel pitchDisplay

elevationUnit

String elevationUnit

angleFormat

String angleFormat

classNameList

ViewSwitch.AppFrame.ViewDisplay.ViewerClassMap classNameList

orbitViewer

ViewSwitch.AppFrame.ViewDisplay.ViewerClass orbitViewer

flyViewer

ViewSwitch.AppFrame.ViewDisplay.ViewerClass flyViewer

viewerClasses

ViewSwitch.AppFrame.ViewDisplay.ViewerClass[] viewerClasses

viewerNames

String[] viewerNames

currentName

String currentName

viewerClassNames

DefaultComboBoxModel viewerClassNames

viewList

JComboBox viewList

currentViewer

ViewSwitch.AppFrame.ViewDisplay.ViewerClass currentViewer

Class gov.nasa.worldwind.examples.view.ViewSwitch.AppFrame.ViewDisplay.ViewerClassMap extends HashMap<String,ViewSwitch.AppFrame.ViewDisplay.ViewerClass> implements Serializable


Package gov.nasa.worldwind.exception

Class gov.nasa.worldwind.exception.NoItemException extends WWRuntimeException implements Serializable

Class gov.nasa.worldwind.exception.ServiceException extends WWRuntimeException implements Serializable

Class gov.nasa.worldwind.exception.WWAbsentRequirementException extends WWRuntimeException implements Serializable

Class gov.nasa.worldwind.exception.WWRuntimeException extends RuntimeException implements Serializable

Class gov.nasa.worldwind.exception.WWTimeoutException extends WWRuntimeException implements Serializable

Class gov.nasa.worldwind.exception.WWUnrecognizedException extends WWRuntimeException implements Serializable


Package gov.nasa.worldwind.layers

Class gov.nasa.worldwind.layers.LayerList extends CopyOnWriteArrayList<Layer> implements Serializable

Serialized Fields

wwo

WWObjectImpl wwo

Package gov.nasa.worldwind.layers.rpf.wizard

Class gov.nasa.worldwind.layers.rpf.wizard.DataChooserPanel extends JPanel implements Serializable

Serialized Fields

title

JLabel title

description

JLabel description

fileSetList

Collection<E> fileSetList

propertyEvents

gov.nasa.worldwind.layers.rpf.wizard.DataChooserPanel.PropertyEvents propertyEvents

selectButtons

Map<K,V> selectButtons

dataPanel

JComponent dataPanel

selectAllButton

JButton selectAllButton

deselectAllButton

JButton deselectAllButton

dataScrollPane

JScrollPane dataScrollPane

dataDescription

JLabel dataDescription

Class gov.nasa.worldwind.layers.rpf.wizard.FileChooserPanel extends JPanel implements Serializable

Serialized Fields

title

JLabel title

description

JLabel description

fileField

JFormattedTextField fileField

chooseButton

JButton chooseButton

fileChooser

JFileChooser fileChooser

Class gov.nasa.worldwind.layers.rpf.wizard.ProgressPanel extends JPanel implements Serializable

Serialized Fields

title

JLabel title

description

JLabel description

progressBar

JProgressBar progressBar

progressDescription1

JLabel progressDescription1

progressDescription2

JLabel progressDescription2

Package gov.nasa.worldwind.pick

Class gov.nasa.worldwind.pick.PickedObjectList extends ArrayList<PickedObject> implements Serializable


Package gov.nasa.worldwind.render.airspaces.editor

Class gov.nasa.worldwind.render.airspaces.editor.AirspaceEditEvent extends EventObject implements Serializable

Serialized Fields

airspace

Airspace airspace

editor

AirspaceEditor editor

controlPoint

AirspaceControlPoint controlPoint

Package gov.nasa.worldwind.terrain

Class gov.nasa.worldwind.terrain.SectorGeometryList extends ArrayList<SectorGeometry> implements Serializable

Serialized Fields

sector

Sector sector
The spanning sector of all sector geometries contained in this list.


pickSupport

PickSupport pickSupport

pickSectors

HashMap<K,V> pickSectors

Package gov.nasa.worldwind.util

Class gov.nasa.worldwind.util.BoundedHashMap extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

capacity

int capacity

Class gov.nasa.worldwind.util.PickPointFrustumList extends ArrayList<PickPointFrustum> implements Serializable

Class gov.nasa.worldwind.util.RasterControlPointList extends ArrayList<RasterControlPointList.ControlPoint> implements Serializable

Serialized Fields

avList

AVList avList

Class gov.nasa.worldwind.util.StatisticsPanel extends JPanel implements Serializable

Serialized Fields

statsPanel

JPanel statsPanel

outerPanel

JPanel outerPanel

scrollPane

JScrollPane scrollPane

wwd

WorldWindow wwd

updateInterval

int updateInterval

lastUpdate

long lastUpdate

Class gov.nasa.worldwind.util.StatusBar extends JPanel implements Serializable

Serialized Fields

eventSource

WorldWindow eventSource

elevationUnit

String elevationUnit

angleFormat

String angleFormat

latDisplay

JLabel latDisplay

lonDisplay

JLabel lonDisplay

altDisplay

JLabel altDisplay

eleDisplay

JLabel eleDisplay

showNetworkStatus

AtomicBoolean showNetworkStatus

isNetworkAvailable

AtomicBoolean isNetworkAvailable

netCheckThread

Thread netCheckThread

Class gov.nasa.worldwind.util.StatusBarMGRS extends StatusBar implements Serializable

Class gov.nasa.worldwind.util.StatusBarUTM extends StatusBar implements Serializable


Package gov.nasa.worldwind.util.dashboard

Class gov.nasa.worldwind.util.dashboard.DashboardDialog extends JDialog implements Serializable

Serialized Fields

wwd

WorldWindow wwd

runContinuously

boolean runContinuously

Package gov.nasa.worldwind.util.tree

Class gov.nasa.worldwind.util.tree.TreePath extends ArrayList<String> implements Serializable


Package gov.nasa.worldwind.util.xml

Class gov.nasa.worldwind.util.xml.XMLParserNotification extends PropertyChangeEvent implements Serializable

Serialized Fields

notificationType

String notificationType
Indicates the cause of the notification.


message

String message
The message sent from the object sending the notification.


event

javax.xml.stream.events.XMLEvent event
The XMLEvent associated with the notification, if any.


exception

Exception exception
For exception notifications, the exception that occurred.


notificationSource

Object notificationSource
The object initiating the notification.


NASA World Wind