NASA World Wind

gov.nasa.worldwind.terrain
Class BasicElevationModel.ElevationTile

java.lang.Object
  extended by gov.nasa.worldwind.util.Tile
      extended by gov.nasa.worldwind.terrain.BasicElevationModel.ElevationTile
All Implemented Interfaces:
Cacheable, Comparable<Tile>
Enclosing class:
BasicElevationModel

protected static class BasicElevationModel.ElevationTile
extends Tile
implements Cacheable


Constructor Summary
protected BasicElevationModel.ElevationTile(Sector sector, Level level, int row, int col)
           
 
Method Summary
 BufferWrapper getElevations()
           
 boolean isElevationsExpired()
           
 boolean isElevationsExpired(long expiryTime)
           
 void setElevations(BufferWrapper elevations)
           
 
Methods inherited from class gov.nasa.worldwind.util.Tile
compareTo, computeColumn, computeColumnLongitude, computeRow, computeRowLatitude, equals, getCacheName, getColumn, getFormatSuffix, getHeight, getLabel, getLevel, getLevelName, getLevelNumber, getPath, getPathBase, getPriority, getResourceURL, getResourceURL, getRow, getSector, getSizeInBytes, getTileKey, getWidth, hashCode, setPriority, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.cache.Cacheable
getSizeInBytes
 

Constructor Detail

BasicElevationModel.ElevationTile

protected BasicElevationModel.ElevationTile(Sector sector,
                                            Level level,
                                            int row,
                                            int col)
Method Detail

getElevations

public BufferWrapper getElevations()

isElevationsExpired

public boolean isElevationsExpired()

isElevationsExpired

public boolean isElevationsExpired(long expiryTime)

setElevations

public void setElevations(BufferWrapper elevations)

NASA World Wind

Hosted by docs.bugaco.com