void tsmInitTileParams ( TsmTileParams *params, TsmDataSetType type )

Initialises a TsmTileParams structure

Documentation

Initialises a TsmTileParams structure.

The TsmTileParams structure provides an extensible and flexible means to specify details about a dataset that you wish to create from raw data. This function will initialise all of the fields to sensible default values, dependent upon the type of the dataset (OI, DEM, etc.).

You pass this structure to the tsmCreateLevelTiles or tsmCreateAllTiles routines in order to tell them how to generate the tile pyramid for the dataset.

Returns:
Nothing (void)
Parameters:
params - the TsmTileParams structure to be initialised
type - the dataset type, e.g. TSM_DEM_DATASET, TSM_IMAGE_DATASET, etc.
Author:
Martin Reddy
Version:
22 March 1998
See Also:
tsmCreateLevelTiles, tsmCreateAllTiles, tsmInitTspecParams, TsmParseCreateParams, TsmTileParams


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

Back to tsmApi Home Page