NASA World Wind

Uses of Class
gov.nasa.worldwind.util.LevelSet

Packages that use LevelSet
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.util   
 

Uses of LevelSet in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return LevelSet
 LevelSet BasicElevationModel.getLevels()
           
 

Constructors in gov.nasa.worldwind.globes with parameters of type LevelSet
BasicElevationModel(LevelSet levels, double minElevation, double maxElevation)
           
 

Uses of LevelSet in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return LevelSet
protected  LevelSet TiledImageLayer.getLevels()
           
 

Constructors in gov.nasa.worldwind.layers with parameters of type LevelSet
BasicTiledImageLayer(LevelSet levelSet)
           
TiledImageLayer(LevelSet levelSet)
           
 

Uses of LevelSet in gov.nasa.worldwind.util
 

Constructors in gov.nasa.worldwind.util with parameters of type LevelSet
LevelSet(LevelSet source)
           
 


NASA World Wind