void tsmInitTspecParams ( TsmTspecParams *params, TsmDataSetType type )

Initialises a TsmTspecParams structure

Documentation

Initialises a TsmTspecParams structure.

The TsmTspecParams structure provides an extensible and flexible means to specify details about a tspec (Tile Set Specification) file that you wish to create from scratch. 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 tsmCreateTspec routine in order to tell it how to create the tspec file.

Returns:
Nothing (void)
Parameters:
params - the TsmTspecParams 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:
tsmCreateTspec, tsmInitTileParams, tsmParseCreateParams, TsmTspecParams


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

Back to tsmApi Home Page