struct TsGeoCalls

A call vector for type-specific functions on TsGeoPyramids

Documentation

A call vector for type-specific functions on TsGeoPyramids. 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:
create - Create and initialize a typed TsGeoPyramid
destroy - Destroy pyramid and free its memory
prepare_tile - Prepare a tile for display
sync - Send all pending tile requests.
reset - Clear all pending requests
geometry - Obtain the geometry description for a tile.
See Also:
TsGeoPyramid


Back to TerraVision API Home Page