Provides access to members that provide the tile cache info.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
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.
Members
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. |
CoClasses that implement ITileCacheInfo
CoClasses and Classes | Description |
---|---|
TileCacheInfo | A Tile Cache Info object. |