ExportTileCacheParameters

Parameters used for creating an ExportTileCacheJob.

Since

200.1.0

Constructors

Link copied to clipboard

Creates a new export tile cache parameters instance.

Properties

Link copied to clipboard

Area of interest geometry. May be set to null to specify retrieval of the full tile cache extent. The supported geometry types for the area of interest are Envelope and Polygon. The area of interest must have a spatial reference. Where a Polygon is supplied, tiles will be filtered according to the polygon geometry, which can help reduce the size of the resulting tile package. Note that the filtered set of tiles may vary, depending on the underlying service.

Link copied to clipboard

The compression quality. Compression quality is a value from 0 to 100 or NaN. A lower number reduces the size of the exported tile package, but reduces the quality. This applies to JPEG format tiles. If the value is NaN the service will use its default compression quality. The default compression value for the service is accessible on the services metadata under TileInfo.compressionQuality.

Link copied to clipboard

Level IDs.

Functions

Link copied to clipboard