ITileInfo

Interface

Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. tileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.

Properties

Property Type Notes
cols Optional any

Requested tile's column.

compressionQuality Optional any

Compression quality of the tile.

dpi Optional any

The dpi of the tiling scheme.

format Optional "jpg" | "png" | "png24" | "png32" | "png8" | "pdf" | "bmp" | "gif" | "svg" | "svgz" | "emf" | "ps" | "mixed" | "lerc"

Image format of the cached tiles.

lods Optional ILod[] | ILod

An array of levels of detail that define the tiling scheme.

origin Optional IPoint

The tiling scheme origin.

rows Optional any

Requested tile's row.

spatialReference Optional ISpatialReference

The spatial reference of the tiling schema.


Interface defined in packages/arcgis-rest-types/src/webmap.ts:1221