Map caching concepts and terms |
|
Release 9.3 |
![]() ![]() ![]() |
This is a reference topic that briefly defines some of the terms you'll encounter when reading about and working with map caches. Many of these terms are described in more detail in other help topics.
antialiasing
A graphics technique used to trick the eye into seeing smoother lines and text. You can apply antialiasing to your map caches, although there is a performance penalty for doing so. To see if antialiasing was used in an existing cache, open the tiling scheme file conf.xml and check to see if the <Antialiasing> tag is set to true.
background color
The background color of the data frame in your map document, which will be made transparent in the map cache tiles if you are using an image format that supports transparency. You should set a background color that is not used anywhere else in your map.
cache
See map cache
cache directory
See server cache directory
Create Map Server Cache
A geoprocessing tool that initializes the cache and sets the tiling scheme. This tool does not create any tiles.
Delete Map Server Cache
A geoprocessing tool used for deleting a cache, its folder structure, and its associated tiling scheme file.
disconnected cache
A cache whose source data has been purposefully removed from the server. All tiles for the cache must be built before the cache can be disconnected.
DPI
Dots per inch. This determines the resolution of your cache tiles.
dynamic map service
A service that does not use tiles from a cache to display the map. Instead, the map is drawn by the server each time it is requested. All map services are dynamic when first created.
fused cache
A cache in which all the layers in the map are drawn together onto the set of tiles. Consequently, layers cannot be turned on and off in a fused cache.
Generate Map Server Cache
A deprecated geoprocessing tool used for creating cache tiles in ArcGIS Server 9.2. With ArcGIS Server 9.3, use Create Map Server Cache followed by Manage Map Server Cache Tiles.
local cache
Cache tiles stored on a client after navigating the map. This eliminates the need to return to the server to get the tiles in the future. However, locally stored tiles can become out of sync with the tiles on the server.
Manage Map Server Cache Scales
A geoprocessing tool that adds or removes scales from an existing cache
Manage Map Server Cache Tiles
A geoprocessing tool that creates new tiles, replaces old tiles, or deletes tiles from the cache
map cache
A set of prerendered map images stored on the server for rapid retrieval by those who view a map service. A map service can be cached or noncached. When you first create a map service, it is noncached, and you must explicitly set the cache properties and create the tiles if you want the service to be cached.
multilayer cache
A cache in which individual layers, or groups of layers, have each been drawn on a separate set of tiles. Consequently, layers can be turned on and off in a multilayer cache.
on-demand caching
The act of creating tiles the first time they are requested by a client, instead of precreating the tiles. On-demand caching is a good way to save space and cache creation time, but the first person who navigates to the map area will have to wait for the tiles to be drawn.
server cache directory
The location on disk where your caches are stored. You can configure cache directories on the Server Properties dialog box. When you install all the components of ArcGIS Server on a single machine, a server cache directory is configured for you.
tile
One image in a map cache.
tile height
The height of a tile in pixels. The default is 512.
tile width
The width of a tile in pixels. The default is 512.
tiling origin
The upper left point on the tiling grid. The tiling origin is usually not the point where tiles begin to be created; that only happens in the full extent of the map. Usually the tiling origin is far outside the map to ensure that the map area will be covered and that other caches with the same tiling origin can overlay your cache.
tiling scheme
The settings used to build a map cache, including scales, tiling origin, tile image format, tile size, and antialiasing. These are stored in a tiling scheme file conf.xml near the top folder of the cache (in the folder representing the data frame name). You can import an existing tiling scheme file when creating a new cache.
Update Map Server Cache
A deprecated geoprocessing tool used for creating, updating, and deleting cache tiles in ArcGIS Server 9.2. With ArcGIS Server 9.3, use Manage Map Server Cache Tiles.
Update Mode
An important parameter in the Update Map Server Cache tool that determines whether the tool will re-create all the tiles in the cache, create only empty tiles, or delete tiles.
virtual cache directory
A virtual directory on the Web server that references the server cache directory on disk. Associating a virtual directory with your server cache directory allows clients to request cache tiles quickly through a URL.