gov.nasa.worldwind.terrain
Class LocalElevationModel.LocalTile
java.lang.Object
gov.nasa.worldwind.terrain.LocalElevationModel.LocalTile
- Enclosing class:
- LocalElevationModel
protected static class LocalElevationModel.LocalTile - extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LocalElevationModel.LocalTile
protected LocalElevationModel.LocalTile(Sector sector,
double missingDataFlag,
int tileWidth,
int tileHeight,
BufferWrapper elevations)
|
|