NASA World Wind

gov.nasa.worldwind.terrain
Class LocalElevationModel.LocalTile

java.lang.Object
  extended by gov.nasa.worldwind.terrain.LocalElevationModel.LocalTile
Enclosing class:
LocalElevationModel

protected static class LocalElevationModel.LocalTile
extends Object


Field Summary
protected  BufferWrapper elevations
           
protected  double maxElevation
           
protected  double minElevation
           
protected  double missingDataFlag
           
protected  Sector sector
           
protected  int tileHeight
           
protected  int tileWidth
           
 
Constructor Summary
protected LocalElevationModel.LocalTile(Sector sector, double missingDataFlag, int tileWidth, int tileHeight, BufferWrapper elevations)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elevations

protected final BufferWrapper elevations

maxElevation

protected final double maxElevation

minElevation

protected final double minElevation

missingDataFlag

protected final double missingDataFlag

sector

protected final Sector sector

tileHeight

protected final int tileHeight

tileWidth

protected final int tileWidth
Constructor Detail

LocalElevationModel.LocalTile

protected LocalElevationModel.LocalTile(Sector sector,
                                        double missingDataFlag,
                                        int tileWidth,
                                        int tileHeight,
                                        BufferWrapper elevations)

NASA World Wind