This document is archived and information here might be outdated. Recommended version. |
Provides access to members that provide the tile cache info.
Using the tiling scheme information in the TileCacheInfo object the client can calculate the tiles that cover any rectangular extent in map space and then retrieve tiles either directly from the virtual directory, or from the tile handler or by making GetMapTile or GetLayerTile requests against the map service.
Name | Description | |
---|---|---|
ComputeResolutions | Computes resolutions from scales and current DPI. | |
ComputeScales | Computes scales from resolutions and current DPI. | |
Dpi | The tiling DPI. | |
LODInfos | The tile cache Levels Of Details. | |
Origin | The tiling origin. | |
SpatialReference | The tiling spatial reference. | |
TileCols | The number of columns per tile. | |
TileRows | The number of rows per tile. |
Classes | Description |
---|---|
TileCacheInfo | A Tile Cache Info object. |