| Interface | Description |
|---|---|
| Disposable | |
| Exportable |
Exportable marks an object that can be exported in different data formats.
|
| Factory |
General factory interface.
|
| Locatable | |
| Model |
Aggregates a globe and a set of layers.
|
| Movable |
An interface provided by objects that can be moved geographically.
|
| Movable2 | |
| Restorable |
Restorable is an interface for describing the current state of an object, and restoring an object's
state.
|
| SceneController | |
| StereoSceneController |
An interface for scene controllers that provide stereo.
|
| View |
The
View interface provides a coordinate transformation from model coordinates to eye coordinates. |
| WorldWindow |
The top-level interface common to all toolkit-specific World Wind windows.
|
| WorldWindowGLDrawable | |
| WWObject |
An interface provided by the major World Wind components to provide attribute-value list management and
property change management.
|
| Class | Description |
|---|---|
| AbstractSceneController | |
| BasicFactory |
A basic implementation of the
Factory interface. |
| BasicModel |
This class aggregates the objects making up a model: the globe and layers.
|
| BasicSceneController | |
| Configuration |
This class manages the initial World Wind configuration.
|
| StereoOptionSceneController |
TODO: This file needs to be updated to implement "correct" stereo, as described at:
http://www.orthostereo.com/geometryopengl.html
This scene controller draws in stereo, either red-blue anaglyph or device supported if the display device provides
stereo directly.
|
| Version | |
| WorldWind | |
| WorldWindowGLAutoDrawable |
A non-platform specific
WorldWindow class. |
| WorldWindowImpl |
An implementation class for the
WorldWindow interface. |
| WWObjectImpl |
Implements
WWObject functionality. |