enum TsmImportFormat

Specifies all supported import file formats

Documentation

Specifies all supported import file formats.

The TsmImportFormat enumerated type is used to define all of the file formats that the tsmApi can import in order to generate terrain data. This is used as a parameter to the tile creation functions.

Parameters:
TSM_IMPORT_UNSUPPORTED - the input file format is not known
TSM_IMPORT_LAS - EDC's LAS format DEM and OI files
TSM_IMPORT_RAW - RAW (lrtb: left->right, top->bottom) image data for DEM and OI files
TSM_IMPORT_LRBT - RAW (lrbt: left->right, bottom->top) image data for DEM and OI files
TSM_IMPORT_PPM - PPM format (colour) image
TSM_IMPORT_PGM - PGM format (grayscale) image
TSM_IMPORT_TIFF - TIFF or GeoTIFF format image
See Also:
tsmCreateAllTiles


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

Back to tsmApi Home Page