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


IImageCooker Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageCooker Interface

AIS cache reader object.

Product Availability

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

Members

Description
Method Clear Clears cache tiles with a given extent.
Method Connect Connects an image server object to its cache location.
Method GetCacheDirectory Gets the cache directory/location.
Method GetTile Gets a tile at a given LOD, and column and row location.
Read/write property MaximumImageCellsize The maximum source image cellsize below which data are available.
Method PutTile Puts a tile at a given LOD, and column and row location.
Read/write property ServerObjectName The ArcGIS server object to run the image cooker.
Read/write property ThreadCount The number of Image Cooker instances for building tile cache.
Method Update Updates cache within a given extent.
Method UpdateByGeometry Updates cache within an area of interest defined by a given geometry.

CoClasses that implement IImageCooker

CoClasses and Classes Description
ImageCooker ImageCooker Class.