struct TsmTileParams

Holds all options for creating a number of tiles

Documentation

Holds all options for creating a number of tiles.

The TsmTileParams structure provides an extensible and flexible means to specify details about a dataset that you wish to create from raw data.

N.B. you should always initialise a TsmTileParams structure by calling tsmInitTileParams.

Parameters:
width - (int) the width of the input image
height - (int) height of the input image
comps - (int) no. of components per pixel, e.g. 3
format - (TsmImportFormat) the file format of input image
dataset_type - (TsmDataSetType) TSM_DEM_DATASET, TSM_IMAGE_DATASET
filtering - (int) TSM_GAUSSIAN_FILTER, TSM_POINT_SAMPLE
start_col - (int) start column of the block create
start_row - (int) start row of the block create
block_size - (int) size of block (width & height)
tile_width - (int) width of a single tile in pixels
tile_height - (int) height of a single tile in pixels
tile_overlap_x - (int) number of overlap pixels in x direction
tile_overlap_y - (int) number of overlap pixels in y direction
sea_level - (double) height value to represent sea regions.
scale - (double) scale factor to apply to pixel data
offset - (double) offset to apply after scaling factor
See Also:
tsmInitTileParams, tsmCreateAllTiles


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

Back to tsmApi Home Page