Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExportTilesParameters

Index

Properties

Optional areaOfInterest

areaOfInterest: string

The areaOfInterest polygon allows exporting tiles within the specified polygon areas. This parameter supersedes the exportExtent parameter.

Optional compressionQuality

compressionQuality: number

When optimizeTilesForSize=true, you can specify a compression factor. The value must be between 0 and 100.

Optional exportBy

exportBy: string

The criteria that will be used to select the tile service levels to export. The values can be Level IDs, cache scales. or the resolution (in the case of image services). Values: LevelID | Resolution | Scale

Optional exportExtent

exportExtent: string

The extent (bounding box) of the tile package or the cache dataset to be exported. If extent does not include a spatial reference, the extent values are assumed to be in the spatial reference of the map. The default value is full extent of the tiled map service.

Optional levels

levels: string

Specifies the tiled service levels to export. The values should correspond to Level IDs, cache scales. or the resolution as specified in exportBy parameter. The values can be comma separated values or a range. Example 1: 1,2,3,4,5,6,7,8,9 Example 2: 1-4,7-9

Optional optimizeTilesForSize

optimizeTilesForSize: boolean

Use this parameter to enable compression of JPEG tiles and reduce the size of the downloaded tile package or the cache raster data set. Compressing tiles slightly compromises the quality of tiles but helps reduce the size of the download.

Optional tilePackage

tilePackage: boolean

Allows exporting either a tile package or a cache raster data set. If the value is true, output will be in tile package format, and if the value is false, a cache raster data set is returned. The default value is false

Optional token

token: string

Token required to access secured map service endpoint