struct SimpleTileSet

Holds all of the tile-set specifications for a Simple Tile Set

Documentation

Holds all of the tile-set specifications for a Simple Tile Set.

A Simple Tile Set contains all of the information for the data in a single level of a pyramid.

Parameters:
minTile - (int[2]) the minimum (tx,ty) tile coordinate, e.g. (0,0)
maxTile - (int[2]) the maximum (tx,ty) tile coordinate
numTile - (int[2]) maxTile[n] - minTile[n] + 1
tileMapStatus - (tspSymbol) tspTileMapEmpty or tspTileMapFull [obsolete]
numPixels - (int[2]) the total number of pixels in the mosaic in the ix and iy directions
minValidPixel - (int[2]) the minimum (ix,iy) image coordinate of the data in the mosaic
maxValidPixel - (int[2]) the maximum (ix,iy) image coodinate of the data in the mosaic (e.g. data could be padded with zeros to fill to tile boundary)
numValidPixel - (int[2]) maxValidPixel[n] - minValidPixel[n] + 1
imageFileName - (char *) the filename of the source mosaic image
description - (char *) textual description of the data
imageTransformationTspec - (ImageTransformationTspec) see link below
identityTspec - (IdentityTspec) see link below
tileTspec - (TileTspec) see link below
pixelTspec - (PixelTspec) see link below
projectionTspec - (ProjectionTspec) see link below
coordTspec - (CoordTspec) see link below
See Also:
ImageTransformationTspec, IdentityTspec, TileTspec, PixelTspec, ProjectionTspec, CoordTspec, Pyramid


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

Back to tsmApi Home Page