NASA World Wind

gov.nasa.worldwind.util
Class LevelSet.SectorResolution

java.lang.Object
  extended by gov.nasa.worldwind.util.LevelSet.SectorResolution
Enclosing class:
LevelSet

public static final class LevelSet.SectorResolution
extends Object


Constructor Summary
LevelSet.SectorResolution(Sector sector, int levelNumber)
           
 
Method Summary
 int getLevelNumber()
           
 Sector getSector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelSet.SectorResolution

public LevelSet.SectorResolution(Sector sector,
                                 int levelNumber)
Method Detail

getLevelNumber

public final int getLevelNumber()

getSector

public final Sector getSector()

NASA World Wind