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


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

IGlobeServerCooker Interface

Provides access to members for Generating Tiles with Globe server object.

Product Availability

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

Members

Name Description
Read-only property AOI The area of interest for cooking in GCS.
Write-only property AOI The area of interest for cooking in GCS.
Method Cancel Cancels cooking. It will additionally stop the cookers on the Server
Method GetLastError Gets the last error.
Method GetStats Gets the current Cooker object cooking progress.
Method GetThreadHandle Gets the Cook thread handle.
Method InitCooking cooks a given globe server object on a given server.
Write-only property InputLyrId The layer id of the layer to be cooked.
Read/write property maxLOD The maximum Level Of detail for cooking.
Read/write property minLOD The minimum Level Of detail for cooking.
Method RemoveTiles Removes tiles from within the specified extent.
Method Update Sets the extent of the region to be updated and the caching mode.

Classes that implement IGlobeServerCooker

Classes Description
GlobeServerCooker The Globe Server Cooker coclass for Generating Tiles with globe server objects.