Package | Description |
---|---|
bwem |
Modifier and Type | Field and Description |
---|---|
static Altitude |
Altitude.UNINITIALIZED |
static Altitude |
Altitude.UNINITIALIZED |
static Altitude |
Altitude.ZERO |
static Altitude |
Altitude.ZERO |
Modifier and Type | Field and Description |
---|---|
static Comparator<Pair<?,Altitude>> |
Altitude.BY_ALTITUDE_ORDER |
static Comparator<Pair<?,Altitude>> |
Altitude.BY_ALTITUDE_ORDER |
Modifier and Type | Method and Description |
---|---|
Altitude |
MiniTile.getAltitude()
Distance in pixels between the center of this MiniTile and the center of the nearest
Sea-MiniTile
- Sea-miniTiles all have their Altitude() equal to 0. - miniTiles having Altitude() > 0 are not Sea-miniTiles. |
Altitude |
MiniTile.getAltitude()
Distance in pixels between the center of this MiniTile and the center of the nearest
Sea-MiniTile
- Sea-miniTiles all have their Altitude() equal to 0. - miniTiles having Altitude() > 0 are not Sea-miniTiles. |
Altitude |
Area.getHighestAltitude() |
Altitude |
BWMap.getHighestAltitude() |
Altitude |
BWMap.getHighestAltitude() |
Altitude |
Area.getHighestAltitude() |
Altitude |
Tile.getLowestAltitude()
Tile::LowestAltitude() somewhat aggregates the MiniTile::Altitude() values of the 4 x 4
sub-miniTiles.
- Returns the minimum value. |
Altitude |
Tile.getLowestAltitude()
Tile::LowestAltitude() somewhat aggregates the MiniTile::Altitude() values of the 4 x 4
sub-miniTiles.
- Returns the minimum value. |
Modifier and Type | Method and Description |
---|---|
int |
Altitude.compareTo(Altitude that) |
int |
Altitude.compareTo(Altitude that) |
Copyright © 2022. All rights reserved.