Uses of Interface
gov.nasa.worldwind.Model
-
Packages that use Model 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. -
-
Uses of Model in gov.nasa.worldwind
Classes in gov.nasa.worldwind that implement Model Modifier and Type Class Description classBasicModelThis class aggregates the objects making up a model: the globe and layers.Fields in gov.nasa.worldwind declared as Model Modifier and Type Field Description protected ModelAbstractSceneController. modelMethods in gov.nasa.worldwind that return Model Modifier and Type Method Description ModelAbstractSceneController. getModel()ModelSceneController. getModel()Indicates the scene controller's model.ModelWorldWindow. getModel()Returns the window's current model.ModelWorldWindowImpl. getModel()Methods in gov.nasa.worldwind with parameters of type Model Modifier and Type Method Description voidAbstractSceneController. setModel(Model model)voidSceneController. setModel(Model model)Specifies the scene controller's model.voidWorldWindow. setModel(Model model)Sets the model to display in this window.voidWorldWindowImpl. setModel(Model model)voidWorldWindow. setModelAndView(Model model, View view)Sets the model to display in this window and the view used to display it.voidWorldWindowImpl. setModelAndView(Model model, View view) -
Uses of Model in gov.nasa.worldwind.awt
Methods in gov.nasa.worldwind.awt that return Model Modifier and Type Method Description ModelWorldWindowGLCanvas. getModel()ModelWorldWindowGLJPanel. getModel()Methods in gov.nasa.worldwind.awt with parameters of type Model Modifier and Type Method Description voidWorldWindowGLCanvas. setModel(Model model)voidWorldWindowGLJPanel. setModel(Model model)voidWorldWindowGLCanvas. setModelAndView(Model model, View view)voidWorldWindowGLJPanel. setModelAndView(Model model, View view) -
Uses of Model in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Model Modifier and Type Field Description protected ModelDrawContextImpl. modelMethods in gov.nasa.worldwind.render that return Model Modifier and Type Method Description ModelDrawContext. getModel()Retrieves the currentModel, which may be null.ModelDrawContextImpl. getModel()Methods in gov.nasa.worldwind.render with parameters of type Model Modifier and Type Method Description voidDrawContext. setModel(Model model)Assign a newModel.voidDrawContextImpl. setModel(Model model) -
Uses of Model in gov.nasa.worldwindx.examples.multiwindow
Methods in gov.nasa.worldwindx.examples.multiwindow that return Model Modifier and Type Method Description protected ModelFlatAndRoundGlobes. makeModel(Globe globe, LayerList layers)protected ModelViewVolumeViewer. makeModel()Constructors in gov.nasa.worldwindx.examples.multiwindow with parameters of type Model Constructor Description WWFrame(WorldWindowGLCanvas shareWith, Model model, java.lang.String displayName, java.lang.String position)WWPanel(WorldWindowGLCanvas shareWith, java.awt.Dimension size, Model model)WWPanel(WorldWindow shareWith, Model model, java.awt.Dimension canvasSize)WWPanel(WorldWindowGLCanvas shareWith, java.awt.Dimension size, Model model)
-