Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.awt | |
gov.nasa.worldwind.render | |
gov.nasa.worldwindx.examples.multiwindow |
Examples of how to use multiple WorldWind globes in the same application.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicModel
This class aggregates the objects making up a model: the globe and layers.
|
Modifier and Type | Field and Description |
---|---|
protected Model |
AbstractSceneController.model |
Modifier and Type | Method and Description |
---|---|
Model |
WorldWindowImpl.getModel() |
Model |
WorldWindow.getModel()
Returns the window's current model.
|
Model |
SceneController.getModel()
Indicates the scene controller's model.
|
Model |
AbstractSceneController.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
WorldWindowImpl.setModel(Model model) |
void |
WorldWindow.setModel(Model model)
Sets the model to display in this window.
|
void |
SceneController.setModel(Model model)
Specifies the scene controller's model.
|
void |
AbstractSceneController.setModel(Model model) |
void |
WorldWindowImpl.setModelAndView(Model model,
View view) |
void |
WorldWindow.setModelAndView(Model model,
View view)
Sets the model to display in this window and the view used to display it.
|
Modifier and Type | Method and Description |
---|---|
Model |
WorldWindowGLJPanel.getModel() |
Model |
WorldWindowGLCanvas.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
WorldWindowGLJPanel.setModel(Model model) |
void |
WorldWindowGLCanvas.setModel(Model model) |
void |
WorldWindowGLJPanel.setModelAndView(Model model,
View view) |
void |
WorldWindowGLCanvas.setModelAndView(Model model,
View view) |
Modifier and Type | Field and Description |
---|---|
protected Model |
DrawContextImpl.model |
Modifier and Type | Method and Description |
---|---|
Model |
DrawContextImpl.getModel() |
Model |
DrawContext.getModel()
Retrieves the current
Model , which may be null. |
Modifier and Type | Method and Description |
---|---|
void |
DrawContextImpl.setModel(Model model) |
void |
DrawContext.setModel(Model model)
Assign a new
Model . |
Modifier and Type | Method and Description |
---|---|
protected Model |
ViewVolumeViewer.makeModel() |
protected Model |
FlatAndRoundGlobes.makeModel(Globe globe,
LayerList layers) |
Constructor and Description |
---|
WWFrame(WorldWindowGLCanvas shareWith,
Model model,
java.lang.String displayName,
java.lang.String position) |
WWPanel(WorldWindowGLCanvas shareWith,
java.awt.Dimension size,
Model model) |
WWPanel(WorldWindowGLCanvas shareWith,
java.awt.Dimension size,
Model model) |
WWPanel(WorldWindow shareWith,
Model model,
java.awt.Dimension canvasSize) |