NASA World Wind

Serialized Form


Package gov.nasa.worldwind.applications.sar

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

Serialized Fields

wwd

WorldWindow wwd

currentTrack

SARTrack currentTrack

trackViewPanel

TrackViewPanel trackViewPanel

terrainProfilePanel

TerrainProfilePanel terrainProfilePanel

crosshairLayer

CrosshairLayer crosshairLayer

planeModelLayer

RenderableLayer planeModelLayer

planeModel

PlaneModel planeModel

propertyChangeListener

java.beans.PropertyChangeListener propertyChangeListener

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

Serialized Fields

table

PositionTable table

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

Serialized Fields

tracksPanel

TracksPanel tracksPanel

analysisPanel1

AnalysisPanel analysisPanel1

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

Serialized Fields

table

PositionTable table

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

Serialized Fields

helpPane

javax.swing.JEditorPane helpPane

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

Serialized Fields

above

boolean above

table

PositionTable table

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

Serialized Fields

wwd

WorldWindow wwd

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

Serialized Fields

sarTrack

SARTrack sarTrack

elevationUnit

java.lang.String elevationUnit

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

Serialized Fields

trackController

TrackController trackController

annotationSupport

SARAnnotationSupport annotationSupport

wwd

WorldWindow wwd

redrawTimer

javax.swing.Timer redrawTimer

controlPanel

ControlPanel controlPanel

wwPanel

WWPanel wwPanel

layerMenu

LayerMenu layerMenu

feetMenuItem

javax.swing.JCheckBoxMenuItem feetMenuItem

metersMenuItem

javax.swing.JCheckBoxMenuItem metersMenuItem

helpFrame

HelpFrame helpFrame

openFileChooser

javax.swing.JFileChooser openFileChooser

saveTrackDialog

SaveTrackDialog saveTrackDialog

elevationUnit

java.lang.String elevationUnit

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

Serialized Fields

controller

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

panel1

javax.swing.JPanel panel1

panel2

javax.swing.JPanel panel2

panel6

javax.swing.JPanel panel6

panel5

javax.swing.JPanel panel5

sizeComboBox

javax.swing.JComboBox sizeComboBox

panel7

javax.swing.JPanel panel7

followComboBox

javax.swing.JComboBox followComboBox

panel3

javax.swing.JPanel panel3

proportionalCheckBox

javax.swing.JCheckBox proportionalCheckBox

showEyeCheckBox

javax.swing.JCheckBox showEyeCheckBox

zeroBaseCheckBox

javax.swing.JCheckBox zeroBaseCheckBox

panel4

javax.swing.JPanel panel4

profileWidthSlider

javax.swing.JSlider profileWidthSlider

profileWidthLabel

javax.swing.JLabel profileWidthLabel

panel8

javax.swing.JPanel panel8

panel4b

javax.swing.JPanel panel4b

profileLengthSlider

javax.swing.JSlider profileLengthSlider

profileLengthLabel

javax.swing.JLabel profileLengthLabel

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

Serialized Fields

elevationUnit

java.lang.String elevationUnit

ignoreOffsetChange

boolean ignoreOffsetChange

panel1

javax.swing.JPanel panel1

topPanel

javax.swing.JPanel topPanel

visibilityFlag

javax.swing.JCheckBox visibilityFlag

checkBox1

javax.swing.JCheckBox checkBox1

scrollPane

javax.swing.JScrollPane scrollPane

positionTable

PositionTable positionTable

offsetPanel

javax.swing.JPanel offsetPanel

offsetSlider

javax.swing.JSlider offsetSlider

panel2

javax.swing.JPanel panel2

offsetToggleCheckBox

javax.swing.JCheckBox offsetToggleCheckBox

offsetReadout

javax.swing.JTextField offsetReadout

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

Serialized Fields

elevationUnit

java.lang.String elevationUnit

tracksTabbedPane

javax.swing.JTabbedPane tracksTabbedPane

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

Serialized Fields

sarTrack

SARTrack sarTrack

elevationUnit

java.lang.String elevationUnit

subsurfaceButton

javax.swing.JCheckBox subsurfaceButton

examineButton

javax.swing.JRadioButton examineButton

followButton

javax.swing.JRadioButton followButton

freeButton

javax.swing.JRadioButton freeButton

overrideClipDistanceButton

javax.swing.JCheckBox overrideClipDistanceButton

clipDistanceSlider

javax.swing.JSlider clipDistanceSlider

latLabel

javax.swing.JLabel latLabel

lonLabel

javax.swing.JLabel lonLabel

altLabel

javax.swing.JLabel altLabel

latReadout

javax.swing.JLabel latReadout

lonReadout

javax.swing.JLabel lonReadout

altReadout

javax.swing.JLabel altReadout

positionSpinner

javax.swing.JSpinner positionSpinner

positionSlider

javax.swing.JSlider positionSlider

fastReverseButton

javax.swing.JButton fastReverseButton

reverseButton

javax.swing.JButton reverseButton

stopButton

javax.swing.JButton stopButton

forwardButton

javax.swing.JButton forwardButton

fastForwardButton

javax.swing.JButton fastForwardButton

speedLabel

javax.swing.JLabel speedLabel

speedSlider

javax.swing.JSlider speedSlider

playMode

int playMode

player

javax.swing.Timer player

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

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

propertyChangeListener

java.beans.PropertyChangeListener propertyChangeListener

Package gov.nasa.worldwind.event

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

Serialized Fields

previousPickPoint

java.awt.Point previousPickPoint

Class gov.nasa.worldwind.event.PositionEvent extends java.util.EventObject implements Serializable

Serialized Fields

screenPoint

java.awt.Point screenPoint

position

Position position

previousPosition

Position previousPosition

Class gov.nasa.worldwind.event.RenderingEvent extends java.util.EventObject implements Serializable

Serialized Fields

stage

java.lang.String stage

Class gov.nasa.worldwind.event.SelectEvent extends java.util.EventObject implements Serializable

Serialized Fields

eventAction

java.lang.String eventAction

pickPoint

java.awt.Point pickPoint

mouseEvent

java.awt.event.MouseEvent mouseEvent

pickedObjects

PickedObjectList pickedObjects

Package gov.nasa.worldwind.examples

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

Serialized Fields

icon

UserFacingIcon icon

alarmTypes

java.util.ArrayList<E> alarmTypes

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

Serialized Fields

displayMode

java.lang.String displayMode

focusAngle

Angle focusAngle

focusAngleSlider

javax.swing.JSlider focusAngleSlider

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

Serialized Fields

canvasSize

java.awt.Dimension canvasSize

wwjPanel

ApplicationTemplate.AppPanel wwjPanel

layerPanel

LayerPanel layerPanel

statsPanel

StatisticsPanel statsPanel

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

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

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

Serialized Fields

BMNGBaseLayers

Layer[] BMNGBaseLayers

BMNGTiledLayers

Layer[] BMNGTiledLayers

baseLayerID

int baseLayerID

tiledLayerID

int tiledLayerID

month

int month

monthAnimator

javax.swing.Timer monthAnimator

monthSlider

javax.swing.JSlider monthSlider

redrawTimer

javax.swing.Timer redrawTimer

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

javax.swing.JButton downloadButton

statusLabel

javax.swing.JLabel statusLabel

latestLabel

javax.swing.JLabel latestLabel

lastUpdate

java.util.Date lastUpdate

blinker

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

updater

javax.swing.Timer updater

lastUpdaterEvent

java.util.Date lastUpdaterEvent

magnitudeCombo

javax.swing.JComboBox magnitudeCombo

eqAttributes

AnnotationAttributes eqAttributes

eqIcons

java.awt.image.BufferedImage[] eqIcons

eqColors

java.awt.Color[] eqColors

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

Serialized Fields

wwd

WorldWindow wwd

globe

FlatGlobe globe

projection

java.lang.String projection

projectionCombo

javax.swing.JComboBox projectionCombo

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

Serialized Fields

wwd

WorldWindow wwd

gazeteer

Gazetteer gazeteer

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

Serialized Fields

wwd

WorldWindow wwd

coordInput

javax.swing.JTextField coordInput

resultLabel

javax.swing.JLabel resultLabel

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

Serialized Fields

linePanel

javax.swing.JPanel linePanel

lineColorPanel

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

lineWidthSlider

javax.swing.JSlider lineWidthSlider

lineWidthSpinner

javax.swing.JSpinner lineWidthSpinner

lineWidthSpinnerModel

javax.swing.SpinnerNumberModel lineWidthSpinnerModel

lineStyle

javax.swing.JComboBox lineStyle

labelPanel

javax.swing.JPanel labelPanel

labelColorPanel

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

labelEnabled

javax.swing.JCheckBox labelEnabled

labelFontName

javax.swing.JComboBox labelFontName

labelFontStyle

javax.swing.JComboBox labelFontStyle

labelFontSize

javax.swing.JComboBox labelFontSize

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

Serialized Fields

layersPanel

javax.swing.JPanel layersPanel

westPanel

javax.swing.JPanel westPanel

scrollPane

javax.swing.JScrollPane scrollPane

defaultFont

java.awt.Font defaultFont

atMaxFont

java.awt.Font atMaxFont

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

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

Serialized Fields

rpfPanel

gov.nasa.worldwind.examples.LocallyGeneratedImagery.RPFPanel rpfPanel

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

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

Serialized Fields

layer

MGRSGraticuleLayer layer

itemList

javax.swing.JList itemList

maxResolutionComboBox

javax.swing.JComboBox maxResolutionComboBox

saveStateButton

javax.swing.JButton saveStateButton

loadStateButton

javax.swing.JButton loadStateButton

cardPanel

javax.swing.JPanel cardPanel

cardLayout

java.awt.CardLayout cardLayout

graticuleAttribPanelMap

java.util.Map<K,V> graticuleAttribPanelMap

ignoreLayerEvents

boolean ignoreLayerEvents

ignoreUIEvents

boolean ignoreUIEvents

ALL_GRATICULE_TYPES

java.lang.String[] ALL_GRATICULE_TYPES

MGRS_GRATICULE_TYPES

java.lang.String[] MGRS_GRATICULE_TYPES

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

Class gov.nasa.worldwind.examples.Moon.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 javax.swing.JPanel implements Serializable

Serialized Fields

nameServices

java.util.List<E> nameServices

nameLayer

PlaceNameLayer nameLayer

wwd

WorldWindow wwd

cbList

java.util.ArrayList<E> cbList

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

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

Serialized Fields

canvasSize

java.awt.Dimension canvasSize

wwjPanel

ApplicationTemplate.AppPanel wwjPanel

layer

RenderableLayer layer

textRenderer

TextRenderer textRenderer

currentShape

Renderable currentShape

currentPathColor

java.lang.String currentPathColor

currentPathOpacity

int currentPathOpacity

currentPathWidth

float currentPathWidth

currentPathType

java.lang.String currentPathType

currentPathStyle

java.lang.String currentPathStyle

currentFollowTerrain

boolean currentFollowTerrain

currentOffset

float currentOffset

currentTerrainConformance

int currentTerrainConformance

currentNumSubsegments

int currentNumSubsegments

currentBorderColor

java.lang.String currentBorderColor

currentBorderWidth

float currentBorderWidth

currentBorderOpacity

int currentBorderOpacity

currentBorderStyle

java.lang.String currentBorderStyle

currentInteriorColor

java.lang.String currentInteriorColor

currentInteriorOpacity

int currentInteriorOpacity

currentInteriorStyle

java.lang.String currentInteriorStyle

currentImage

java.lang.String currentImage

currentTextureWidth

int currentTextureWidth

currentTextureHeight

int currentTextureHeight

onTerrainOnlyItems

java.util.ArrayList<E> onTerrainOnlyItems

offTerrainOnlyItems

java.util.ArrayList<E> offTerrainOnlyItems

Class gov.nasa.worldwind.examples.StatisticsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

statsPanel

javax.swing.JPanel statsPanel

outerPanel

javax.swing.JPanel outerPanel

scrollPane

javax.swing.JScrollPane scrollPane

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

javax.swing.JFileChooser fileChooser

opacitySlider

javax.swing.JSlider opacitySlider

layer

SurfaceImageLayer layer

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

Serialized Fields

follow

java.lang.String follow

showEyePosition

boolean showEyePosition

keepProportions

boolean keepProportions

zeroBased

boolean zeroBased

graphDimension

java.awt.Dimension graphDimension

profileLengthFactor

double profileLengthFactor

helpLabel

javax.swing.JLabel helpLabel

lengthSlider

javax.swing.JSlider lengthSlider

showEyeCheck

javax.swing.JCheckBox showEyeCheck

tpl

TerrainProfileLayer tpl

Class gov.nasa.worldwind.examples.UsageInTabbedPane.WWJPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

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

Serialized Fields

pathPosition

int pathPosition

pathActions

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

canvasSize

java.awt.Dimension canvasSize

wwjPanel

ApplicationTemplate.AppPanel wwjPanel

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.WMSLayersPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

wwd

WorldWindow wwd

serverURI

java.net.URI serverURI

size

java.awt.Dimension size

loadingThread

java.lang.Thread loadingThread

layerInfos

java.util.TreeSet<E> layerInfos

Package gov.nasa.worldwind.examples.applet

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

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

labelsLayer

RenderableLayer labelsLayer

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

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

Package gov.nasa.worldwind.exception

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

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


Package gov.nasa.worldwind.globes

Class gov.nasa.worldwind.globes.SectorGeometryList extends java.util.ArrayList<SectorGeometry> implements Serializable

Serialized Fields

sector

Sector sector

pickSupport

PickSupport pickSupport

pickSectors

java.util.HashMap<K,V> pickSectors

Package gov.nasa.worldwind.issues

Class gov.nasa.worldwind.issues.WWJ_87.AppFrame extends ApplicationTemplate.AppFrame implements Serializable


Package gov.nasa.worldwind.layers

Class gov.nasa.worldwind.layers.LayerList extends java.util.concurrent.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 javax.swing.JPanel implements Serializable

Serialized Fields

title

javax.swing.JLabel title

description

javax.swing.JLabel description

fileSetList

java.util.Collection<E> fileSetList

propertyEvents

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

selectButtons

java.util.Map<K,V> selectButtons

dataPanel

javax.swing.JComponent dataPanel

selectAllButton

javax.swing.JButton selectAllButton

deselectAllButton

javax.swing.JButton deselectAllButton

dataScrollPane

javax.swing.JScrollPane dataScrollPane

dataDescription

javax.swing.JLabel dataDescription

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

Serialized Fields

title

javax.swing.JLabel title

description

javax.swing.JLabel description

fileField

javax.swing.JFormattedTextField fileField

chooseButton

javax.swing.JButton chooseButton

fileChooser

javax.swing.JFileChooser fileChooser

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

Serialized Fields

title

javax.swing.JLabel title

description

javax.swing.JLabel description

progressBar

javax.swing.JProgressBar progressBar

progressDescription1

javax.swing.JLabel progressDescription1

progressDescription2

javax.swing.JLabel progressDescription2

Package gov.nasa.worldwind.pick

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


Package gov.nasa.worldwind.util

Class gov.nasa.worldwind.util.Gazetteer extends javax.swing.JPanel implements Serializable

Class gov.nasa.worldwind.util.Gazetteer.GazetteerException extends java.lang.Exception implements Serializable

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

Serialized Fields

eventSource

WorldWindow eventSource

latDisplay

javax.swing.JLabel latDisplay

lonDisplay

javax.swing.JLabel lonDisplay

altDisplay

javax.swing.JLabel altDisplay

eleDisplay

javax.swing.JLabel eleDisplay

showNetworkStatus

boolean showNetworkStatus

elevationUnit

java.lang.String elevationUnit

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

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


NASA World Wind