Creates and updates tiles in an existing globe service cache. This tool is used to create new tiles or to replace missing tiles, overwrite outdated tiles, or add new tiles. All these actions can be defined by rectangular extents or by a polygon feature class. When creating new tiles, you can choose whether to create only empty tiles or re-create all tiles.
Syntax
Visual Basic (Declaration) | |
---|
Public Class ManageGlobeServerCacheTiles
Implements IGPProcess |
C# | |
---|
public class ManageGlobeServerCacheTiles : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.ServerTools.ManageGlobeServerCacheTiles
See Also