This document is archived and information here might be outdated.  Recommended version.


ITileCacheInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfo Interface
ArcGIS Developer Help

ITileCacheInfo Interface

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

Name Description
Method ComputeResolutions Computes resolutions from scales and current DPI.
Method ComputeScales Computes scales from resolutions and current DPI.
Read/write property Dpi The tiling DPI.
Read/write property LODInfos The tile cache Levels Of Details.
Read/write property Origin The tiling origin.
Read/write property SpatialReference The tiling spatial reference.
Read/write property TileCols The number of columns per tile.
Read/write property TileRows The number of rows per tile.

Classes that implement ITileCacheInfo

Classes Description
TileCacheInfo A Tile Cache Info object.