Package | Description |
---|---|
gov.nasa.worldwind.terrain |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.CopyOnWriteArrayList<LocalElevationModel.LocalTile> |
LocalElevationModel.tiles
The list of elevation rasters, one per file specified.
|
Modifier and Type | Method and Description |
---|---|
protected LocalElevationModel.LocalTile |
LocalElevationModel.findTile(double latRadians,
double lonRadians)
Finds the tile in this elevation model that contains a specified location.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LocalElevationModel.adjustMinMax(LocalElevationModel.LocalTile tile)
Updates the min and max elevations for this elevation model to account for a specified tile.
|