ITileInfo
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 |
---|---|---|
Optional | any | Requested tile's column. |
Optional | any | Compression quality of the tile. |
Optional | any | The dpi of the tiling scheme. |
Optional | "jpg" | "png" | "png24" | "png32" | "png8" | "pdf" | "bmp" | "gif" | "svg" | "svgz" | "emf" | "ps" | "mixed" | "lerc" | Image format of the cached tiles. |
Optional | ILod[] | ILod | An array of levels of detail that define the tiling scheme. |
Optional | IPoint | The tiling scheme origin. |
Optional | any | Requested tile's row. |
Optional | ISpatialReference | The spatial reference of the tiling schema. |
Interface defined in packages/arcgis-rest-types/src/webmap.ts:1221