Generates an XML tiling scheme file that defines the scale levels, tile dimensions, and other properties for a map service cache. This tool is useful when creating a tiling scheme to use in multiple caches. You can load the tiling scheme file when you create a cache in ArcCatalog or Manager, or you can run Create Map Server Cache and pass in the tiling scheme file as a parameter.
Syntax
Visual Basic (Declaration) | |
---|
Public Class GenerateMapServerCacheTilingScheme
Implements IGPProcess |
C# | |
---|
public class GenerateMapServerCacheTilingScheme : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.ServerTools.GenerateMapServerCacheTilingScheme
See Also