NASA World Wind

gov.nasa.worldwind
Class BasicModel

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.BasicModel
All Implemented Interfaces:
AVList, Model, WWObject, java.beans.PropertyChangeListener, java.util.EventListener

public class BasicModel
extends WWObjectImpl
implements Model


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
BasicModel()
           
 
Method Summary
 Extent getExtent()
           
 Globe getGlobe()
           
 LayerList getLayers()
           
 boolean isShowTessellationBoundingVolumes()
           
 boolean isShowWireframeExterior()
           
 boolean isShowWireframeInterior()
           
 void setGlobe(Globe globe)
           
 void setLayers(LayerList layers)
           
 void setShowTessellationBoundingVolumes(boolean showTessellationBoundingVolumes)
           
 void setShowWireframeExterior(boolean show)
           
 void setShowWireframeInterior(boolean show)
           
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

BasicModel

public BasicModel()
Method Detail

getExtent

public Extent getExtent()
Specified by:
getExtent in interface Model

getGlobe

public Globe getGlobe()
Specified by:
getGlobe in interface Model

getLayers

public LayerList getLayers()
Specified by:
getLayers in interface Model

isShowTessellationBoundingVolumes

public boolean isShowTessellationBoundingVolumes()
Specified by:
isShowTessellationBoundingVolumes in interface Model

isShowWireframeExterior

public boolean isShowWireframeExterior()
Specified by:
isShowWireframeExterior in interface Model

isShowWireframeInterior

public boolean isShowWireframeInterior()
Specified by:
isShowWireframeInterior in interface Model

setGlobe

public void setGlobe(Globe globe)
Specified by:
setGlobe in interface Model

setLayers

public void setLayers(LayerList layers)
Specified by:
setLayers in interface Model

setShowTessellationBoundingVolumes

public void setShowTessellationBoundingVolumes(boolean showTessellationBoundingVolumes)
Specified by:
setShowTessellationBoundingVolumes in interface Model

setShowWireframeExterior

public void setShowWireframeExterior(boolean show)
Specified by:
setShowWireframeExterior in interface Model

setShowWireframeInterior

public void setShowWireframeInterior(boolean show)
Specified by:
setShowWireframeInterior in interface Model

NASA World Wind