Modifier and Type | Interface and Description |
---|---|
interface |
WorldWindowGLDrawable |
Modifier and Type | Class and Description |
---|---|
class |
WorldWindowGLAutoDrawable
A non-platform specific
WorldWindow class. |
class |
WorldWindowImpl
An implementation class for the
WorldWindow interface. |
Modifier and Type | Class and Description |
---|---|
class |
WorldWindowGLCanvas
WorldWindowGLCanvas is a heavyweight AWT component for displaying WorldWind Model s (globe and
layers). |
class |
WorldWindowGLJPanel
WorldWindowGLCanvas is a lightweight Swing component for displaying WorldWind Model s (globe and
layers). |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
AbstractViewInputHandler.wwd |
protected WorldWindow |
AWTInputHandler.wwd |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
AWTInputHandler.getEventSource() |
WorldWindow |
ViewInputHandler.getWorldWindow()
Return the
WorldWindow this ViewInputHandler is listening to for input events, and will modify in
response to those events |
WorldWindow |
AbstractViewInputHandler.getWorldWindow()
Return the
WorldWindow this ViewInputHandler is listening to for input events, and will modify in
response to those events |
protected WorldWindow |
AWTInputHandler.getWorldWindow() |
Modifier and Type | Method and Description |
---|---|
void |
AWTInputHandler.setEventSource(WorldWindow newWorldWindow) |
void |
ViewInputHandler.setWorldWindow(WorldWindow newWorldWindow)
Sets the
WorldWindow this ViewInputHandler should listen to for input events, and should modify in
response to those events. |
void |
AbstractViewInputHandler.setWorldWindow(WorldWindow newWorldWindow)
Sets the
WorldWindow this ViewInputHandler should listen to for input events, and should modify in
response to those events. |
Constructor and Description |
---|
WorldWindowGLCanvas(WorldWindow shareWith)
Constructs a new
WorldWindowGLCanvas on the default graphics device and shares graphics resources
with another WorldWindow . |
WorldWindowGLCanvas(WorldWindow shareWith,
java.awt.GraphicsDevice device)
Constructs a new
WorldWindowGLCanvas on a specified graphics device and shares graphics resources
with another WorldWindow . |
WorldWindowGLCanvas(WorldWindow shareWith,
java.awt.GraphicsDevice device,
GLCapabilities capabilities,
GLCapabilitiesChooser chooser)
Constructs a new
WorldWindowGLCanvas on a specified device with the specified capabilities and
shares graphics resources with another WorldWindow . |
WorldWindowGLJPanel(WorldWindow shareWith)
Constructs a new
WorldWindowGLJPanel on the default graphics device and shares graphics resources
with another WorldWindow . |
WorldWindowGLJPanel(WorldWindow shareWith,
GLCapabilities capabilities,
GLCapabilitiesChooser chooser)
Constructs a new
WorldWindowGLJPanel that shares graphics resources with another
WorldWindow and whose capabilities are chosen via a specified GLCapabilities object and a
GLCapabilitiesChooser . |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
NoOpInputHandler.getEventSource() |
WorldWindow |
InputHandler.getEventSource() |
Modifier and Type | Method and Description |
---|---|
void |
NoOpInputHandler.setEventSource(WorldWindow newWorldWindow) |
void |
InputHandler.setEventSource(WorldWindow newWorldWindow) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
ViewControlsSelectListener.wwd |
protected WorldWindow |
TerrainProfileLayer.wwd |
Modifier and Type | Method and Description |
---|---|
void |
TerrainProfileLayer.setEventSource(WorldWindow wwd) |
Constructor and Description |
---|
ViewControlsSelectListener(WorldWindow wwd,
ViewControlsLayer layer)
Construct a controller for specified
WorldWindow and ViewControlsLayer |
Constructor and Description |
---|
ScreenCreditController(WorldWindow wwd) |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
AirspaceEditorController.getWorldWindow() |
Modifier and Type | Method and Description |
---|---|
AirspaceControlPoint |
AirspaceEditor.addControlPoint(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint) |
AirspaceControlPoint |
AbstractAirspaceEditor.addControlPoint(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint) |
static double |
AirspaceEditorUtil.computeHeightAboveSurface(WorldWindow wwd,
Vec4 point) |
static double |
AirspaceEditorUtil.computeLowestHeightAboveSurface(WorldWindow wwd,
java.lang.Iterable<? extends AirspaceControlPoint> controlPoints,
int altitudeIndex) |
static Vec4 |
AirspaceEditorUtil.computeSurfacePoint(WorldWindow wwd,
Angle latitude,
Angle longitude) |
static AirspaceControlPoint |
AirspaceEditorUtil.createControlPointFor(WorldWindow wwd,
Line ray,
AirspaceEditor editor,
Airspace airspace,
AirspaceEditorUtil.EdgeInfo edge) |
protected AirspaceControlPoint |
SphereAirspaceEditor.doAddControlPoint(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint) |
protected AirspaceControlPoint |
PolygonEditor.doAddControlPoint(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint) |
protected abstract AirspaceControlPoint |
AbstractAirspaceEditor.doAddControlPoint(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint) |
protected AirspaceControlPoint |
PolygonEditor.doAddFirstLocation(WorldWindow wwd,
java.awt.Point mousePoint) |
protected AirspaceControlPoint |
PolygonEditor.doAddNextLocation(WorldWindow wwd,
java.awt.Point mousePoint) |
protected void |
AbstractAirspaceEditor.doMoveAirspaceLaterally(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SphereAirspaceEditor.doMoveAirspaceVertically(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
AbstractAirspaceEditor.doMoveAirspaceVertically(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SphereAirspaceEditor.doMoveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
PolygonEditor.doMoveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected abstract void |
AbstractAirspaceEditor.doMoveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SphereAirspaceEditor.doMoveRadiusControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SphereAirspaceEditor.doRemoveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint) |
protected void |
PolygonEditor.doRemoveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint) |
protected abstract void |
AbstractAirspaceEditor.doRemoveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint) |
protected void |
SphereAirspaceEditor.doResizeAtControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
PolygonEditor.doResizeAtControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected abstract void |
AbstractAirspaceEditor.doResizeAtControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected Vec4 |
SphereAirspaceEditor.getCenterPoint(WorldWindow wwd,
Airspace airspace) |
static Vec4 |
AirspaceEditorUtil.intersectAirspaceAltitudeAt(WorldWindow wwd,
Airspace airspace,
int altitudeIndex,
Line ray) |
static Vec4 |
AirspaceEditorUtil.intersectGlobeAt(WorldWindow wwd,
double elevation,
Line ray) |
void |
AirspaceEditor.moveAirspaceLaterally(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
void |
AbstractAirspaceEditor.moveAirspaceLaterally(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
void |
AirspaceEditor.moveAirspaceVertically(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
void |
AbstractAirspaceEditor.moveAirspaceVertically(WorldWindow wwd,
Airspace airspace,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
void |
AirspaceEditor.moveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
void |
AbstractAirspaceEditor.moveControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
void |
AirspaceEditor.removeControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint) |
void |
AbstractAirspaceEditor.removeControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint) |
void |
AirspaceEditor.resizeAtControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
void |
AbstractAirspaceEditor.resizeAtControlPoint(WorldWindow wwd,
AirspaceControlPoint controlPoint,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
static AirspaceEditorUtil.EdgeInfo |
AirspaceEditorUtil.selectBestEdgeMatch(WorldWindow wwd,
Line ray,
Airspace airspace,
java.util.List<? extends AirspaceEditorUtil.EdgeInfo> edgeInfoList) |
void |
AirspaceEditorController.setWorldWindow(WorldWindow wwd) |
static double |
AirspaceEditorUtil.surfaceElevationAt(WorldWindow wwd,
Line ray) |
Constructor and Description |
---|
AirspaceEditorController(WorldWindow wwd) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
ShapeEditor.wwd
The
WorldWindow associated with the shape. |
protected WorldWindow |
BasicDragger.wwd
|
Modifier and Type | Method and Description |
---|---|
WorldWindow |
StatusBar.getEventSource() |
WorldWindow |
ShapeEditor.getWwd()
Indicates the WorldWindow associated with this editor.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusBar.setEventSource(WorldWindow newEventSource) |
void |
StatisticsPanel.update(WorldWindow wwd) |
Constructor and Description |
---|
BasicDragger(WorldWindow wwd)
Creates a dragging controller which converts
SelectEvent s to the Draggable interface. |
BasicDragger(WorldWindow wwd,
boolean useTerrain)
Deprecated.
the useTerrain property has been deprecated in favor of the
Draggable interface which allows
the object to define the drag behavior. |
ShapeEditor(WorldWindow wwd,
Renderable originalShape)
Constructs an editor for a specified shape.
|
StatisticsPanel(WorldWindow wwd) |
StatisticsPanel(WorldWindow wwd,
java.awt.Dimension size) |
Constructor and Description |
---|
DashboardController(WorldWindow wwd,
java.awt.Component component) |
DashboardDialog(java.awt.Frame parent,
WorldWindow wwd) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
MeasureTool.wwd |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
MeasureTool.getWwd() |
Constructor and Description |
---|
MeasureTool(WorldWindow wwd)
Construct a new measure tool drawing events from the specified
WorldWindow . |
MeasureTool(WorldWindow wwd,
RenderableLayer applicationLayer)
Construct a new measure tool drawing events from the specified
WorldWindow and using the given
RenderableLayer . |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
FileStoreSectorHighlighter.wwd |
protected WorldWindow |
FileStorePanel.wwd |
protected WorldWindow |
FileSetPanel.wwd |
protected WorldWindow |
FileSetHighlighter.wwd |
protected WorldWindow |
DataInstallerPanel.wwd |
protected WorldWindow |
DataInstallerApp.AppPanel.wwd |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
DataInstallerApp.AppFrame.getWwd() |
Modifier and Type | Method and Description |
---|---|
static void |
DataInstaller.addElevationModelToWorldWindow(WorldWindow wwd,
org.w3c.dom.Element domElement,
AVList dataSet,
boolean goTo) |
static void |
DataInstaller.addLayerToWorldWindow(WorldWindow wwd,
org.w3c.dom.Element domElement,
AVList dataSet,
boolean goTo) |
static void |
DataInstaller.addToWorldWindow(WorldWindow wwd,
org.w3c.dom.Element domElement,
AVList dataSet,
boolean goTo) |
protected void |
LayersMenu.fill(WorldWindow wwd) |
static ElevationModel |
DataInstaller.findElevationModel(WorldWindow wwd,
java.lang.String elevationModelName) |
static Layer |
DataInstaller.findLayer(WorldWindow wwd,
java.lang.String layerName) |
static void |
DataInstaller.removeElevationModel(WorldWindow wwd,
ElevationModel elevationModel) |
protected static void |
DataInstaller.removeLayerPreview(WorldWindow wwd,
AVList dataSet) |
void |
LayersMenu.update(WorldWindow wwd) |
Constructor and Description |
---|
DataInstallerPanel(WorldWindow wwd) |
FileSetHighlighter(WorldWindow wwd,
FileSetPanel panel) |
FileSetPanel(WorldWindow wwd)
Constructs a new panel.
|
FileStorePanel(WorldWindow wwd) |
FileStoreSectorHighlighter(WorldWindow wwd,
FileStorePanel panel) |
LayerAction(Layer layer,
WorldWindow wwd,
boolean selected) |
LayersMenu(WorldWindow wwd) |
Modifier and Type | Class and Description |
---|---|
class |
GliderWorldWindow
View class to support GLIDER program.
|
Modifier and Type | Method and Description |
---|---|
protected WorldWindow |
GliderTestApp.GliderAppPanel.createWorldWindow() |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
SARSegmentPlane.getWorldWindow() |
WorldWindow |
TrackViewPanel.getWwd() |
WorldWindow |
TrackController.getWwd() |
WorldWindow |
TerrainProfilePanel.getWwd() |
WorldWindow |
SARTrackExtensionTool.getWwd() |
WorldWindow |
SARAnnotationSupport.getWwd() |
WorldWindow |
LayerMenu.getWwd() |
WorldWindow |
AnalysisPanel.getWwd() |
Modifier and Type | Method and Description |
---|---|
protected static double[] |
SARSegmentPlane.computeAltitudesToFitPositions(WorldWindow wwd,
SegmentPlane segmentPlane,
java.lang.Iterable<? extends Position> positions,
boolean recallUserDefinedVGap) |
protected static Angle |
SARSegmentPlane.computeInitialHorizontalGap(WorldWindow wwd,
SegmentPlane segmentPlane,
Position position1,
Position position2) |
protected static double |
SARSegmentPlane.computeInitialVerticalGap(WorldWindow wwd,
SegmentPlane segmentPlane,
java.lang.Iterable<? extends Position> positions) |
protected static LatLon[] |
SARSegmentPlane.computeLocationsToFitPositions(WorldWindow wwd,
SegmentPlane segmentPlane,
Position position1,
Position position2,
boolean recallUserDefinedHGap) |
protected static double |
SARSegmentPlane.getSurfaceElevationAt(WorldWindow wwd,
Angle latitude,
Angle longitude) |
void |
SARTrackExtensionTool.setWorldWindow(WorldWindow wwd) |
void |
SARSegmentPlane.setWorldWindow(WorldWindow wwd) |
void |
ViewMenu.setWwd(WorldWindow wwdInstance) |
void |
TrackController.setWwd(WorldWindow wwd) |
void |
TerrainProfilePanel.setWwd(WorldWindow wwd) |
void |
ScalebarHint.setWwd(WorldWindow worldWindow) |
void |
SARTrackBuilder.setWwd(WorldWindow wwd) |
void |
SARAnnotationSupport.setWwd(WorldWindow wwd)
Set the WorldWindow reference.
|
void |
LayerMenu.setWwd(WorldWindow wwd) |
void |
AnalysisPanel.setWwd(WorldWindow wwd) |
Constructor and Description |
---|
BulkDownloadFrame(WorldWindow wwd) |
CloudCeiling(WorldWindow wwd) |
Constructor and Description |
---|
SARScreenShotAction(WorldWindow wwd,
javax.swing.Icon icon) |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
SegmentPlaneController.getWorldWindow() |
Modifier and Type | Method and Description |
---|---|
protected Position |
SegmentPlaneEditor.computeNewPositionFromPlaneGeometry(WorldWindow wwd) |
protected Position |
SegmentPlaneEditor.computeNewPositionFromPlaneIntersection(WorldWindow wwd,
java.awt.Point mousePoint) |
protected Position |
SegmentPlaneEditor.computePositionOnOrAboveSurface(WorldWindow wwd,
Position position) |
protected void |
SegmentPlaneEditor.doMoveControlPoint(WorldWindow wwd,
PickedObject pickedObject,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SegmentPlaneEditor.doMoveHorizontalControlPoint(WorldWindow wwd,
PickedObject pickedObject,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SegmentPlaneEditor.doMoveLateralControlPoint(WorldWindow wwd,
PickedObject pickedObject,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SegmentPlaneEditor.doMoveSegmentPlane(WorldWindow wwd,
PickedObject pickedObject,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SegmentPlaneEditor.doMoveSegmentPoint(WorldWindow wwd,
PickedObject pickedObject,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected void |
SegmentPlaneEditor.doMoveVerticalControlPoint(WorldWindow wwd,
PickedObject pickedObject,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected PickedObject |
SegmentPlaneEditor.getPickedSegmentPlaneObject(WorldWindow wwd,
java.lang.Object pickedObjectId) |
void |
SegmentPlaneEditor.moveControlPoint(WorldWindow wwd,
PickedObject pickedObject,
java.awt.Point mousePoint,
java.awt.Point previousMousePoint) |
protected Position |
SegmentPlaneEditor.resizeSegmentPlaneToFitPosition(WorldWindow wwd,
Position position) |
void |
SegmentPlaneController.setWorldWindow(WorldWindow wwd) |
Constructor and Description |
---|
SegmentPlaneController(WorldWindow wwd) |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
WWPanelImpl.getWWd() |
WorldWindow |
WWPanel.getWWd() |
WorldWindow |
Controller.getWWd() |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
WWOMeasureTool.wwd |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
WWOMeasureTool.getWwd() |
Constructor and Description |
---|
WWOMeasureTool(WorldWindow wwd,
Renderable shape,
java.lang.String lineType,
RenderableLayer controlPointsLayer) |
Modifier and Type | Class and Description |
---|---|
static class |
ConfiguringGLRuntimeCapabilities.MyGLAutoDrawable
Subclass of
WorldWindowGLAutoDrawable which overrides the method WorldWindowGLAutoDrawable.init(javax.media.opengl.GLAutoDrawable) to configure the OpenGL
features used by the WorldWind SDK. |
static class |
DebuggingGLErrors.MyGLAutoDrawable
Subclass of
WorldWindowGLAutoDrawable which overrides the method WorldWindowGLAutoDrawable.init(javax.media.opengl.GLAutoDrawable) to configure the OpenGL
error logger. |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
WMSLayersPanel.wwd |
protected WorldWindow |
WMSLayersPanel.LayerInfoAction.wwd |
protected WorldWindow |
VideoOnTerrain.SurfaceImageDragger.wwd |
protected WorldWindow |
TabbedPaneUsage.WWJPanel.wwd |
protected WorldWindow |
ShapeClippingPanel.wwd |
protected WorldWindow |
KeepingObjectsInView.ViewController.wwd |
protected WorldWindow |
BulkDownloadPanel.wwd |
protected WorldWindow |
ApplicationTemplate.AppPanel.wwd |
Modifier and Type | Method and Description |
---|---|
protected WorldWindow |
ApplicationTemplate.AppPanel.createWorldWindow() |
WorldWindow |
ApplicationTemplate.AppPanel.getWwd() |
WorldWindow |
ApplicationTemplate.AppFrame.getWwd() |
Modifier and Type | Method and Description |
---|---|
protected void |
WMSLayersPanel.addLayerInfoPanel(javax.swing.JPanel layersPanel,
WorldWindow wwd,
WMSLayersPanel.LayerInfo linfo) |
protected void |
RubberSheetImage.Controller.addNonGeoreferencedSurfaceImage(java.io.File file,
java.awt.image.BufferedImage image,
WorldWindow wwd) |
Airspace |
AirspaceBuilder.AirspaceFactory.createAirspace(WorldWindow wwd,
boolean fitShapeToViewport) |
Airspace |
AirspaceBuilder.PolygonAirspaceFactory.createAirspace(WorldWindow wwd,
boolean fitShapeToViewport) |
Airspace |
AirspaceBuilder.SphereAirspaceFactory.createAirspace(WorldWindow wwd,
boolean fitShapeToViewport) |
static Annotation |
KeepingObjectsInView.createHelpAnnotation(WorldWindow wwd) |
protected void |
AirspaceBuilder.PolygonAirspaceFactory.initializePolygon(WorldWindow wwd,
Polygon polygon,
boolean fitShapeToViewport) |
protected void |
AirspaceBuilder.SphereAirspaceFactory.initializeSphere(WorldWindow wwd,
SphereAirspace sphere,
boolean fitShapeToViewport) |
static void |
ApplicationTemplate.insertAfterPlacenames(WorldWindow wwd,
Layer layer) |
static void |
ApplicationTemplate.insertBeforeCompass(WorldWindow wwd,
Layer layer) |
static void |
ApplicationTemplate.insertBeforeLayerName(WorldWindow wwd,
Layer layer,
java.lang.String targetName) |
static void |
SimpleShapeDragging.insertBeforePlacenames(WorldWindow wwd,
Layer layer) |
static void |
ApplicationTemplate.insertBeforePlacenames(WorldWindow wwd,
Layer layer) |
void |
LayerPanel.update(WorldWindow wwd) |
void |
LayerPanel.updateElevations(WorldWindow wwd) |
void |
LayerPanel.updateLayers(WorldWindow wwd) |
Constructor and Description |
---|
BulkDownloadPanel(WorldWindow wwd) |
ClickAndGoSelectListener(WorldWindow wwd,
java.lang.Class pickedObjClass) |
ClickAndGoSelectListener(WorldWindow wwd,
java.lang.Class pickedObjClass,
double elevationOffset) |
FlatWorldPanel(WorldWindow wwd) |
GazetteerPanel(WorldWindow wwd,
java.lang.String gazetteerClassName)
Create a new panel.
|
GoToCoordinatePanel(WorldWindow wwd) |
LayerInfoAction(WMSLayersPanel.LayerInfo linfo,
WorldWindow wwd) |
LayerPanel(WorldWindow wwd) |
LineBuilder(WorldWindow wwd,
RenderableLayer lineLayer,
gov.nasa.worldwind.render.Polyline polyline)
Construct a new line builder using the specified polyline and layer and drawing events from the specified world
window.
|
MeasureToolPanel(WorldWindow wwdObject,
MeasureTool measureToolObject) |
PlaceNamesPanel(WorldWindow wwd) |
SelectionHighlightController(WorldWindow wwd,
ScreenSelector screenSelector) |
ShapeClippingPanel(WorldWindow wwd) |
ShapeEditorExtension(WorldWindow wwd,
Renderable shape) |
SurfaceImageDragger(WorldWindow wwd) |
SurfaceImageEntry(WorldWindow wwd,
SurfaceImage surfaceImage,
java.lang.String name) |
ViewController(WorldWindow wwd) |
WMSLayersPanel(WorldWindow wwd,
java.lang.String server,
java.awt.Dimension size) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
InstalledDataPanel.worldWindow |
Constructor and Description |
---|
InstalledDataFrame(FileStore fileStore,
WorldWindow worldWindow) |
InstalledDataPanel(java.lang.String title,
WorldWindow worldWindow)
Constructs an InstalledDataPanel with the specified title and WorldWindow.
|
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
RetrieveElevations.ElevationsDemoController.wwd |
Constructor and Description |
---|
ElevationsDemoController(WorldWindow wwd) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
KMLViewController.wwd
WorldWindow that holds the view to animate.
|
protected WorldWindow |
KMLApplicationController.wwd
Indicates the
WorldWindow this controller listens to for select events and property change events. |
Modifier and Type | Method and Description |
---|---|
static KMLViewController |
KMLViewController.create(WorldWindow wwd)
Convenience method to create a new view controller appropriate for the
WorldWindow 's current
View . |
Constructor and Description |
---|
KMLApplicationController(WorldWindow wwd)
Creates a new
KMLApplicationController with the specified WorldWindow . |
KMLFlyViewController(WorldWindow wwd)
Create the view controller.
|
KMLOrbitViewController(WorldWindow wwd)
Create the view controller.
|
KMLViewController(WorldWindow wwd)
Create the view controller.
|
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
LayerPanel.SelectLayerAction.wwd |
protected WorldWindow |
LayerManagerApp.AppPanel.wwd |
protected WorldWindow |
ElevationModelPanel.SelectModelAction.wwd |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
LayerManagerApp.AppFrame.getWwd() |
Modifier and Type | Method and Description |
---|---|
protected void |
LayerManagerPanel.fill(WorldWindow wwd) |
protected void |
ElevationModelManagerPanel.fill(WorldWindow wwd) |
protected int |
ElevationModelPanel.findElevationModelPosition(WorldWindow wwd,
ElevationModel elevationModel) |
protected int |
LayerPanel.findLayerPosition(WorldWindow wwd,
Layer layer) |
protected int |
ElevationModelPanel.getNumElevationModels(WorldWindow wwd) |
protected boolean |
LayerManagerPanel.isUpToDate(WorldWindow wwd) |
protected boolean |
ElevationModelManagerPanel.isUpToDate(WorldWindow wwd) |
protected void |
ElevationModelPanel.moveElevationModel(WorldWindow wwd,
ElevationModel elevationModel,
int direction) |
protected void |
LayerPanel.moveLayer(WorldWindow wwd,
Layer layer,
int direction) |
void |
LayerManagerPanel.update(WorldWindow wwd) |
void |
LayerAndElevationManagerPanel.update(WorldWindow wwd) |
void |
ElevationModelManagerPanel.update(WorldWindow wwd) |
void |
LayerAndElevationManagerPanel.updateElevations(WorldWindow wwd) |
protected void |
LayerManagerPanel.updateLayerActivity(WorldWindow wwd)
Loops through this layer panel's layer/checkbox list and updates the checkbox font to indicate whether the
corresponding layer was just rendered.
|
void |
LayerAndElevationManagerPanel.updateLayers(WorldWindow wwd) |
Constructor and Description |
---|
ElevationModelManagerPanel(WorldWindow wwd) |
ElevationModelPanel(WorldWindow wwd,
ElevationModelManagerPanel emPanel,
ElevationModel elevationModel) |
LayerAndElevationManagerPanel(WorldWindow wwd) |
LayerManagerPanel(WorldWindow wwd) |
LayerPanel(WorldWindow wwd,
Layer layer) |
SelectLayerAction(WorldWindow wwd,
Layer layer,
boolean selected) |
SelectModelAction(WorldWindow wwd,
ElevationModel elevationModel,
boolean selected) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
LinesOfSight.ShapeLoaderThread.wwd |
Constructor and Description |
---|
ShapeLoaderThread(java.io.File file,
WorldWindow wwd,
RenderableLayer layer,
LayerPanel layerPanel) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
ViewVolumeViewer.observed |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
ViewVolumeViewer.getObserved() |
WorldWindow |
ViewVolumeViewer.getWwd() |
WorldWindow |
SharedShapes.WWPanel.getWwd() |
Constructor and Description |
---|
ViewVolumeViewer(WorldWindow observedWindow,
java.awt.Dimension size)
Construct a view volume viewer.
|
WWPanel(WorldWindow shareWith,
Model model,
java.awt.Dimension canvasSize) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
AbstractShapeEditor.wwd |
Modifier and Type | Method and Description |
---|---|
WorldWindow |
AbstractShapeEditor.getWorldWindow() |
Modifier and Type | Method and Description |
---|---|
ExtrudedPolygon |
ExtrudedPolygonBuilder.ExtrudedPolygonFactory.createPolygon(WorldWindow wwd,
boolean fitShapeToViewport) |
AbstractShape |
RigidShapeBuilder.AbstractShapeFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
RigidShape |
RigidShapeBuilder.EllipsoidFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
RigidShape |
RigidShapeBuilder.BoxFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
RigidShape |
RigidShapeBuilder.CylinderFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
RigidShape |
RigidShapeBuilder.PyramidFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
RigidShape |
RigidShapeBuilder.ConeFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
RigidShape |
RigidShapeBuilder.WedgeFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
AbstractShape |
RigidShapeBuilder.ExtrudedPolygonFactory.createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
protected void |
RigidShapeBuilder.ExtrudedPolygonFactory.initializePolygon(WorldWindow wwd,
ExtrudedPolygon polygon,
boolean fitShapeToViewport) |
protected void |
ExtrudedPolygonBuilder.ExtrudedPolygonFactory.initializePolygon(WorldWindow wwd,
ExtrudedPolygon polygon,
boolean fitShapeToViewport) |
protected void |
RigidShapeBuilder.EllipsoidFactory.initializeShape(WorldWindow wwd,
RigidShape shape,
boolean fitShapeToViewport) |
protected void |
RigidShapeBuilder.BoxFactory.initializeShape(WorldWindow wwd,
RigidShape shape,
boolean fitShapeToViewport) |
protected void |
RigidShapeBuilder.CylinderFactory.initializeShape(WorldWindow wwd,
RigidShape shape,
boolean fitShapeToViewport) |
protected void |
RigidShapeBuilder.PyramidFactory.initializeShape(WorldWindow wwd,
RigidShape shape,
boolean fitShapeToViewport) |
protected void |
RigidShapeBuilder.ConeFactory.initializeShape(WorldWindow wwd,
RigidShape shape,
boolean fitShapeToViewport) |
protected void |
RigidShapeBuilder.WedgeFactory.initializeShape(WorldWindow wwd,
RigidShape shape,
boolean fitShapeToViewport) |
void |
AbstractShapeEditor.setWorldWindow(WorldWindow wwd) |
Modifier and Type | Field and Description |
---|---|
protected WorldWindow |
StatusLayer.eventSource |
protected WorldWindow |
WCSCoveragePanel.wwd |
protected WorldWindow |
WCSCoveragePanel.CoverageInfoAction.wwd |
protected WorldWindow |
ToolTipController.wwd |
protected WorldWindow |
SurfaceImageEditor.wwd |
protected WorldWindow |
ScreenSelector.wwd |
protected WorldWindow |
LayerManagerLayer.wwd |
protected WorldWindow |
HotSpotController.wwd |
protected WorldWindow |
HighlightController.wwd |
protected WorldWindow |
BalloonResizeController.wwd |
protected WorldWindow |
BalloonController.wwd |
Modifier and Type | Method and Description |
---|---|
protected WorldWindow |
StatusLayer.getEventSource() |
WorldWindow |
DialogAnnotationController.getWorldWindow() |
WorldWindow |
SurfaceImageEditor.getWwd() |
WorldWindow |
SectorSelector.getWwd() |
WorldWindow |
ScreenSelector.getWwd() |
Modifier and Type | Method and Description |
---|---|
protected void |
WCSCoveragePanel.addCoverageInfoPanel(javax.swing.JPanel coveragesPanel,
WorldWindow wwd,
WCSCoveragePanel.CoverageInfo coverageInfo) |
protected double |
SurfaceImageEditor.computeSurfaceElevation(WorldWindow wwd,
LatLon latLon) |
static java.util.List<Position> |
ShapeUtils.createPositionSquareInViewport(WorldWindow wwd,
Position position,
Angle heading,
double sizeInMeters) |
static java.util.List<LatLon> |
ShapeUtils.createSquareInViewport(WorldWindow wwd,
Position position,
Angle heading,
double sizeInMeters) |
static Angle |
ShapeUtils.getNewShapeHeading(WorldWindow wwd,
boolean matchViewHeading) |
static Position |
ShapeUtils.getNewShapePosition(WorldWindow wwd) |
static double |
ShapeUtils.getViewportScaleFactor(WorldWindow wwd) |
static void |
ExampleUtil.goTo(WorldWindow wwd,
Sector sector)
Causes the View attached to the specified WorldWindow to animate to the specified sector.
|
protected void |
SessionState.restoreLayerListState(WorldWindow worldWindow) |
void |
SessionState.restoreSessionState(WorldWindow worldWindow) |
protected void |
SessionState.restoreViewState(WorldWindow worldWindow) |
protected void |
SessionState.saveLayerListState(WorldWindow worldWindow) |
void |
SessionState.saveSessionState(WorldWindow worldWindow) |
protected void |
SessionState.saveViewState(WorldWindow worldWindow) |
void |
StatusLayer.setEventSource(WorldWindow newEventSource) |
Constructor and Description |
---|
AudioPlayerAnnotationController(WorldWindow worldWindow,
AudioPlayerAnnotation audioAnnotation) |
AudioPlayerAnnotationController(WorldWindow worldWindow,
AudioPlayerAnnotation audioAnnotation,
javax.sound.sampled.Clip clip) |
BalloonController(WorldWindow wwd)
Create a new balloon controller.
|
BalloonResizeController(WorldWindow wwd,
Balloon balloon)
Create a resize controller.
|
CoverageInfoAction(WCSCoveragePanel.CoverageInfo info,
WorldWindow wwd) |
DialogAnnotationController(WorldWindow worldWindow,
DialogAnnotation annotation) |
HighlightController(WorldWindow wwd,
java.lang.Object highlightEventType)
Creates a controller for a specified WorldWindow.
|
HotSpotController(WorldWindow wwd)
Creates a new HotSpotController for a specified WorldWindow, and assigns the controller as a
SelectListener on the WorldWindow. |
LayerManagerLayer(WorldWindow wwd) |
ScreenSelector(WorldWindow worldWindow) |
ScreenShotAction(WorldWindow wwd) |
SectorSelector(WorldWindow worldWindow) |
SectorSelector(WorldWindow worldWindow,
SectorSelector.RegionShape shape,
RenderableLayer rLayer) |
SlideShowAnnotationController(WorldWindow worldWindow,
SlideShowAnnotation annotation) |
SlideShowAnnotationController(WorldWindow worldWindow,
SlideShowAnnotation annotation,
java.lang.Iterable<?> imageSources) |
SurfaceImageEditor(WorldWindow wwd,
SurfaceImage shape) |
ToolTipController(WorldWindow wwd)
Create a controller for a specified
WorldWindow that displays "DISPLAY_NAME" on rollover. |
ToolTipController(WorldWindow wwd,
java.lang.String rolloverKey,
java.lang.String hoverKey)
Create a controller for a specified
WorldWindow that displays tool tips on hover and/or rollover. |
WCSCoveragePanel(WorldWindow wwd,
java.lang.String server,
java.awt.Dimension size) |
Modifier and Type | Method and Description |
---|---|
void |
ViewSwitch.AppFrame.ViewDisplay.setEventSource(WorldWindow newEventSource) |