| Package | Description | 
|---|---|
| agi.foundation.terrain | 
 Contains types for reading and analyzing terrain data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TerrainRegion | 
RasterTerrainCache.getLeastRecentlyUsedRegion()
Gets the region in this cache that was least recently used. 
 | 
TerrainRegion | 
QuantizedMeshTerrainCache.getLeastRecentlyUsedRegion()
Gets the region in this cache that was least recently used. 
 | 
abstract TerrainRegion | 
TerrainCache.getLeastRecentlyUsedRegion()
Gets the region in this cache that was least recently used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract boolean | 
TerrainRegion.equalsType(TerrainRegion other)
Indicates whether another instance of this type is exactly equal to this instance. 
 | 
void | 
RasterTerrainCache.loadRegion(TerrainRegion region)
Deprecated. 
 
Internal use only. 
 | 
void | 
QuantizedMeshTerrainCache.loadRegion(TerrainRegion region)
Deprecated. 
 
Internal use only. 
 | 
void | 
RasterTerrainCache.removeRegion(TerrainRegion region)
Deprecated. 
 
Internal use only. 
 | 
void | 
QuantizedMeshTerrainCache.removeRegion(TerrainRegion region)
Deprecated. 
 
Internal use only. 
 | 
void | 
TerrainCacheGroup.requestRegionLoad(TerrainRegion region)
Requests that a region be loaded into cache. 
 |