NASA World Wind

Serialized Form


Package gov.nasa.worldwind.awt

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

Serialized Fields

wwd

WorldWindowGLDrawable wwd

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

Serialized Fields

wwd

WorldWindowGLDrawable wwd

Package gov.nasa.worldwind.event

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

Serialized Fields

previousPickPoint

Point previousPickPoint

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

Serialized Fields

screenPoint

Point screenPoint

position

Position position

previousPosition

Position previousPosition

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

Serialized Fields

stage

String stage

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

Serialized Fields

eventAction

String eventAction

pickPoint

Point pickPoint

mouseEvent

MouseEvent mouseEvent

pickedObjects

PickedObjectList pickedObjects

Package gov.nasa.worldwind.examples

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

Serialized Fields

displayMode

String displayMode

focusAngle

Angle focusAngle

focusAngleSlider

JSlider focusAngleSlider

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

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

Serialized Fields

globe

FlatGlobe globe

projection

String projection

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

Serialized Fields

wwd

WorldWindow wwd

gazeteer

Gazetteer gazeteer

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

Serialized Fields

layersPanel

JPanel layersPanel

westPanel

JPanel westPanel

scrollPane

JScrollPane scrollPane

defaultFont

Font defaultFont

atMaxFont

Font atMaxFont

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

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

Serialized Fields

wwjPanel

ApplicationTemplate.AppPanel wwjPanel

trackPanel

gov.nasa.worldwind.examples.SARDemoA.AppFrame.TrackManagementPanel trackPanel

profilePanel

TerrainProfilePanel profilePanel

layerPanel

LayerPanel layerPanel

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

float currentPathWidth

currentPathType

String currentPathType

currentPathStyle

String currentPathStyle

currentFollowTerrain

boolean currentFollowTerrain

currentOffset

float currentOffset

currentTerrainConformance

int currentTerrainConformance

currentNumSubsegments

int currentNumSubsegments

currentBorderColor

String currentBorderColor

currentBorderWidth

float currentBorderWidth

currentBorderOpacity

int currentBorderOpacity

currentBorderStyle

String currentBorderStyle

currentInteriorColor

String currentInteriorColor

currentInteriorOpacity

int currentInteriorOpacity

currentInteriorStyle

String currentInteriorStyle

currentImage

String currentImage

currentTextureWidth

int currentTextureWidth

currentTextureHeight

int currentTextureHeight

onTerrainOnlyItems

ArrayList<E> onTerrainOnlyItems

offTerrainOnlyItems

ArrayList<E> offTerrainOnlyItems

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

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

Serialized Fields

statsPanel

JPanel statsPanel

outerPanel

JPanel outerPanel

scrollPane

JScrollPane scrollPane

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

Serialized Fields

eventSource

WorldWindow eventSource

latDisplay

JLabel latDisplay

lonDisplay

JLabel lonDisplay

altDisplay

JLabel altDisplay

eleDisplay

JLabel eleDisplay

showNetworkStatus

boolean showNetworkStatus

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

Class gov.nasa.worldwind.examples.TerrainProfilePanel extends JPanel 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

wwd

WorldWindow wwd

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.TexturedSurfaceShape.AppFrame extends ApplicationTemplate.AppFrame implements Serializable

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

Serialized Fields

layer

RenderableLayer layer

positionSpinner

JSpinner positionSpinner

segmentSlider

JSlider segmentSlider

lat

JLabel lat

lon

JLabel lon

ele

JLabel ele

heading

JLabel heading

currentPositionNumber

int currentPositionNumber

numPoints

int numPoints

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

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

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.WMSLayerManagerFrame extends JFrame implements Serializable

Serialized Fields

wmsPanelSize

Dimension wmsPanelSize

tabbedPane

JTabbedPane tabbedPane

previousTabIndex

int previousTabIndex

wwd

WorldWindow wwd

layerPanel

LayerPanel layerPanel

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

Package gov.nasa.worldwind.examples.applet

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

Serialized Fields

wwd

WorldWindowGLCanvas wwd

statusBar

StatusBar statusBar

Class gov.nasa.worldwind.examples.applet.WWJAppletMinimal extends 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 RuntimeException implements Serializable


Package gov.nasa.worldwind.globes

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

Serialized Fields

sector

Sector sector

pickSupport

PickSupport pickSupport

pickSectors

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 CopyOnWriteArrayList<Layer> implements Serializable

Serialized Fields

wwo

WWObjectImpl wwo

Package gov.nasa.worldwind.pick

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


Package gov.nasa.worldwind.util

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

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


NASA World Wind