protected static class BasicElevationModel.ElevationTile extends Tile implements Cacheable
| Modifier and Type | Field and Description | 
|---|---|
| protected BufferWrapper | elevations | 
| protected double[] | extremes | 
| protected long | updateTime | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | ElevationTile(Sector sector,
             Level level,
             int row,
             int col) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | computeElevationIndex(LatLon location) | 
| BufferWrapper | getElevations() | 
| double[] | getExtremes(Sector sector,
           BasicElevationModel em,
           double[] extremes) | 
| boolean | isElevationsExpired() | 
| boolean | isElevationsExpired(long expiryTime) | 
| void | setElevations(BufferWrapper elevations,
             BasicElevationModel em) | 
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSizeInBytesprotected BufferWrapper elevations
protected double[] extremes
protected long updateTime
public int computeElevationIndex(LatLon location)
public BufferWrapper getElevations()
public double[] getExtremes(Sector sector, BasicElevationModel em, double[] extremes)
public boolean isElevationsExpired()
public boolean isElevationsExpired(long expiryTime)
public void setElevations(BufferWrapper elevations, BasicElevationModel em)