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


IGlobeTileGenerator2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGenerator2 Interface
ArcGIS Developer Help

IGlobeTileGenerator2 Interface

Provides access to members that control globe tile generation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method DeleteTiles Deletes all tiles from cache for a given layer within a given extent.
Read/write property Display The associated globe display.
Method Exit Exits the tile generator host process.
Method GenerateConfigFiles Generates a cache configuration file for the source layer.
Method GenerateTile Generates a tile for the source layer, and stores it into its cache file.
Method GenerateTiles Generate tiles in association with a GlobeServer object.
Method GetStatusTileCount number of tiles processed in the current job
Read/write property Layer The source layer from which to generate tiles.
Read/write property LayerProperties The globe layer properties.
Read/write property MaxTileCount The maximum number of tiles to be generated.
Method PutTilePosition Sets the current tile position.
Method QueryTilePosition Queries for the current tile position.
Method UpdateTiles Updates cache for a given layer within a given extent.
Method UpdateTilesByGeometry Updates cache for a given layer within a given extent.

Inherited Interfaces

Interfaces Description
IGlobeTileGenerator Provides access to members that control globe tile generation.

Classes that implement IGlobeTileGenerator2

Classes Description