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


IImageCooker Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageCooker Interface
ArcGIS Developer Help

IImageCooker Interface

AIS cache reader object.

Product Availability

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

Members

Name 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.

Classes that implement IImageCooker

Classes Description
ImageCooker ImageCooker Class.