| Package | Description |
|---|---|
| agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuantizedMeshTerrainCache
A cache of quantized-mesh terrain tiles.
|
class |
RasterTerrainCache
A cache of raster terrain posts.
|
| Modifier and Type | Method and Description |
|---|---|
TerrainCache |
TerrainRegion.getCache()
Gets the cache associated with this region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TerrainCacheGroup.addCache(TerrainCache cache)
Adds a cache to the group.
|
| Constructor and Description |
|---|
TerrainRegion(TerrainCache cache)
Initializes a new instance.
|