Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
TerrainCacheTimeStamp |
TerrainCacheTimeStamp.clone() |
TerrainCacheTimeStamp |
TerrainCacheGroup.getCurrentTimeStamp()
Gets a time stamp that can be used for relative ordering of accesses to caches
and regions within this cache group.
|
TerrainCacheTimeStamp |
TerrainRegion.getLastAccess()
Gets the time stamp of the last time this region was accessed.
|
Modifier and Type | Method and Description |
---|---|
int |
TerrainCacheTimeStamp.compareTo(TerrainCacheTimeStamp other)
Compares this instance with another instance of the same type.
|
static boolean |
TerrainCacheTimeStamp.equals(TerrainCacheTimeStamp left,
TerrainCacheTimeStamp right)
Returns
true if the two instances are exactly equal. |
boolean |
TerrainCacheTimeStamp.equalsType(TerrainCacheTimeStamp other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
TerrainCacheTimeStamp.greaterThan(TerrainCacheTimeStamp left,
TerrainCacheTimeStamp right)
Returns
true if left is greater than right . |
static boolean |
TerrainCacheTimeStamp.greaterThanOrEqual(TerrainCacheTimeStamp left,
TerrainCacheTimeStamp right)
Returns
true if left is greater than or equal to right . |
static boolean |
TerrainCacheTimeStamp.lessThan(TerrainCacheTimeStamp left,
TerrainCacheTimeStamp right)
Returns
true if left is less than right . |
static boolean |
TerrainCacheTimeStamp.lessThanOrEqual(TerrainCacheTimeStamp left,
TerrainCacheTimeStamp right)
Returns
true if left is less than or equal to right . |
static boolean |
TerrainCacheTimeStamp.notEquals(TerrainCacheTimeStamp left,
TerrainCacheTimeStamp right)
Returns
true if the two instances are not exactly equal. |