Divides a map into a gridded cache of static image tiles organized into a directory hierarchy by scale levels. Two cache types can be created:Fused—Each tile is created as a fused image of all the layers in the source map document.Mutli-layer—There is one cache, but it is organized into sub-caches containing tiles from each layer in the source map document.
Syntax
| Visual Basic (Declaration) |
|
Public Class GenerateMapServerCache
Implements IGPProcess |
| C# |
|
public class GenerateMapServerCache : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.DataManagementTools.GenerateMapServerCache
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family
See Also