Generate Map Server Cache Tiling Scheme (Server)

ArcGIS Pro 3.4 | | Help archive

Summary

Generates a custom tiling scheme file that defines the scale levels, tile dimensions, and other properties for a web tile layer.

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.

  • When the Ready To Serve Format parameter is checked, the cache content schema is generated using the open tile package specification.

Parameters

LabelExplanationData Type
Map Document

The current map or an existing .mxd file to be used for the tiling scheme.

Map
Tiling origin in map units

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

Point
Output Tiling Scheme

The path and file name of the tiling scheme file that will be created.

File
Number of Scales

The number of scale levels that will be included in the tiling scheme.

Long
Scales

The scale levels that will be included in the tiling scheme. These are not represented as fractions. Instead, use 500 to represent a scale of 1:500, and so on, for example.

Value Table
Dots(Pixels) Per Inch

The dots per inch (DPI) of the intended output device. If a DPI is specified 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

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

  • 128 by 128 pixelsThe width and height of the cache tiles will be 128 by 128 pixels.
  • 256 by 256 pixelsThe width and height of the cache tiles will be 256 by 256 pixels. This is the default.
  • 512 by 512 pixelsThe width and height of the cache tiles will be 512 by 512 pixels.
  • 1024 by 1024 pixelsThe width and height of the cache tiles will be 1024 by 1024 pixels.
String
Ready To Serve Format
(Optional)

Specifies the file format of the cache schema that will be used and whether it will be generated using the open tile package specification.

  • Checked—The cache schema will be generated in JSON format using the open tile package specification. An output folder must be specified in the Output Folder parameter.
  • Unchecked—The cache schema will be generated in XML format. This is the default.

Boolean
Output Folder
(Optional)

The folder location where the cache schema and iteminfo files will be created in JSON format.

Folder

Environments

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics