Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
QuantizedMeshTileID |
QuantizedMeshTerrainProvider.findMostDetailedAvailableTile(int level,
int x,
int y)
Find the most detailed tile that is available and which overlaps the given tile coordinates.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
QuantizedMeshTileID.equals(QuantizedMeshTileID left,
QuantizedMeshTileID right)
Returns
true if the two instances are exactly equal. |
boolean |
QuantizedMeshTileID.equalsType(QuantizedMeshTileID other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
QuantizedMeshTileID.notEquals(QuantizedMeshTileID left,
QuantizedMeshTileID right)
Returns
true if the two instances are not exactly equal. |