Provides access to members that controls a map cache generator. Note: the IMapCooker interface has been superseded byIMapCooker2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AddCachedLayers | Adds all cached layers in the map cache. |
![]() |
AddLayer | Adds a layer to the map cache. |
![]() |
Antialiasing | Indicates if antialiasing should be used. |
![]() |
Clear | Clears cache for a given layer within a given extent. |
![]() |
ClearAll | Clears cache for all layers. |
![]() |
Connect | Connects to a given map and its cache. |
![]() |
Delete | Deletes map service cache directory. |
![]() |
Draw | Draws a given layer to the specified display. |
![]() |
Exit | Exits the map cache generator host process. |
![]() |
Extent | The map cache extent. |
![]() |
Format | The tile cache format. |
![]() |
Generate | Fully generates cache for a given layer. |
![]() |
GetCacheDirectory | Gets cache directory for a given layer. |
![]() |
GetTile | Gets a tile for a given tile location from a given layer. |
![]() |
HasCache | Indicates if there is any cache. |
![]() |
HasLayerCache | Indicates if there is a cache for a given layer. |
![]() |
MaxTileCount | The maximum number of map tiles to be generated. |
![]() |
NumLevels | The number of map cache levels. |
![]() |
Path | The map cache path. |
![]() |
PutTile | Puts a tile for a given tile location for a given layer. |
![]() |
PutTilePosition | Sets the current map tile position. |
![]() |
QueryTilePosition | Queries for the current map tile position. |
![]() |
SetDefaultLODInfos | Sets default LOD Info for a given number of levels. |
![]() |
Snap | Snaps a view extent to one of map cache levels. |
![]() |
TileCacheInfo | The tile cache info. |
![]() |
Update | Updates cache for a given layer within a given extent. |
CoClasses that implement IMapCooker
CoClasses and Classes | Description |
---|---|
MapCookerX (esriCartoX) | A map cache generator class. |