int tsmWriteAllVtiles ( TsmConnection oiConnect, TsmConnection demConnect, TsmConnectionParams params )

Creates a pyramid of VRML vtile files

Documentation

Creates a pyramid of VRML vtile files.

Creates part or all of a pyramid of VRML vtile files. This function calls tsmWriteVtile in order to write out multiple vtile files for a dataset. By default, the entire pyramid of vtile files will be generated. However, you can specify the start and end levels of the pyramid to produce if you wish.

This function supports all of TsmConnectionParams settings that the tsmWriteVtile function supports. In addition, the following settings can be defined:

Returns:
TRUE if all went just peachy, FALSE if it went pear shaped
Parameters:
oiConnect - is a connection to a OI pyramid dataset.
demConnect - is a connection to the corresponding DEM pyramid dataset.
params - is a pointer to a TsmConnectionParams structure.
Author:
Nat Bletter
Version:
8 May 1998
See Also:
tsmConnect, tsmSetParam, tsmWriteAllVtiles


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page