gov.nasa.worldwind
Class BasicModel
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.WWObjectImpl
gov.nasa.worldwind.BasicModel
- All Implemented Interfaces:
- AVList, Model, WWObject, java.beans.PropertyChangeListener, java.util.EventListener
public class BasicModel
- extends WWObjectImpl
- implements Model
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 |
BasicModel
public BasicModel()
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