Generate Map Server Cache Tiling Scheme (Server)

AllSource 1.2    |

Summary

A tiling scheme describes how clients should reference the tiles in a cache and is a mapping between the spatial reference of the source map document and the tiling grid. The tiling grid uses a level of detail (scales), row, and column reference scheme. The scheme also defines the scale levels (levels of detail) at which the cache has tiles, the size of the tiles in pixels, and the screen resolution for which the tiles are intended to be most commonly displayed. A tiling scheme is needed to generate a map cache.

Usage

  • By default, the tiling origin starts at the upper left of the coordinate system used by the service's source map document.

Parameters

LabelExplanationData Type
Tiling origin in map units

The upper left corner of the tiling scheme, in coordinates of the spatial reference of the source data frame.

Point
Output Tiling Scheme

Path and file name of the tiling scheme file to create.

File
Number of Scales

Number of scale levels in the tiling scheme.

Long
Scales

Scale levels to include in the tiling scheme. These are not represented as fractions. Instead, use 500 to represent a scale of 1:500, and so on.

Value Table
Dots(Pixels) Per Inch

The dots per inch of the intended output device. If a DPI is chosen that does not match the resolution of the output device, the scale of the map tile will appear incorrect. The default value is 96.

Long
Tile Size

The width and height of the cache tiles in pixels. The default is 256 by 256. For the best balance between performance and manageability, avoid deviating from standard dimensions of 256 by 256 or 512 by 512.

  • 128 x 128128 by 128 pixels
  • 256 x 256256 by 256 pixels
  • 512 x 512512 by 512 pixels
  • 1024 x 10241024 by 1024 pixels
String

Environments