struct TsGeoPyramid

A pyramid of terrain and imagery

Documentation

A pyramid of terrain and imagery. The base type for manipulation of geographical data, organized as a multi-resolution pyramid for efficient acces and display. It is indexed via the imagery pyramid (a TsCache) and gets its geometry from an associated geometric structure (either a VRML tree or a DEM pyramid).
Parameters:
type - The type identifier
im - The imagery pyramid cache.
calls - The type-specific call vector for type-specific functions.
See Also:
TsGeoPyramidType, TsCache, TsGeoCalls


Back to TerraVision API Home Page