ExportTileCacheParameters

class ExportTileCacheParameters

Parameters used for creating an ExportTileCacheJob.

Constructors

Link copied to clipboard
fun ExportTileCacheParameters()

Creates a new export tile cache parameters instance.

Functions

Link copied to clipboard
fun clone(): ExportTileCacheParameters

Properties

Link copied to clipboard
var areaOfInterest: Geometry?
Link copied to clipboard
var compressionQuality: Float

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.getCompressionQuality().

Link copied to clipboard
val levelIds: MutableList<Int>