public class BackgroundLayer extends RenderableLayer
Constructor and Description |
---|
BackgroundLayer()
Constructs a Blue Marble background layer with the built-in WorldWind library resource
res/drawable/gov_nasa_worldwind_worldtopobathy2004053.
|
BackgroundLayer(ImageSource imageSource,
ImageOptions imageOptions)
Constructs a background image layer with an image source.
|
addAllRenderables, addAllRenderables, addRenderable, addRenderable, clearRenderables, count, getRenderable, indexOfRenderable, indexOfRenderableNamed, indexOfRenderableWithProperty, iterator, removeAllRenderables, removeRenderable, removeRenderable, setRenderable
getDisplayName, getMaxActiveAltitude, getMinActiveAltitude, getOpacity, getUserProperty, hasUserProperty, isEnabled, isPickEnabled, isWithinActiveAltitudes, putUserProperty, removeUserProperty, render, setDisplayName, setEnabled, setMaxActiveAltitude, setMinActiveAltitude, setOpacity, setPickEnabled
public BackgroundLayer()
public BackgroundLayer(ImageSource imageSource, ImageOptions imageOptions)
imageSource
- the image sourceimageOptions
- the image options, or null to use the default optionsjava.lang.IllegalArgumentException
- If the image source is null