int tsmGetTile ( TsmHandle *tsmh, Pyramid *pyramid, int ix, int iy, int level, unsigned char *tileBuffer, ... ) Gets a single tile from a Pyramid
Gets a single tile from a Pyramid.N.B. this function is part of the old style server-centric interface to tsmApi. You should really start using the new leaner, cleaner, and sexier connection-based interface (see tsmConnect). This function is now just an emulation layer on top of the relevant connection-based function(s): tsmReadTile.
The tsmGetTile function retrieves a single tile from Pyramid pyramid at tile index (ix,iy, level). The tileBuffer is assumed to be sufficiently large to hold the entire tile. This is NOT recommended when accessing tiles from the DPSS. Instead, use the request list mechanism.