This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGenerator Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control globe tile generation. Note: the IGlobeTileGenerator interface has been superseded byIGlobeTileGenerator2. Please consider using the more recent version.
Description | ||
---|---|---|
DeleteTiles | Deletes all tiles from cache for a given layer within a given extent. | |
Display | The associated globe display. | |
Exit | Exits the tile generator host process. | |
GenerateConfigFiles | Generates a cache configuration file for the source layer. | |
GenerateTile | Generates a tile for the source layer, and stores it into its cache file. | |
GenerateTiles | Generate tiles in association with a GlobeServer object. | |
Layer | The source layer from which to generate tiles. | |
LayerProperties | The globe layer properties. | |
MaxTileCount | The maximum number of tiles to be generated. | |
PutTilePosition | Sets the current tile position. | |
QueryTilePosition | Queries for the current tile position. | |
UpdateTiles | Updates cache for a given layer within a given extent. |
CoClasses and Classes | Description |
---|---|
GlobeTileGenerator | The OnDemand Globe Tile Generator coclass. |