MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgByteReader* MgRenderingService::RenderTile ( MgMap map,
CREFSTRING  baseMapLayerGroupName,
INT32  tileColumn,
INT32  tileRow,
INT32  tileWidth,
INT32  tileHeight,
INT32  tileDpi,
CREFSTRING  tileImageFormat 
) [pure virtual]

Returns the specified base map tile for the given map.

Remarks:
This method only renders the given tile. No tile caching is performed by this method. To render and cache the tile, use the GetTile method instead. However, using that method will use default tile width/height/dpi/format specified in your MapGuide Server configuration
Parameters:
mapInput map object containing current state of map.
baseMapLayerGroupNameInput Specifies the name of the baseMapLayerGroup for which to render the tile.
tileColumnInput Specifies the column index of the tile to return.
tileRowInput Specifies the row index of the tile to return.
tileWidthInput Specifies the width of the tile to return.
tileHeightInput Specifies the height of the tile to return.
tileDpiInput Specifies the dpi the tile to return.
tileImageFormatInput Specifies the image format of the tile. See MgImageFormats
Returns:
A byte reader containing the rendered tile image.