Skip to content

KBE3D / KBCore / Cesium / TileMapServiceImageryProvider / ConstructorOptions

接口: ConstructorOptions

Initialization options for the TileMapServiceImageryProvider constructor

属性

fileExtension?

optional fileExtension: string

The file extension for images on the server.


credit?

optional credit: string | Credit

A credit for the data source, which is displayed on the canvas.


minimumLevel?

optional minimumLevel: number

The minimum level-of-detail supported by the imagery provider. Take care when specifying this that the number of tiles at the minimum level is small, such as four or less. A larger number is likely to result in rendering problems.


maximumLevel?

optional maximumLevel: number

The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.


rectangle?

optional rectangle: Rectangle

The rectangle, in radians, covered by the image.


tilingScheme?

optional tilingScheme: TilingScheme

The tiling scheme specifying how the ellipsoidal surface is broken into tiles. If this parameter is not provided, a WebMercatorTilingScheme is used.


ellipsoid?

optional ellipsoid: Ellipsoid

The ellipsoid. If the tilingScheme is specified, this parameter is ignored and the tiling scheme's ellipsoid is used instead. If neither parameter is specified, the WGS84 ellipsoid is used.


tileWidth?

optional tileWidth: number

Pixel width of image tiles.


tileHeight?

optional tileHeight: number

Pixel height of image tiles.


flipXY?

optional flipXY: boolean

Older versions of gdal2tiles.py flipped X and Y values in tilemapresource.xml.


tileDiscardPolicy?

optional tileDiscardPolicy: TileDiscardPolicy

A policy for discarding tile images according to some criteria Specifying this option will do the same, allowing for loading of these incorrect tilesets.

KBE3D @3.0.0 Copyright © 2024-present KBE3D