Class AtmosphereLayer
- java.lang.Object
-
- gov.nasa.worldwind.layer.AbstractLayer
-
- gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
-
- All Implemented Interfaces:
Layer
public class AtmosphereLayer extends AbstractLayer
-
-
Constructor Summary
Constructors Constructor Description AtmosphereLayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
getLightLocation()
ImageOptions
getNightImageOptions()
ImageSource
getNightImageSource()
void
setLightLocation(Location location)
void
setNightImageOptions(ImageOptions nightImageOptions)
void
setNightImageSource(ImageSource nightImageSource)
-
Methods inherited from class gov.nasa.worldwind.layer.AbstractLayer
getDisplayName, getMaxActiveAltitude, getMinActiveAltitude, getOpacity, getUserProperty, hasUserProperty, isEnabled, isPickEnabled, isWithinActiveAltitudes, putUserProperty, removeUserProperty, render, setDisplayName, setEnabled, setMaxActiveAltitude, setMinActiveAltitude, setOpacity, setPickEnabled
-
-
-
-
Method Detail
-
getNightImageSource
public ImageSource getNightImageSource()
-
setNightImageSource
public void setNightImageSource(ImageSource nightImageSource)
-
getNightImageOptions
public ImageOptions getNightImageOptions()
-
setNightImageOptions
public void setNightImageOptions(ImageOptions nightImageOptions)
-
getLightLocation
public Location getLightLocation()
-
setLightLocation
public void setLightLocation(Location location)
-
-