public interface Model extends WWObject
worldwind.xml
or its application-specified
alternate.Modifier and Type | Method and Description |
---|---|
Extent |
getExtent()
Returns the bounding sphere in Cartesian world coordinates of the model.
|
Globe |
getGlobe()
Indicates the globe in this model.
|
LayerList |
getLayers()
Indicates the layers associated with this model.
|
boolean |
isShowTessellationBoundingVolumes()
Indicates whether the bounding volumes of the tessellated globe's surface geometry should be displayed.
|
boolean |
isShowWireframeExterior()
Indicates whether the globe surface's exterior geometry is to be drawn.
|
boolean |
isShowWireframeInterior()
Indicates whether the globe surface's interior geometry is to be drawn.
|
void |
setGlobe(Globe globe)
Specifies the model's globe.
|
void |
setLayers(LayerList layers)
Specifies the model's layers.
|
void |
setShowTessellationBoundingVolumes(boolean showTileBoundingVolumes)
Specifies whether the bounding volumes of the globes tessellated surface geometry is to be drawn.
|
void |
setShowWireframeExterior(boolean show)
Specifies whether to display as wireframe the exterior geometry of the tessellated globe surface.
|
void |
setShowWireframeInterior(boolean show)
Specifies whether to display as wireframe the interior geometry of the tessellated globe surface.
|
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
propertyChange
onMessage
Extent getExtent()
Globe getGlobe()
LayerList getLayers()
boolean isShowTessellationBoundingVolumes()
boolean isShowWireframeExterior()
boolean isShowWireframeInterior()
void setGlobe(Globe globe)
globe
- the model's new globe. May be null, in which case the current globe will be detached from the
model.void setLayers(LayerList layers)
layers
- the model's new layers. May be null, in which case the current layers will be detached from the
model.void setShowTessellationBoundingVolumes(boolean showTileBoundingVolumes)
showTileBoundingVolumes
- true if the bounding volumes should be drawn, false, the default, if not.void setShowWireframeExterior(boolean show)
show
- true causes the geometry to be shown, false, the default, does not.void setShowWireframeInterior(boolean show)
show
- true causes the geometry to be shown, false, the default, does not.